Skip to content

Commit

Permalink
Make half doors craftable (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihinMUD authored Oct 15, 2024
1 parent 6fb69a5 commit 00ee805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions homedecor_doors_and_gates/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -410,17 +410,17 @@ minetest.register_craft( {
type = "shapeless",
output = "homedecor:gate_half_door_closed 4",
recipe = {
"doors:homedecor_wood_plain_a",
"doors:homedecor_wood_plain_a"
"doors:homedecor_wood_plain",
"doors:homedecor_wood_plain"
},
})

minetest.register_craft( {
type = "shapeless",
output = "homedecor:gate_half_door_white_closed 4",
recipe = {
"doors:homedecor_bedroom_a",
"doors:homedecor_bedroom_a"
"doors:homedecor_basic_panel",
"doors:homedecor_basic_panel"
},
})

Expand Down

0 comments on commit 00ee805

Please sign in to comment.