File tree Expand file tree Collapse file tree
src/main/java/org/cyclops/structurecrafting Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010import org .cyclops .cyclopscore .config .extendedconfig .ItemConfigReference ;
1111import org .cyclops .cyclopscore .init .ItemCreativeTab ;
1212import org .cyclops .cyclopscore .init .ModBase ;
13+ import org .cyclops .cyclopscore .init .RecipeHandler ;
1314import org .cyclops .cyclopscore .proxy .ICommonProxy ;
1415import org .cyclops .structurecrafting .block .BlockStructuredCrafter ;
1516import org .cyclops .structurecrafting .block .BlockStructuredCrafterConfig ;
@@ -41,6 +42,11 @@ public StructuredCrafting() {
4142 super (Reference .MOD_ID , Reference .MOD_NAME );
4243 }
4344
45+ @ Override
46+ protected RecipeHandler constructRecipeHandler () {
47+ return null ; // TODO
48+ }
49+
4450 @ Mod .EventHandler
4551 @ Override
4652 public final void preInit (FMLPreInitializationEvent event ) {
You can’t perform that action at this time.
0 commit comments