Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
added centrifuge recipe for centrifuging cobalt dust to cobalt 60
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Aug 14, 2023
1 parent cfac735 commit e553165
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public static void init() {
CENTRIFUGING.RB().ii(of(GTRubberData.RUBBER_LOGS)).io(new ItemStack(GTRubberData.StickyResin), new ItemStack(GregTechData.PlantBall), DUST.get(Carbon, 1), DUST.get(Wood, 1)).fo(Methane.getGas(60)).chances(0.5, 0.375, 0.25, 0.25).add("rubber_logs", 200, 20);

CENTRIFUGING.RB().ii(of(GTRubberData.StickyResin, 1)).io(DUST.get(RawRubber, 3), new ItemStack(GregTechData.PlantBall)).fo(Glue.getLiquid(100)).chances(10000, 1000).add("sticky_resin", 300, 5);
CENTRIFUGING.RB().ii(CRUSHED_REFINED.getMaterialIngredient(Cobalt, 1)).io(DUST.get(Cobalt, 1), DUST_TINY.get(Cobalt60, 1)).chances(1.0, 0.5).add("refined_cobalt_ore", 512, 32);
//Methane
addMethaneRecipe(MELON, 9, 72);
addMethaneRecipe(BREAD, 9, 72);
Expand Down

0 comments on commit e553165

Please sign in to comment.