Skip to content

Commit

Permalink
Scripts | Checked Cobalt | #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Motzkiste committed Jul 5, 2020
1 parent a30a736 commit 0942183
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion scripts/_unify/_ore/cobalt.zs
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ remAndHide(<galaxyspace:ingots:0>);

// Recipes
rem(<galaxyspace:decoblocks:4>);
remByName("chisel:uncraft_blockcobalt");
remByName("chisel:uncraft_blockcobalt");


/* Plate */

// Display Name
<galaxyspace:compressed_plates:1>.displayName = "Cobalt Plate";
2 changes: 1 addition & 1 deletion scripts/thermal_expansion/compactor/more_plates.zs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ val outputs = [
<moreplates:nether_quartz_plate>,
<moreplates:redstone_plate>,
<moreplates:ardite_plate>,
<moreplates:cobalt_plate>,
<galaxyspace:compressed_plates:1>,
<moreplates:knightslime_plate>,
<moreplates:manyullyn_plate>,
<moreplates:pig_iron_plate>] as IItemStack[];
Expand Down

0 comments on commit 0942183

Please sign in to comment.