increase yield of tar recipes (2 -> 4)

This commit is contained in:
Vanessa Ezekowitz 2017-02-22 13:44:45 -05:00
parent 96d0084109
commit cf44a85684
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = 'building_blocks:tar_base 2',
output = 'building_blocks:tar_base 4',
recipe = {
{"default:coal_lump", "default:gravel"},
{"default:gravel", "default:coal_lump"}
@ -139,7 +139,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = 'building_blocks:tar_base 2',
output = 'building_blocks:tar_base 4',
recipe = {
{"default:gravel", "default:coal_lump"},
{"default:coal_lump", "default:gravel"}