Add modid to subscriber annotations

(cherry picked from commit 7cac007)
This commit is contained in:
Nicholas Ignoffo 2017-10-13 17:41:54 -07:00 committed by Nicholas Ignoffo
parent 8a4117106d
commit 3536a25cc3
8 changed files with 10 additions and 8 deletions

View file

@ -39,7 +39,7 @@ import net.minecraftforge.fml.common.eventhandler.Event;
import net.minecraftforge.fml.common.eventhandler.EventPriority;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
@Mod.EventBusSubscriber
@Mod.EventBusSubscriber(modid = BloodMagic.MODID)
public class LivingArmourHandler {
@SubscribeEvent