We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d3683 commit 8cf7cf0Copy full SHA for 8cf7cf0
src/main/java/com/github/gtexpert/core/integration/ae/loaders/AEOreDictionaryLoader.java
@@ -18,7 +18,10 @@ public static void init() {
18
"blockCertus",
19
Mods.AppliedEnergistics2.getItem("quartz_block"),
20
Mods.AppliedEnergistics2.getItem("quartz_pillar"),
21
- Mods.AppliedEnergistics2.getItem("chiseled_quartz_block"),
+ Mods.AppliedEnergistics2.getItem("chiseled_quartz_block"));
22
+
23
+ GTEUtility.registerOre(
24
+ "blockFluix",
25
Mods.AppliedEnergistics2.getItem("fluix_block"));
26
27
GTEUtility.registerOre(
0 commit comments