Update to 1.20
This commit is contained in:
parent
575e97d05c
commit
4d0205715b
19 changed files with 82 additions and 63 deletions
|
@ -15,7 +15,7 @@ public class ModEventBusEvents {
|
|||
@SubscribeEvent
|
||||
public static void onMobAttributeCreation(EntityAttributeCreationEvent ev)
|
||||
{
|
||||
ev.put((EntityType<? extends LivingEntity>) ModEntityTypes.POSSUM.get(), PossumEntity.createAttributes());
|
||||
//ev.put((EntityType<? extends LivingEntity>) ModEntityTypes.POSSUM.get(), PossumEntity.createAttributes());
|
||||
OTEMod.LOGGER.info("/!\\ REGISTERING ATTRIBUTES /!\\");
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue