Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import net.minecraft.entity.EntityType;
- import net.minecraft.entity.passive.BeeEntity;
- import net.minecraft.world.World;
- public class ModBeeEntity extends BeeEntity {
- public ModBeeEntity(EntityType<? extends BeeEntity> type, World worldIn) {
- super(type, worldIn);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement