mesecons icon indicating copy to clipboard operation
mesecons copied to clipboard

Mod for minetest that adds digital circuitry [=Minecraft redstone]

Results 115 mesecons issues
Sort by recently updated
recently updated
newest added

See https://github.com/minetest-mods/wielded_light/issues/21: ``` ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'wielded_light' in callback environment_Step(): ...i/github/minetest-5.5.0/bin/../builtin/common/vector.lua:154: attempt to perform arithmetic on field 'x' (a nil value) ERROR[Main]: stack traceback: ERROR[Main]:...

unconfirmed bug

See [the code](https://github.com/minetest-mods/mesecons/blob/f4070d3e64652837e4c79967f29bf67f0ac559f4/mesecons/actionqueue.lua#L128-L129) and minetest/minetest#12236

enhancement
low-priority

I use the latest master on Minetest 5.5.0 ```shell ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'wielded_light' in callback environment_Step(): ...minetest-5.5.0/bin/../mods/mesecons/mesecons/presets.lua:67: attempt to index local 'dir' (a nil value)...

I'm working on a papyrus farm and to get decent yield you need many of them. Crafting one node breaker (pipeworks) for each plant is very expensive. Because I also...

Can you add the ability to move water and lava blocks by pistons/sticky pistons/blocks that move by pistons? In [dynamic_liquid](https://github.com/minetest-mods/dynamic_liquid) water and lava flow down, and it would be interesting...

enhancement

Specifically, I provide silicon and an IC in that mod, which are used by a couple other mods. I think it would be a good idea for mesecons to use...

enhancement
controversial

Currently propagates all errors generated by the luacontroller code itself (e.g. string length overflow), which might not be the desired behavior, but can be fixed if necessary. I'm not sure...

enhancement

Hello, I had forked this project to contribute an italian translation, but I then realised that there is no locale support at all. So, just asking if it would be...

enhancement

Hello, I recently came back to Minetest and started an anarchy server. Well, needless to say, there was a game breaking bug discovered when one of the players on my...

bug

I noticed a problem, shown here: ![screenshot_20220215_220644](https://user-images.githubusercontent.com/28828704/154188580-d2002515-9fdb-41e7-a631-2dd4772bc0c4.png) ![screenshot_20220215_220718](https://user-images.githubusercontent.com/28828704/154188588-1dcd548d-d004-4235-9adc-645bc25c557f.png) The logic gate should not be turning off. I think this bug affects things that use `action_change`. To fix the bug, I...