Skip to content

Commit

Permalink
Holy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Nov 26, 2019
1 parent 58ac142 commit 08f73dc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
* Created by Joseph on 11/22/2019.
*/
public class ThaumcraftIntegration {
@SubscribeEvent

@SuppressWarnings("deprecation")
@SubscribeEvent
public void aspectRegistrationEvent(AspectRegistryEvent event) {
event.register.registerObjectTag(new ItemStack(ModItems.PHEASANT_EGG), new AspectList().add(Aspect.BEAST, 5).add(Aspect.LIFE, 5));
event.register.registerObjectTag(new ItemStack(ModItems.TURKEY_EGG), new AspectList().add(Aspect.BEAST, 5).add(Aspect.LIFE, 5));
Expand Down

0 comments on commit 08f73dc

Please sign in to comment.