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

use light states #56

Open lublak opened 3 years ago

lublak commented 3 years ago

Here is the current problem. The light is updated correctly. But there is often a flicker. Also visible with f3.

change the new light level to 3 from 0: Server: 0, 3, 0, 3 Client: 0, 3, 0, 3

I think the problem is with the sync?

lublak commented 3 years ago

I add a tiny redstone block to a tiny redstone lamp:

[03Mai2021 13:17:25.876] [Render thread/INFO] [com.dannyandson.tinyredstone.TinyRedstone/]: light update (remote)
[03Mai2021 13:17:25.876] [Render thread/INFO] [com.dannyandson.tinyredstone.TinyRedstone/]: sync (remote)
[03Mai2021 13:17:25.877] [Server thread/INFO] [com.dannyandson.tinyredstone.TinyRedstone/]: light update
[03Mai2021 13:17:25.877] [Server thread/INFO] [com.dannyandson.tinyredstone.TinyRedstone/]: sync
[03Mai2021 13:17:25.879] [Server thread/INFO] [com.dannyandson.tinyredstone.TinyRedstone/]: light update
[03Mai2021 13:17:25.978] [Render thread/INFO] [com.dannyandson.tinyredstone.TinyRedstone/]: sync (remote)
[03Mai2021 13:17:26.027] [Render thread/INFO] [com.dannyandson.tinyredstone.TinyRedstone/]: sync (remote)
lublak commented 3 years ago

so now are the glitches fixed: next bugs