Skip to content

Commit

Permalink
fix proxy recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Aug 5, 2023
1 parent 8cacba2 commit b643d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public static void init() {
);

// Quantum Storage Extender
ModHandler.addShapedRecipe(true, "quantum_storage_controller", MetaTileEntities.QUANTUM_STORAGE_CONTROLLER.getStackForm(),
ModHandler.addShapedRecipe(true, "quantum_storage_extender", MetaTileEntities.QUANTUM_STORAGE_EXTENDER.getStackForm(4),
"PPP", "CHC", "PPP",
'P', new UnificationEntry(OrePrefix.plate, Materials.Aluminium),
'C', new UnificationEntry(OrePrefix.pipeNormalItem, Materials.Cobalt),
Expand Down

0 comments on commit b643d21

Please sign in to comment.