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

I've just downloaded minetest-0.4.16-win64 and the current mesecons. Is the print() function supposed to be working ? If so, where does it output to ? (The chat / screen output...

enhancement

Minetest forum user [Hectic](https://forum.minetest.net/memberlist.php?mode=viewprofile&u=18545) disclosed to me that executing programs on Luacontrollers that use `mem` such as this one ``` Lua if (event.type == "program") then mem.var = 0 end...

unconfirmed bug

This is a simple suggestion: Disable jumping for the top of gluey surfaces, as if the player is “glued” to th block. The following blocks would be affected: * Sticky...

enhancement
non-trivial

``` 2017-03-31 05:58:39: ACTION[Main]: IRC: Disconnected. 2017-03-31 05:58:40: ERROR[Main]: ServerError: AsyncErr: environment_Step: OOM error from mod 'mesecons' in callback environment_Step(): not enough memory 2017-03-31 05:58:40: ERROR[Main]: Current Lua memory usage:...

unconfirmed bug

3 sand blocks, 1 steel ingot, and 2/9 mese crystal... Well, 2 NAND gates cost more mese... Suggestion 1: replace 1 or 2 silicon items with mese crystals in the...

enhancement
controversial

The code uses my [libluabox](https://gitlab.com/numzero/libluabox) currently, but the dependency will be optional. At the moment, it supports ports and memory. Event info is *not* passed, interrupts are not supported yet....

enhancement
non-trivial
WIP

Missing things: * `` tags to delimit paragraphs * Proper quotes `“”` and apostrophe `’` (instead of inch `"` and feet `'` symbols) * `` tags around strings like node...

documentation

Since mesecons are machines, and therefore much more rare than "natural" nodes, it makes sense to activate them using callback for node timer, as opposed to introducing wide-sweep ABM scans....

enhancement
dependent

Actually a separate sandbox implementation exists already, even in 2 variants: * [My variant](https://github.com/numberZero/libluabox) * [Hawk777’s variant](https://github.com/numberZero/libluabox/tree/concept) Does any of them suit the needs of the LuaC well enough? @sfan5...

enhancement

It is possible to **extremely** slow down server via forcing serializer to serialize a large fractal of nested tables, either in steps (my computer slows down after 24th): ```lua interrupt(1)...

bug
non-trivial