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

MrFaul

Members
  • Content Count

    1
  • Joined

  • Last visited

About MrFaul

  • Rank
    Junior Member

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. well if you want to have simultaneous outputs you need to set the redstoneDelay in the settings.conf to 0 (or less than a tick < 0.05) there is currently no other way to achieve that. But be aware if you do so, you need to build a custom timing system into your script to avoid double calls on redstone in one tick otherwise you could end up with really bad MC performance. I use something like this: local redstone = require("component").redstone --lazy shorthand for demo purpose dont use that until you know why local tick = computer.uptime() --get the current ingame uptime in se
×
×
  • Create New...

Important Information

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