Cat has luckily since stopped singing

This commit is contained in:
Nassim Jahnke
2024-12-18 10:27:19 +01:00
parent e97bf6933c
commit 9d837fe4b6
2 changed files with 9 additions and 16 deletions

View File

@@ -63,7 +63,7 @@
}
@VisibleForDebug
@@ -325,11 +_,16 @@
@@ -325,7 +_,9 @@
@Override
protected void finishConversion(ServerLevel serverLevel) {
PiglinAi.cancelAdmiring(serverLevel, this);
@@ -73,13 +73,6 @@
super.finishConversion(serverLevel);
}
+
private ItemStack createSpawnWeapon() {
+ // Food time for 10 minutes WOOP WOOP
+ // Please send help cat started singing
return this.random.nextFloat() < 0.5 ? new ItemStack(Items.CROSSBOW) : new ItemStack(Items.GOLDEN_SWORD);
}
@@ -400,7 +_,7 @@
}