minetest-mods / mesecons

Mod for minetest that adds digital circuitry [=Minecraft redstone]
https://mesecons.net
Other
206 stars 120 forks source link

Handle moving conductors #406

Open numberZero opened 6 years ago

numberZero commented 6 years ago

From #404:

Place a mesecon at the crosshair, and it will crash. WARNING: it breaks the world! Removing mesecon_actionqueue is mandatory after such experiment, and there may be consequences. screenshot_20180218_221747 The reason is that it can’t handle moving conductors well at all. It queues activation of the left movestone, but on the next step, the right movestone moves first, substituting it with the gate. The gate expects a named rule, but gets unnamed one that was queued for the movestone.

numberZero commented 4 years ago

See also #405, #502.