Skip to content

Commit

Permalink
Forgot the event annotation on recipes!
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquadro committed Jun 28, 2017
1 parent 7fe6be3 commit 450ab80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx3G

minecraft_base_version=1.12
minecraft_version=1.12
mod_version=5.1.2
mod_version=5.1.3
chameleon_version=4.0.1
chameleon_max_version=5.0.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public static ItemStack makeBasicDrawerItemStack (EnumBasicDrawer info, String m
return stack;
}

@SubscribeEvent
public static void registerRecipes (RegistryEvent.Register<IRecipe> event) {
IForgeRegistry<IRecipe> registry = event.getRegistry();
ConfigManager config = StorageDrawers.config;
Expand Down

0 comments on commit 450ab80

Please sign in to comment.