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

If you place a falling node on a ghoststone or removestone, then activate either of them, the falling node floats in mid-air and doesn't fall. Also, attached nodes at removestones...

controversial

I've already started to add some support to @Wuzzy2's doc modpack and I recognized, it's very easy. (There are already doc folders in the mods.) So, should I continue and...

enhancement
documentation

In some situations, it would be nice if we could execute code that was provided dynamically, at runtime, rather than only code statically burnt into the LuaController. Two possible ways...

enhancement
controversial
non-trivial

My [LED marquee mod](https://forum.minetest.net/viewtopic.php?f=11&t=20651) takes messages and command/control keywords from a Lua Controller via digilines. While everything works just fine, there are a couple of tables in my mod that...

enhancement

Some simpler components (blinky plants and buttons) have been fixed to work with frames in Technic with [a pull request](https://github.com/minetest-mods/technic/pull/434) in Technic. But it is impossible (or very difficult) to...

bug
dependent
non-trivial

That includes vertical mesecons, buttons (when they are rotated), etc. ![screenshot_20171008_191338](https://user-images.githubusercontent.com/7352626/31318567-59e70fbc-ac5d-11e7-8954-5a38aa9451df.png) The buttons have the same `param2`, and wires are in the same places. If I dig and place the...

bug

I have an issue where a player detector continues to falsely detect a player when that player logs out and no one else is in the chunk. The chunk immediately...

bug
non-trivial

``` 2018-02-16 20:47:20: ERROR[Main]: ServerError: AsyncErr: environment_Step: Runtime error from mod 'mesecons' in callback environment_Step(): basic_string::_M_construct null not valid 2018-02-16 20:47:20: ERROR[Main]: stack traceback: 2018-02-16 20:47:20: ERROR[Main]: [C]: in function...

bug
dependent

I use a few mods, like bamboo and castle doors on my server, i would love to be able to add the one line of code for meseconify into the...

enhancement

I had the Idea to make luacontrollers enahnceable, so that they can maybe detect light, if u put a solar panel in a slot inside it, or detect nodes or...

discussion