dannydjdk / Tiny-Redstone

Forge mod for Minecraft that adds many tiny redstone pieces that you can put together on redstone panels to form tiny redstone circuits.
https://www.curseforge.com/minecraft/mc-mods/tiny-redstone
GNU General Public License v3.0
27 stars 5 forks source link

Powering block below results in confusing behavior that should be documented #94

Open Klebestreifen opened 2 years ago

Klebestreifen commented 2 years ago

image

I think the screenshot says it all.

Forge: 39.0.10 Tiny Redstone: 1.18-3.1.0 in ATM7 0.2.21

dannydjdk commented 2 years ago

Thanks for the report! However, this is not a bug. The redstone block is powering the block below which is powering the pistons. The same would happen if you activated a lever anywhere within that block. To avoid this, you would either need to put them on a panel or tiny blocks.

dannydjdk commented 2 years ago

Actually, I'm reopening this as a documentation issue.

I think we need to add some in-game documentation to explain the differences in behavior when tiny components are placed in world vs on a panel.

Klebestreifen commented 2 years ago

Thank you very much! You saved my project! Because I have not thought of that at all.