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