1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-30 07:30:20 +02:00

Remove unnecessary link

This commit is contained in:
An0n3m0us 2019-05-30 00:57:35 +01:00
parent ef15d03fca
commit f1f0604f9a

View File

@ -232,7 +232,6 @@ The doors mod allows modders to register custom doors and trapdoors.
inventory_image = "mod_trapdoor_inv.png",
closed = {} -- Nodebox for closed model
opened = {} -- Nodebox for opened model
-- (see https://github.com/minetest/minetest_game/pull/2371 for furthur info)
groups = {choppy = 2},
tile_front = "doors_trapdoor.png", -- the texture for the front and back of the trapdoor
tile_side = "doors_trapdoor_side.png",