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:
parent
a58d725569
commit
c920df748b
4 changed files with 184 additions and 80 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue