Minecraft-style snow stuff

This commit is contained in:
Wuzzy 2017-01-04 11:26:35 +01:00
parent 3a8898634a
commit 0045d00a82
3 changed files with 21 additions and 16 deletions

View file

@ -594,16 +594,15 @@ minetest.register_craft({
minetest.register_craft({
output = 'default:snowblock',
recipe = {
{'default:snow', 'default:snow', 'default:snow'},
{'default:snow', 'default:snow', 'default:snow'},
{'default:snow', 'default:snow', 'default:snow'},
{'default:snowball', 'default:snowball'},
{'default:snowball', 'default:snowball'},
}
})
minetest.register_craft({
output = 'default:snow 9',
output = 'default:snow 6',
recipe = {
{'default:snowblock'},
{'default:snowblock', 'default:snowblock', 'default:snowblock'},
}
})