Update to Minecraft 1.19.3

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2022-12-08 03:00:00 +11:00
parent a13136ada2
commit 8b26bb8f3e
305 changed files with 3331 additions and 2864 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/world/entity/EntityLightning.java
+++ b/net/minecraft/world/entity/EntityLightning.java
@@ -31,6 +31,10 @@
@@ -29,6 +29,10 @@
import net.minecraft.world.phys.AxisAlignedBB;
import net.minecraft.world.phys.Vec3D;
@@ -11,7 +11,7 @@
public class EntityLightning extends Entity {
private static final int START_LIFE = 2;
@@ -131,7 +135,7 @@
@@ -129,7 +133,7 @@
}
}
@@ -20,7 +20,7 @@
if (!(this.level instanceof WorldServer)) {
this.level.setSkyFlashTime(2);
} else if (!this.visualOnly) {
@@ -165,8 +169,12 @@
@@ -163,8 +167,12 @@
IBlockData iblockdata = BlockFireAbstract.getState(this.level, blockposition);
if (this.level.getBlockState(blockposition).isAir() && iblockdata.canSurvive(this.level, blockposition)) {
@@ -35,7 +35,7 @@
}
for (int j = 0; j < i; ++j) {
@@ -174,8 +182,12 @@
@@ -172,8 +180,12 @@
iblockdata = BlockFireAbstract.getState(this.level, blockposition1);
if (this.level.getBlockState(blockposition1).isAir() && iblockdata.canSurvive(this.level, blockposition1)) {
@@ -50,7 +50,7 @@
}
}
@@ -239,8 +251,9 @@
@@ -237,8 +249,9 @@
iblockdata = world.getBlockState(blockposition1);
} while (!(iblockdata.getBlock() instanceof WeatheringCopper));