Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
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