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 e8090e09b1 Separated meseconveyors into their own file, and added digiconveyors. 2017-08-03 15:26:34 +01:00
textures Separated meseconveyors into their own file, and added digiconveyors. 2017-08-03 15:26:34 +01:00
README.md Create README.md 2017-07-30 21:51:08 +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.

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.