Mekanism

Mekanism

111M Downloads

[Serious Bug]Using crusher and combiner to infinite gain coal!!

ScottCTD opened this issue ยท 1 comments

commented

Mek version: Mekanism-1.12.2-9.8.1.383
image
image
So... Thats easy to fix..
Coals are crucial but we cannot gain it by some mix of energy and void hahah

commented

Our recipe only gives 2 coal from ore:

for (ItemStack ore : OreDictionary.getOres("oreCoal", false)) {
RecipeHandler.addEnrichmentChamberRecipe(StackUtils.size(ore, 1), new ItemStack(Items.COAL, 2));

We can't really balance against every mod out there, only between ourselves and vanilla. Crafttweaker is there for pack makers to balance their pack.