Jump to content

[1.8] Redstone type wire


LogicTechCorp

Recommended Posts

Neoredstone is a new logic material, different to redstone. Unlike redstone that has two useful states ("off" and "on"), neoredstone has 3 useful states ("positive", "neutral" and "negative"). Neoredstone has no weak signal. Only a positive neoredstone signal can send an "on" signal, you can make mixed logical circuits of neoredstone and redstone. A positive neoredstone signal can power redstone and other machines(piston, dropper, door, etc).

 

 

Link to comment
Share on other sites

Keep in mind that you're limited to 4 bits of data per block unless you use a

TileEntity

. Redstone wire uses all 4 bits to store the 16 possible strength levels; storing the sign would take up 2 bits, leaving you with 2 bits to store 4 possible strength levels.

 

A non-ticking

TileEntity

(the default in 1.8


) probably wouldn't hurt performance too much, but you'll want to do some profiling to confirm that.

 

Edit: Actually, you probably don't need an explicit neutral sign (since that would just be 0 strength); so you can store the sign in 1 bit and use 3 bits to store 7 strength values.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

Join the conversation

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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