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

Issue: #638 Due to the immediate changes made by the conductor, while the effector is lagged and executed in a queue, the conductor must always `swap_node_force` to avoid an infinite...

enhancement
review needed

Follow-up PR to #535. This PR adds a lot of new noteblock sounds (most CC0, some CC BY 3.0). This should make usng the noteblock much more fun and allow...

enhancement
review needed

A mesecon FPGA performs computation on each input change, which takes CPU time. But, it has only 4-bit input, which is just 16 possible states. Thus its output can be...

performance

problem: you can push item entities off the top of the pedestals from Tenplus1's itemframes mod, and then they become immortal ghosts. i see that there's a `mesecon.register_mvps_unmov`, and registering...

Defining nodes that are a conductor and an effector at the same time doesn't work. Example: ```lua local rules_conductor = { vector.new( 1, 0, 0), vector.new(-1, 0, 0), } local...

enhancement

Things to help debug mods using mesecons. For example, recording a stack trace in the action queue entry, and printing it in the case of error in entry execution later....

enhancement

Changed torch to be plantlike, x-shaped instead of just a sprite and only use 1 texture instead of 3 and changed delayer to require only 3 textures from texturepacks instead...

This PR fixes a fatal error: if a malformed digiline table is passed into a node detector, the server may crash because of a mismatched data type. For example, this...

I am not 100% certain on the repro. A user on my server managed to make it crash while operating a digtron. I suspect that they either dug a piston,...

bug

Useful for mods which register "airlike" nodes, e.g. wielded_light for invisible light nodes.

enhancement