mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-30 18:30:20 +02:00
Trash can drop fix and pot recipe tweak
This commit is contained in:
@ -3329,6 +3329,11 @@ minetest.register_craft( {
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft( {
|
||||
output = "homedecor:flower_pot_small 3",
|
||||
recipe = { { "homedecor:flower_pot_terracotta" } }
|
||||
})
|
||||
|
||||
for i in ipairs(homedecor.banister_materials) do
|
||||
|
||||
local name = homedecor.banister_materials[i][1]
|
||||
|
Reference in New Issue
Block a user