@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/item/ItemCrossbow.java
|
||||
+++ b/net/minecraft/world/item/ItemCrossbow.java
|
||||
@@ -114,6 +114,10 @@
|
||||
@@ -112,6 +112,10 @@
|
||||
if (itemstack1.isEmpty() && flag) {
|
||||
itemstack1 = new ItemStack(Items.ARROW);
|
||||
itemstack2 = itemstack1.copy();
|
||||
@@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
if (!loadProjectile(entityliving, itemstack, itemstack1, k > 0, flag)) {
|
||||
@@ -238,11 +242,27 @@
|
||||
@@ -236,11 +240,27 @@
|
||||
vector3fa.transform(quaternion);
|
||||
((IProjectile) object).shoot((double) vector3fa.x(), (double) vector3fa.y(), (double) vector3fa.z(), f1, f2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user