forked from mtcontrib/homedecor_modpack
increase yield of tar recipes (2 -> 4)
This commit is contained in:
parent
96d0084109
commit
cf44a85684
@ -131,7 +131,7 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'building_blocks:tar_base 2',
|
output = 'building_blocks:tar_base 4',
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:coal_lump", "default:gravel"},
|
{"default:coal_lump", "default:gravel"},
|
||||||
{"default:gravel", "default:coal_lump"}
|
{"default:gravel", "default:coal_lump"}
|
||||||
@ -139,7 +139,7 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'building_blocks:tar_base 2',
|
output = 'building_blocks:tar_base 4',
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:gravel", "default:coal_lump"},
|
{"default:gravel", "default:coal_lump"},
|
||||||
{"default:coal_lump", "default:gravel"}
|
{"default:coal_lump", "default:gravel"}
|
||||||
|
Loading…
Reference in New Issue
Block a user