Skip to content

Commit

Permalink
Adjust container staging (#3769)
Browse files Browse the repository at this point in the history
* Specify correct package for the Inductive Logistics Autocrafters' container
* Add immersive engineering package in preparation for 0.12-90 (no effect until update included) see #1803
  • Loading branch information
sam-kirby committed May 12, 2019
1 parent 3036294 commit 9dd718a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/config/mputils/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Bug Fixes:
* Added missing leaf -> stick recipes (#3668)
* Added missing plank recipes (#3669)
* Replace certain recipes still using rose red with recipes that use Red Dye Powder (#3682)
* Correctly stage Inductive Logistics Autocrafters

Enhancements:
* Removed primal tech twine (had no use)
Expand Down
5 changes: 4 additions & 1 deletion src/scripts/crafttweaker/staging/containers.zs
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,14 @@ function init() {
ZenStager.addPackage("mcjty.rftoolscontrol.blocks.workbench", ALL_STAGES);

// Inductive Logistics Automatic Crafters
ZenStager.addPackage("cd4017be.lib.Gui", [stageTutorial, stageBaykok, stageZero, stageOne, stageTwo, stageThree, stageFour]);
ZenStager.addPackage("cd4017be.lib.util.ItemFluidUtil", [stageTutorial, stageBaykok, stageZero, stageOne, stageTwo, stageThree, stageFour]);

// Auto Workbench Buildcraft
ZenStager.addPackage("buildcraft.lib.tile.craft.WorkbenchCrafting", [stageTutorial, stageBaykok, stageZero, stageOne, stageTwo, stageThree, stageFour]);

// Cyclic Auto Crafter
ZenStager.addPackage("com.lothrazar.cyclicmagic.component.crafter.TileEntityCrafter", ALL_STAGES);

// Immersive Engineering Assembler
ZenStager.addPackage("blusunrize.immersiveengineering", ALL_STAGES);
}

0 comments on commit 9dd718a

Please sign in to comment.