Made terracotta base recipe give more lumps of the stuff.

This commit is contained in:
Vanessa Ezekowitz 2012-10-01 20:32:58 -04:00
parent ca612fe3bf
commit b5a349d5f8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ minetest.register_craftitem("homedecor:terracotta_base", {
minetest.register_craft( {
type = "shapeless",
output = "homedecor:terracotta_base 4",
output = "homedecor:terracotta_base 8",
recipe = {
"default:dirt",
"default:clay_lump",