Skip to content

Commit

Permalink
Fixes Black Hole Controller & Automated User. Getting ready for the T…
Browse files Browse the repository at this point in the history
…haumic JEI hotfix.
  • Loading branch information
NielsPilgaard committed Apr 14, 2019
1 parent e9d879c commit 4f09903
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/fw.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ advanced {

general {
# Enable Fullscreen Windowed (replaces Minecraft Fullscreen)
B:enableFullscreenWindowed=false
B:enableFullscreenWindowed=true

# TRUE: Use a different startup strategy to make this mod play nicer with Optifine & other GL modifying mods. CHANGE AT YOUR OWN RISK.
B:enableMaximumCompatibility=true
Expand Down
2 changes: 1 addition & 1 deletion scripts/Cyclic.zs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ print("--- loading Cyclic.zs ---");
recipes.addShapedMirrored("Cyclic User",
<cyclicmagic:block_user>,
[[<ore:ingotGold>, <ore:ingotRefinedObsidian>, <ore:ingotGold>],
[<minecraft:golden_pickaxe>, <computercraft:turtle>, <minecraft:golden_axe>],
[<minecraft:golden_pickaxe>, <computercraft:turtle_expanded>, <minecraft:golden_axe>],
[<ore:compressed2xCobblestone>, <ore:compressed2xCobblestone>, <ore:compressed2xCobblestone>]]);
recipes.addShapeless("Cyclic User2",
<cyclicmagic:block_user> * 2,
Expand Down
4 changes: 2 additions & 2 deletions scripts/IndustrialForegoing.zs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ function fluidDict(ins as string[]) {
[<mekanism:plasticblock:8>, <mekanism:basicblock:6>.withTag({tier: 3})|<mekanism:basicblock:6>.withTag({tier: 3, mekData: {itemCount: 0}}), <mekanism:plasticblock:8>]]);

# Black Hole Controller
recipes.remove(<industrialforegoing:black_hole_controller>);
recipes.addShapedMirrored("Black Hole Controller", <industrialforegoing:black_hole_controller>,
recipes.remove(<industrialforegoing:black_hole_controller_reworked>);
recipes.addShapedMirrored("Black Hole Controller", <industrialforegoing:black_hole_controller_reworked>,
[[<ore:itemRubber>, <actuallyadditions:block_crystal_empowered:3>, <ore:itemRubber>],
[<advancedrocketry:ic:3>, <storagedrawers:controller>, <advancedrocketry:ic:3>],
[<mekanism:plasticblock:8>, <mekanism:plasticblock:8>, <mekanism:plasticblock:8>]]);
Expand Down

0 comments on commit 4f09903

Please sign in to comment.