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.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
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.
Any help will be greatly appreciated as i then can use OC to control a lot more in my base.
Link to post
Share on other sites