updated homedecor (duh :D )

This commit is contained in:
Vanessa Ezekowitz
2017-02-22 17:40:52 -05:00
parent 0aefae28c5
commit 7ec609f647
7 changed files with 88 additions and 87 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"}