1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Inventory menu changes: Tooltips; dragging; drop from menu. Lag is a bit annoying (even in single player).

This commit is contained in:
Kahrl 2012-01-13 12:35:55 +01:00
parent a58d725569
commit c920df748b
4 changed files with 184 additions and 80 deletions

View file

@ -1284,7 +1284,7 @@ minetest.register_node("default:rail", {
})
minetest.register_node("default:ladder", {
dsecription = "Ladder",
description = "Ladder",
drawtype = "signlike",
tile_images = {"default_ladder.png"},
inventory_image = "default_ladder.png",