Update to Minecraft 1.19

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2022-06-08 02:00:00 +10:00
parent 91d9aa9a89
commit 25f3b50f6b
332 changed files with 3628 additions and 2559 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/world/IInventory.java
+++ b/net/minecraft/world/IInventory.java
@@ -5,6 +5,11 @@
@@ -6,6 +6,11 @@
import net.minecraft.world.item.Item;
import net.minecraft.world.item.ItemStack;
@@ -12,7 +12,7 @@
public interface IInventory extends Clearable {
int LARGE_MAX_STACK_SIZE = 64;
@@ -21,9 +26,7 @@
@@ -22,9 +27,7 @@
void setItem(int i, ItemStack itemstack);
@@ -23,7 +23,7 @@
void setChanged();
@@ -62,4 +65,29 @@
@@ -69,4 +72,29 @@
return false;
}