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:
parent
2d08bde2a1
commit
b4c9df2659
@ -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----
|
||||
|
||||
|
BIN
minetestforfun_game/mods/doors/textures/doors_gardengate_white_b.png
Executable file
BIN
minetestforfun_game/mods/doors/textures/doors_gardengate_white_b.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 398 B |
BIN
minetestforfun_game/mods/doors/textures/doors_gardengate_white_inv.png
Executable file
BIN
minetestforfun_game/mods/doors/textures/doors_gardengate_white_inv.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 605 B |
BIN
minetestforfun_game/mods/doors/textures/doors_gardengate_white_t.png
Executable file
BIN
minetestforfun_game/mods/doors/textures/doors_gardengate_white_t.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 279 B |
BIN
minetestforfun_game/mods/doors/textures/doors_invisible.png
Executable file
BIN
minetestforfun_game/mods/doors/textures/doors_invisible.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 109 B |
BIN
minetestforfun_game/mods/doors/textures/doors_white.png
Executable file
BIN
minetestforfun_game/mods/doors/textures/doors_white.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 145 B |
Loading…
Reference in New Issue
Block a user