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 6f394738e3 1. Reversed the directionality of the conveyors again, so that the movement direction matches the facing direction.
2. Fixed minor bugs with the animations - which should be completely seamless now except for mapblock borders.
3. Also modified the side texture a little bit.
2017-07-31 18:16:31 +01:00
textures 1. Reversed the directionality of the conveyors again, so that the movement direction matches the facing direction. 2017-07-31 18:16:31 +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 1. Reversed the directionality of the conveyors again, so that the movement direction matches the facing direction. 2017-07-31 18:16:31 +01:00
crate.lua Moved to Github. 2017-07-30 21:24:43 +01:00
grate.lua Moved to Github. 2017-07-30 21:24:43 +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.