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 4e80334 commit 1afb01fCopy full SHA for 1afb01f
src/main/java/com/example/examplemod/ExampleGTAddon.java
@@ -35,6 +35,11 @@ public void addRecipes(Consumer<FinishedRecipe> provider) {
35
// CustomRecipes.init(provider);
36
}
37
38
+ @Override
39
+ public void registerElements() {
40
+ // CustomElements.init();
41
+ }
42
+
43
// If you have custom ingredient types, uncomment this & change to match your capability.
44
// KubeJS WILL REMOVE YOUR RECIPES IF THESE ARE NOT REGISTERED.
45
/*
0 commit comments