GTCE Update for GregicAdditions#65
Open
FrederikRasmussen wants to merge 4 commits intoTheLimePixel:masterfrom
Open
GTCE Update for GregicAdditions#65FrederikRasmussen wants to merge 4 commits intoTheLimePixel:masterfrom
FrederikRasmussen wants to merge 4 commits intoTheLimePixel:masterfrom
Conversation
- 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
Owner
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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