mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-10 12:20:22 +01:00
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({
|
||||
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"}
|
||||
|
|
Loading…
Reference in New Issue
Block a user