Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTCE Update for GregicAdditions #65

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

FrederikRasmussen
Copy link

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 and others added 3 commits May 4, 2019 10:09
- 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
@TheLimePixel
Copy link
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants