Add modid to subscriber annotations
(cherry picked from commit 7cac007
)
This commit is contained in:
parent
8a4117106d
commit
3536a25cc3
8 changed files with 10 additions and 8 deletions
|
@ -85,7 +85,7 @@ import java.util.List;
|
|||
import java.util.Map;
|
||||
import java.util.Random;
|
||||
|
||||
@Mod.EventBusSubscriber
|
||||
@Mod.EventBusSubscriber(modid = BloodMagic.MODID)
|
||||
public class GenericHandler {
|
||||
public static Map<EntityPlayer, Double> bounceMap = new HashMap<EntityPlayer, Double>();
|
||||
public static Map<EntityPlayer, Integer> filledHandMap = new HashMap<EntityPlayer, Integer>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue