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

According to this code, all expired actions are sorted by priority, then by original order. So if actions with different `time` happen to expire in the same globalstep, the time...

bug

Fix #433. ~Hope this time it works; didn’t test yet.~ Previous attempt: #435 Alternative: #545 *UPD:* tested; the piston remains retracted despite being powered on ![screenshot_20201023_204817](https://user-images.githubusercontent.com/7352626/97037059-6e3e5a80-1571-11eb-923b-ffbba7bc2225.png)

high-priority
bugfix

This PR adds pitch variations for almost all noteblock sounds with all semitones from C to B (like the piano). Pitch is calculated with this formula: ``` pitch = 2^((val-6)/12)...

enhancement

Fixes #544. For testing please note that if you've already pushed out of world, there's air now, so you'll have to move your test piston.

high-priority
bugfix

From #411: > - Piston: > - A piston that extends or withdraws in an inactive block still pushes or pulls nodes in that block. > - A piston can’t...

bug
high-priority

Are there any plans to create a node that can sense the content of a chest (and possibly other kinds of containers). Either one node that is configured in its...

enhancement

This adds a dropper. The dropper is an effector that has an inventory with 9 slots. When powered, it will drop a random item in its inventory, provided the node...

enhancement

Torches that are hanging from walls shouldn't be powered from below, it makes it almost impossible to build a ROM

Fixes #474. Also adds a simple memory cell. The Pulsar detects a rising edge and outputs a pulse 2 Mesecon ticks long. Sharper (1-tick) pulse is possible but while e.g....

enhancement

In almost every circuit I make nowadays I find that I need pulses. Pulse when something comes on, pulse when something turns off, pulse to grab that block, or pulse...

enhancement