984824cc1b | ||
---|---|---|
textures | ||
README.md | ||
UNLICENSE.txt | ||
conveyor.lua | ||
crate.lua | ||
depends.txt | ||
digiconveyor.lua | ||
grate.lua | ||
init.lua | ||
meseconveyor.lua | ||
mud.lua | ||
test.lua |
README.md
rmod
RMod mod for Minetest with various cool nodes.
Conveyors
Conveyors are nodes that can carry entities, such as players and items. There are a few bugs with it, but it works fine for the most part.
Meseconveyors
Meseconveyors are conveyors which can be activated and deactivated with mesecons.
Digiconveyors
Digiconveyors can not only be turned on and off with digilines, but they can also be reversed (which flips their facing direction). Simply send the messages "on", "off", and "reverse", to the correct channel.
Crates
Crates are like chests, but you can pick them up with the items inside. As a result, you can also stack crates indefinitely.
Grates
Grates are nodes which let water flow through, but not players or items.