Skip to content

Commit 1afb01f

Browse files
Add registerElements method to ExampleGTAddon. (#10)
1 parent 4e80334 commit 1afb01f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/example/examplemod/ExampleGTAddon.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ public void addRecipes(Consumer<FinishedRecipe> provider) {
3535
// CustomRecipes.init(provider);
3636
}
3737

38+
@Override
39+
public void registerElements() {
40+
// CustomElements.init();
41+
}
42+
3843
// If you have custom ingredient types, uncomment this & change to match your capability.
3944
// KubeJS WILL REMOVE YOUR RECIPES IF THESE ARE NOT REGISTERED.
4045
/*

0 commit comments

Comments
 (0)