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 06a195e08f Improved the grate logic further by revamping the liquid level calculations and a few other things. 2017-08-03 11:09:00 +01:00
textures 1. Removed some useless debug messages. 2017-08-01 16:24:02 +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 Fixed a minor bug in the conveyor globalstep. 2017-08-01 22:03:56 +01:00
crate.lua Improved the infotext when the cursor is on a crate. 2017-08-02 16:33:18 +01:00
depends.txt 1. Removed some useless debug messages. 2017-08-01 16:24:02 +01:00
grate.lua Improved the grate logic further by revamping the liquid level calculations and a few other things. 2017-08-03 11:09:00 +01:00
init.lua Revert "Fixed a game-crashing bug." 2017-07-31 16:56:48 +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.