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

Current API documentation seems to boil down to some code comments and a [tutorial](http://mesecons.net/developers.html).

documentation

Document insulated double corner added by #524. Also update image for the single corner (it was changed too).

documentation

Basically if a player decides to make a mesecon "clock" with piston, mese, mesecon "wires", powerplant (or similar setup) then they can make them operate so insanely fast that it...

bug

There is a problem with mesecons items: `/giveme mesecons_walllever:wall_lever` print `cannot give an unknown item` and I don’t get my item :'( but `/giveme default:dirt` or `/giveme default:mese` are working...

documentation

This is highly related to and closes #480. (Sorry that I'm opening a second PR, FranchuFranchu.) What this PR adds / changes / does and other notes: - Everything is...

enhancement
improvement needed

I wanted to open this for discussion and thought. So, why would we change the wires to connected nodes? - All the normal advantages with less nodes We don't need...

enhancement
discussion

The current piston sounds sound a lot like the power locks on a car or something to me. While there's nothing wrong with that, I think that since they act...

discussion

Affects master, after #383 The following setup, with 9 identically programmed FPGAs results constantly in 4 overheated FPGAs. `instr = "A&D0/ ~A1/1&C2/0|2C////1&C4/A&B5/4|5B/////"` Shift register program ![screenshot_20191102_143445](https://user-images.githubusercontent.com/1497498/68071776-2762be00-fd7e-11e9-95c2-d294ccf11f49.png) ~What I suspect: `mesecon.do_overheat(pos)`...

bug

It's like the pressure plate but with an empty middle. So it can be combined with other block to achieve different looks.

enhancement
improvement needed

From #404: > Place a mesecon at the crosshair, and it will crash. **WARNING: it breaks the world!** Removing `mesecon_actionqueue` is mandatory after such experiment, and there may be consequences....

bug
enhancement
non-trivial