1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-23 08:20:21 +01:00

added new garden gate white

This commit is contained in:
crabman77 2015-08-21 18:57:16 +02:00
parent 2d08bde2a1
commit b4c9df2659
6 changed files with 18 additions and 0 deletions

View File

@ -486,7 +486,25 @@ minetest.register_craft({
}
})
-- MFF gardengate white
doors.register_door("doors:door_gardengate_white", {
description = "Garden Gate White Door",
inventory_image = "doors_gardengate_white_inv.png",
groups = {choppy=2,oddly_breakable_by_hand=2,flammable=2,door=1},
tiles_bottom = {"doors_gardengate_white_b.png", "doors_white.png"},
tiles_top = {"doors_gardengate_white_t.png", "doors_invisible.png"},
sounds = default.node_sound_wood_defaults(),
sunlight = false,
})
minetest.register_craft({
output = "doors:door_gardengate_white 2",
recipe = {
{"dye:white", "group:stick", ""},
{"group:stick", "group:stick", "group:stick"},
{"group:wood", "group:wood", "group:wood"}
}
})
----trapdoor----

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B