Tweak unlogical furnace treasures

This commit is contained in:
Wuzzy 2019-09-21 16:08:19 +02:00
parent 8f0bab95d8
commit b897440d5d
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,7 @@ goodies.types["FURNACE_FUEL"] = {
["default:planks_birch"] = 5, ["default:planks_birch"] = 5,
} }
goodies.types["FURNACE_DST"] = { goodies.types["FURNACE_DST"] = {
["default:ingot_steel"] = 5, ["default:ingot_wrought_iron"] = 5,
["default:ingot_carbon_steel"] = 12,
["farming:bread"] = 8, ["farming:bread"] = 8,
} }
@ -29,6 +28,7 @@ goodies.types["FURNACE_DST"] = {
if minetest.get_modpath("village") ~= nil then if minetest.get_modpath("village") ~= nil then
goodies.types["forge"] = { goodies.types["forge"] = {
["default:ingot_steel"] = 10, ["default:ingot_steel"] = 10,
["default:ingot_carbon_steel"] = 12,
["default:lump_coal"] = 4, ["default:lump_coal"] = 4,
["default:lump_iron"] = 6, ["default:lump_iron"] = 6,
["default:pick_stone"] = 9, ["default:pick_stone"] = 9,