Made terracotta base recipe give more lumps of the stuff.

Cette révision appartient à :
Vanessa Ezekowitz
2012-10-01 20:32:58 -04:00
Parent ca612fe3bf
révision b5a349d5f8

Voir le fichier

@@ -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",