@@ -9,8 +9,8 @@
|
||||
public class ItemLeash extends Item {
|
||||
|
||||
public ItemLeash() {
|
||||
@@ -40,7 +42,23 @@
|
||||
if (entityinsentient.cc() && entityinsentient.getLeashHolder() == entityhuman) {
|
||||
@@ -39,7 +41,23 @@
|
||||
if (entityinsentient.isLeashed() && entityinsentient.getLeashHolder() == entityhuman) {
|
||||
if (entityleash == null) {
|
||||
entityleash = EntityLeash.a(world, blockposition);
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user