1
0
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:
kilbith
2015-05-15 22:58:12 +02:00
parent 142fce09a7
commit 45d1419478
2 changed files with 7 additions and 2 deletions

View File

@ -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]