mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
Changes to API
This commit is contained in:
parent
f1f0604f9a
commit
f44f2fe498
1 changed files with 2 additions and 2 deletions
|
@ -213,8 +213,8 @@ The doors mod allows modders to register custom doors and trapdoors.
|
|||
description = "Door description",
|
||||
inventory_image = "mod_door_inv.png",
|
||||
groups = {choppy = 2},
|
||||
model = "NAME", -- (optional)
|
||||
-- Model name without prefix ("big_door" not "big_door_a.obj", "big_door_b.obj")
|
||||
model = "mod_door", -- (optional)
|
||||
-- Model name without a suffix ("big_door" not "big_door_a.obj", "big_door_b.obj")
|
||||
tiles = {"mod_door.png"}, -- UV map.
|
||||
-- The front and back of the door must be identical in appearence as they swap on
|
||||
-- open/close.
|
||||
|
|
Loading…
Add table
Reference in a new issue