mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-08-06 18:31:54 +00:00
maybe?
This commit is contained in:
parent
ff3fbf5cae
commit
ddc213a69a
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@ package fathertoast.specialmobs.common.entity.projectile;
|
|||
|
||||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.entity.EntityType;
|
||||
import net.minecraft.entity.projectile.ThrowableEntity;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
public abstract class BugSpitEntity extends Entity {
|
||||
public abstract class BugSpitEntity extends ThrowableEntity {
|
||||
|
||||
public BugSpitEntity( EntityType<? extends BugSpitEntity> entityType, World world ) {
|
||||
super( entityType, world );
|
||||
|
|
Loading…
Add table
Reference in a new issue