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
26 stars 5 forks source link

Redstone signal slows down or increases without obvious reason #112

Closed Legolas117 closed 1 year ago

Legolas117 commented 1 year ago

I've made a circuit with three panels made of repeaters and note blocks and it's very obvious that at some point the signal slows down in speed to then catch up to then slow down...

This issue has happened to me when building the circuit on the ground too.

My version of minecraft is 1.18.2 with these mods:

imagen_2022-10-23_214755896

The circuit:

2022-10-23_21 39 10

dannydjdk commented 1 year ago

Thanks for the report! However, this is not likely an issue with the mod. Tiny Redstone just taps into Minecraft's tick events. Unfortunately, any lag issues in the game will be reflected in the mod's behavior. You would likely get similar behavior with vanilla redstone. I will test this specific circuit when I get a chance though, just to make sure something unexpected isn't happening. In the meantime, if you could run the "/forge tps" command while it's happening and let me know the result, that would be helpful. Also, are you running on a local client or a server?

dannydjdk commented 1 year ago

Should be fixed with the latest Tiny Redstone versions for Minecraft 1.16.5, 1.18.2, 1.19.2 and 1.19.3.

If it turns out, you were experiencing something else, we can reopen this.