This commit is contained in:
2024-08-02 20:05:56 +02:00
parent ed1bfb65d4
commit 8a53f20f77
16 changed files with 4 additions and 66 deletions

View File

@@ -13,8 +13,6 @@ import net.minecraft.world.World;
import java.lang.reflect.Method;
import java.util.List;
import static systems.brn.plasticgun.PlasticGun.BULLET_ENTITY_TYPE;
import static systems.brn.plasticgun.PlasticGun.clientsWithMod;
import static systems.brn.plasticgun.lib.Util.setProjectileData;
public class ThrowableProjectile extends PersistentProjectileEntity implements PolymerEntity {