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

Commit

Permalink
added glass dust recipe to macerator
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 16, 2024
1 parent 167e905 commit c4d8818
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import muramasa.antimatter.data.AntimatterMaterialTypes;
import muramasa.antimatter.data.AntimatterMaterials;
import muramasa.antimatter.data.AntimatterStoneTypes;
import muramasa.antimatter.data.ForgeCTags;
import muramasa.antimatter.material.Material;
import muramasa.antimatter.material.MaterialTags;
import muramasa.antimatter.ore.BlockOreStone;
Expand Down Expand Up @@ -164,5 +165,6 @@ public static void init(){
PULVERIZER.RB().ii(RecipeIngredient.of(Items.BLAZE_ROD)).io(new ItemStack(Items.BLAZE_POWDER, 5)).add("blaze_powder", 400, 2);
PULVERIZER.RB().ii(RecipeIngredient.of(Items.BONE)).io(new ItemStack(Items.BONE_MEAL, 5)).add("bone_meal", 400, 2);
PULVERIZER.RB().ii(RecipeIngredient.of(Items.QUARTZ_BLOCK)).io(DUST.get(Quartz, 4)).add("quartz_dust_from_block", Quartz.getMass(), 2);
PULVERIZER.RB().ii(RecipeIngredient.of(ForgeCTags.GLASS)).io(DUST.get(Glass, 1)).add("glass_dust", 400, 2);
}
}

0 comments on commit c4d8818

Please sign in to comment.