Update to Minecraft 1.21.2

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2024-10-23 02:15:00 +11:00
parent 2c4beb962b
commit d3a23f42c3
522 changed files with 8501 additions and 6477 deletions

View File

@@ -33,7 +33,7 @@
@Override
public boolean canPlaceItem(int j, ItemStack itemstack) {
return itemstack.is(TagsItem.BEACON_PAYMENT_ITEMS);
@@ -83,6 +93,7 @@
@@ -69,6 +79,7 @@
@Override
public boolean stillValid(EntityHuman entityhuman) {
@@ -41,7 +41,7 @@
return stillValid(this.access, entityhuman, Blocks.BEACON);
}
@@ -164,8 +175,8 @@
@@ -150,8 +161,8 @@
public void updateEffects(Optional<Holder<MobEffectList>> optional, Optional<Holder<MobEffectList>> optional1) {
if (this.paymentSlot.hasItem()) {
@@ -52,7 +52,7 @@
this.paymentSlot.remove(1);
this.access.execute(World::blockEntityChanged);
}
@@ -192,4 +203,17 @@
@@ -178,4 +189,17 @@
return 1;
}
}