Skip to content

Commit

Permalink
chisel blaze blocks (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Nov 26, 2023
1 parent 28ae647 commit a4e8ff7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/dreammaster/scripts/ScriptChisel.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.dreammaster.scripts;

import static gregtech.api.enums.Mods.BiomesOPlenty;
import static gregtech.api.enums.Mods.Botania;
import static gregtech.api.enums.Mods.Chisel;
import static gregtech.api.enums.Mods.EnderIO;
import static gregtech.api.enums.Mods.GalacticraftCore;
Expand Down Expand Up @@ -37,6 +38,7 @@ public List<String> getDependencies() {
Chisel.ID,
ProjectRedExploration.ID,
BiomesOPlenty.ID,
Botania.ID,
Chisel.ID,
EnderIO.ID,
GalacticraftCore.ID,
Expand Down Expand Up @@ -571,5 +573,8 @@ public void loadRecipes() {
ChiselHelper
.addVariationFromStack("red_mushroom", getModItem(Minecraft.ID, "red_mushroom_block", 1, 15, missing));

ChiselHelper.addGroup("blazeblock");
ChiselHelper.addVariationFromStack("blazeblock", getModItem(Botania.ID, "blazeBlock", 1, 0, missing));
ChiselHelper.addVariationFromStack("blazeblock", getModItem(GregTech.ID, "gt.blockgem3", 1, 5, missing));
}
}

0 comments on commit a4e8ff7

Please sign in to comment.