Skip to content

Commit

Permalink
Fix items needed to create a Mothership (GTNewHorizons#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Feb 3, 2025
1 parent dd96467 commit 0c4f72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dreammaster/scripts/ScriptAmunRa.java
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ private static void setMothershipRecipe() {
ARBlocks.blockMothershipController.getMetadata()),
1);
recipe.put(new ItemStack(GregTechAPI.sBlockCasings8, 1, 5), 256);
recipe.put(new ItemStack(GameRegistry.findItem(GalaxySpace.ID, "item.DysonSwarmParts"), 1, 3), 64);
recipe.put(new ItemStack(GameRegistry.findItem(GTNHIntergalactic.ID, "item.DysonSwarmParts"), 1, 3), 64);
recipe.put(ItemList.Field_Generator_UHV.get(1), 8);
recipe.put("circuitInfinite", 32);

Expand Down

0 comments on commit 0c4f72a

Please sign in to comment.