Skip to content

Commit 6c9a9df

Browse files
committed
Added recipe name to Bloodforge recipes
1 parent b35a626 commit 6c9a9df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/illuminatijoe/refactorycore/data/datagen/ReFactoryLangGen.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public static void init(RegistrateLangProvider provider) {
3535
// Recipes
3636
replace(provider, "gtceu.advanced_primitive_blast_furnace", "Advanced Blasting");
3737
replace(provider, "gtceu.hydrator", "Hydrating");
38+
replace(provider, "gtceu.bloodforge", "Blood Forging");
3839

3940
// Tooltips
4041
provider.add("tooltip.refactorycore.lp_hatch.input", "Max Recipe Input: %s");

0 commit comments

Comments
 (0)