File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/main/java/com/direwolf20/justdirethings/client/jei Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,12 @@ public void registerRecipes(IRecipeRegistration registration) {
97
97
List .of (new OreToResourceRecipe (Registration .RawFerricoreOre .get (), new ItemStack (Registration .RawFerricore )),
98
98
new OreToResourceRecipe (Registration .RawBlazegoldOre .get (), new ItemStack (Registration .RawBlazegold )),
99
99
new OreToResourceRecipe (Registration .RawCelestigemOre .get (), new ItemStack (Registration .Celestigem )),
100
- new OreToResourceRecipe (Registration .RawEclipseAlloyOre .get (), new ItemStack (Registration .RawEclipseAlloy ))));
100
+ new OreToResourceRecipe (Registration .RawEclipseAlloyOre .get (), new ItemStack (Registration .RawEclipseAlloy )),
101
+ new OreToResourceRecipe (Registration .RawCoal_T1 .get (), new ItemStack (Registration .Coal_T1 )),
102
+ new OreToResourceRecipe (Registration .RawCoal_T2 .get (), new ItemStack (Registration .Coal_T2 )),
103
+ new OreToResourceRecipe (Registration .RawCoal_T3 .get (), new ItemStack (Registration .Coal_T3 )),
104
+ new OreToResourceRecipe (Registration .RawCoal_T4 .get (), new ItemStack (Registration .Coal_T4 ))
105
+ ));
101
106
102
107
}
103
108
You can’t perform that action at this time.
0 commit comments