mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
fix trapdoor craft
This commit is contained in:
parent
c378865940
commit
29173444e3
1 changed files with 4 additions and 0 deletions
|
@ -226,6 +226,10 @@ doors.register_trapdoor("xpanes:trapdoor_steel_bar", {
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
sound_open = "doors_steel_door_open",
|
sound_open = "doors_steel_door_open",
|
||||||
sound_close = "doors_steel_door_close",
|
sound_close = "doors_steel_door_close",
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "xpanes:trapdoor_steel_bar",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
||||||
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue