Shadows-of-Fire / Foundry

Minecraft mod that adds liquid metals
GNU Lesser General Public License v3.0
5 stars 3 forks source link

Request: Alter melting values of ores #32

Closed pyure closed 6 years ago

pyure commented 6 years ago

Currently when ores are melted they automatically provide 2x Ingot-value (from config) Specifically, ores do FLUID_AMOUNT_INGOT * 2 via .getAmountOre()

Can we either make the ore-fluid-amount a config item, or add a boolean config item that can disable the ore-doubling?

Note1: Ore duping would be enabled by default to prevent game-breaking Note2: More and more packs these days are opting to disable TiCo's own ore-doubling mechanic via config (precedent)