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

Includes #500 Just need to be checked if there are any needing an safe implementation(Didn't found any). PS: Can I do for math and table also just like for vector...

enhancement

Linear sticky block, sticky on opposite side of one axis. Flat sticky block, sticky on opposite side of two axis. These block can switch to any x,y,z orientation we can...

enhancement

Take a look at this example: ```lua x = "." for k = 1,64 do x = x .. x end ``` On my PC this takes 0.6 seconds before...

non-trivial

The noteblock fire and explosion sounds depend on MTG providing them. But what will happen if MTG changes the sound file names for some reason? Then Mesecons will break. What...

IMHO the noteblock fire sound is a little bit of too low-quality or just feels off. First, it's very long, but my real problem is that it instantly stops playing,...

Fix #316 Note that the conductors are still relatively cheap, only the logic is more expensive.

enhancement

I don't think it's important to print that the mod loading succeeded. Other mods also do not print a message when loading.

This PR makes Mesecons translatable (replaces #476). Special changes: * Interface of Luacontroller was changed, the baked-in text was stripped from the image and replaced by real text so it...

enhancement

This PR adds two blocks - Static vertical wire bottom `mesecons_extrawires:static_vertical_bottom` - Static vertical wire `mesecons_extrawires:static_vertical` These two blocks (no crafting yet) allow you to make compact circuits by replacing...

enhancement

Just add another pressure plate. The textures are based on the original default sandstone.

enhancement
controversial