mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
Remove unnecessary link
This commit is contained in:
parent
ef15d03fca
commit
f1f0604f9a
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ The doors mod allows modders to register custom doors and trapdoors.
|
||||||
inventory_image = "mod_trapdoor_inv.png",
|
inventory_image = "mod_trapdoor_inv.png",
|
||||||
closed = {} -- Nodebox for closed model
|
closed = {} -- Nodebox for closed model
|
||||||
opened = {} -- Nodebox for opened model
|
opened = {} -- Nodebox for opened model
|
||||||
-- (see https://github.com/minetest/minetest_game/pull/2371 for furthur info)
|
|
||||||
groups = {choppy = 2},
|
groups = {choppy = 2},
|
||||||
tile_front = "doors_trapdoor.png", -- the texture for the front and back of the trapdoor
|
tile_front = "doors_trapdoor.png", -- the texture for the front and back of the trapdoor
|
||||||
tile_side = "doors_trapdoor_side.png",
|
tile_side = "doors_trapdoor_side.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue