mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 08:39:58 +03:00
12 lines
364 B
Diff
12 lines
364 B
Diff
--- ../src-base/minecraft/net/minecraft/entity/projectile/EntitySpectralArrow.java
|
|
+++ ../src-work/minecraft/net/minecraft/entity/projectile/EntitySpectralArrow.java
|
|
@@ -12,7 +12,7 @@
|
|
|
|
public class EntitySpectralArrow extends EntityArrow
|
|
{
|
|
- private int duration = 200;
|
|
+ public int duration = 200;
|
|
|
|
public EntitySpectralArrow(World worldIn)
|
|
{
|