Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

onixiya

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by onixiya

  1. So i'm trying to make a micro controller that makes a hologram projector say welcome. Here's the code for it (I basically just stuck stuff together from the hologram api page because, why not? Its good code) and when i flashed it i got a bluescreenCapture.thumb.PNG.a9f584d29150c44727f990b1c9a50dec.PNG

    I have little lua experience (mostly from this mod and a bit from wow) so i don't really know whats going on here. I first thought of trying to find the file in the line(component) but i couldn't find it. I looked in /boot, /bin, /lib, /dev /lib/core My second thought was going here so... Here i am!

  2. I'm relativity new to lua (I know shell and python, basic c++, batch and the tiniest bit of java)  so i have absolutely no idea whats happening. I'm trying to make a basic fireworks launcher with dispensers around a redstone io block but for some reason it won't work. I've read the redstone api on the wiki and i still don't have a clue.

    local component=require("component")
    local sides=require("sides")
    local rs=component.redstone
    print("Launching Fireworks")
    rs.setOutput(15)

    Any help will be greatly appreciated as i then can use OC to control a lot more in my base.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.