mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-27 00:40:19 +02:00
menu
mods
beds
boats
bones
bucket
carts
creative
default
doors
dye
farming
fire
flowers
give_initial_stuff
killme
nyancat
screwdriver
sethome
sfinv
stairs
tnt
vessels
walls
wool
xpanes
.gitignore
.luacheckrc
.travis.yml
LICENSE.txt
README.txt
game.conf
game_api.txt
minetest.conf
minetest.conf.example
settingtypes.txt
- Allow rotation of wallmounted nodeboxes (signs) since they are now rotating properly. - Instead of testing `ndef` several times, do it once, correctly. - Simplify exception logic for nodes that have `on_rotate` set. - For simplicity, return itemstack, always. - Remove a useless nil check.