This repository has been archived on 2019-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
rdococ 984824cc1b Added README entry for digiconveyors. 2017-08-03 15:32:20 +01:00
textures Separated meseconveyors into their own file, and added digiconveyors. 2017-08-03 15:26:34 +01:00
README.md Added README entry for digiconveyors. 2017-08-03 15:32:20 +01:00
UNLICENSE.txt Moved to Github. 2017-07-30 21:24:43 +01:00
conveyor.lua Separated meseconveyors into their own file, and added digiconveyors. 2017-08-03 15:26:34 +01:00
crate.lua Improved the infotext when the cursor is on a crate. 2017-08-02 16:33:18 +01:00
depends.txt Separated meseconveyors into their own file, and added digiconveyors. 2017-08-03 15:26:34 +01:00
digiconveyor.lua Separated meseconveyors into their own file, and added digiconveyors. 2017-08-03 15:26:34 +01:00
grate.lua Changed grate drawtype back to glasslike 2017-08-03 14:00:09 +01:00
init.lua Separated meseconveyors into their own file, and added digiconveyors. 2017-08-03 15:26:34 +01:00
meseconveyor.lua Separated meseconveyors into their own file, and added digiconveyors. 2017-08-03 15:26:34 +01:00
mud.lua Moved to Github. 2017-07-30 21:24:43 +01:00
test.lua Moved to Github. 2017-07-30 21:24:43 +01:00

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.