GregicAdditions icon indicating copy to clipboard operation
GregicAdditions copied to clipboard

GTCE Update for GregicAdditions

Open FrederikRasmussen opened this issue 5 years ago • 1 comments

GTCE version updated to 1.8.0.398

  • updated GTCE version to 1.8.0.398

  • updated CodeChicken Lib to 3.2.2.353

  • RecipeBuilder::chancedOutput chancedOutput now has an additional parameter, tierChanceBoost, which has been set to 1000. GTCE source code does not seem to use this value for anything yet, but usage inspection revealed values of 700-800. It is likely that a value of 1000 means double per tier, as it used to before the update.

UnificationEntry::smeltingMultiplier renamed to UnificationEntry:oreMultiplier

Configurable amperage has been removed from recipes

ModularUI:setContainerIO renamed to ModularUI:setContainerClicking

  • TileEntityDrum:getComparatorValue MetaTileEntity now flags this method as final, and it can no longer be overriden. Until GTCE fixes this, comparator functionality is broken.

MetaTileEntity:updateComparatorValue no longer takes any arguments

MultiblockRecipeMapWorkable renamed to MultiblockRecipeLogic

RecipeMapWorkableHandler renamed to AbstractRecipeLogic

ValidationResult:newResult no longer has argument related to buffering

FrederikRasmussen avatar May 04 '19 10:05 FrederikRasmussen

Oh, wait. I had already done some of those changes, but forgot to push last time I updated the mod. Let me do that so you can update to that.

TheLimePixel avatar May 04 '19 11:05 TheLimePixel