Skip to content

Commit

Permalink
Adjust container staging
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 10, 2019
1 parent 0b10f69 commit 8765be5
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 @@ -30,6 +30,7 @@ Bug Fixes:
* Stage RFTools Control Workbench container, allowing it to craft staged recipes (#3697)
* Fixed crash when using carryon with enderstorage by blacklisting the mod (#3729)
* Remove unused primal ores from world generation (#3730)
* 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 8765be5

Please sign in to comment.