forked from nalc/homedecor_modpack
Made terracotta base recipe give more lumps of the stuff.
This commit is contained in:
parent
ca612fe3bf
commit
b5a349d5f8
|
@ -13,7 +13,7 @@ minetest.register_craftitem("homedecor:terracotta_base", {
|
||||||
|
|
||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "homedecor:terracotta_base 4",
|
output = "homedecor:terracotta_base 8",
|
||||||
recipe = {
|
recipe = {
|
||||||
"default:dirt",
|
"default:dirt",
|
||||||
"default:clay_lump",
|
"default:clay_lump",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user