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

onixiya

Members
  • Content Count

    3
  • Joined

  • Last visited

  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 bluescreen 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 thought setOutput just did full strength by default. Either way, thanks a lot
  3. 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.