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

killmetohell

Members
  • Content Count

    1
  • Joined

  • Last visited

About killmetohell

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    killmetohell
  1. I need some help in improving my code in my Draconic tool tier i have five out that the recipes for the each tier is the same other then different key upgrades using it. I'm new to coding thing in lua and i hoping posting would help in learning how to improve my code. Heres my code. local component = require("component") local sides = require("sides") local colors = require("colors") local rs = component.redstone local tier = 0 local c = 15 --color also using enderio cables while true do if rs.getBundledInput(sides.top,colors.red) > 0 then -- this part of ther code changes wh
×
×
  • Create New...

Important Information

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