mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@c60f4436 Restore players being the inventory holder of an enderchest (#12923) PaperMC/Paper@e9380882 Lazy evaluate ender chest inventory holder PaperMC/Paper@846c64f4 Allow for sending plugin messages during configuration stage (#12915)
This commit is contained in:
@@ -2,7 +2,7 @@ group = org.purpurmc.purpur
|
|||||||
version = 1.21.8-R0.1-SNAPSHOT
|
version = 1.21.8-R0.1-SNAPSHOT
|
||||||
|
|
||||||
mcVersion = 1.21.8
|
mcVersion = 1.21.8
|
||||||
paperCommit = bf465e002971815f08326af18efd9974056dd8f2
|
paperCommit = 846c64f4d1852aa0079978c72a71883fd5039ee8
|
||||||
|
|
||||||
org.gradle.configuration-cache = true
|
org.gradle.configuration-cache = true
|
||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
|
|||||||
@@ -84,10 +84,10 @@ index 0fffa384f928ab84451331380968fb4650eafe26..0399092c9f7a43ac100c11505176ade6
|
|||||||
return new ChestMenu(MenuType.GENERIC_9x6, containerId, playerInventory, container, 6);
|
return new ChestMenu(MenuType.GENERIC_9x6, containerId, playerInventory, container, 6);
|
||||||
}
|
}
|
||||||
diff --git a/net/minecraft/world/inventory/PlayerEnderChestContainer.java b/net/minecraft/world/inventory/PlayerEnderChestContainer.java
|
diff --git a/net/minecraft/world/inventory/PlayerEnderChestContainer.java b/net/minecraft/world/inventory/PlayerEnderChestContainer.java
|
||||||
index beb74bc8398de8b48f41af7daef14d624826310e..7ae8d115b6f4af45db9309b46ed4b4fdd8e25c08 100644
|
index 51148b7b95c93a9e25da70ac9275c63f1458d84c..96359fef8c83b54ea65d4358aa5d594723b38ead 100644
|
||||||
--- a/net/minecraft/world/inventory/PlayerEnderChestContainer.java
|
--- a/net/minecraft/world/inventory/PlayerEnderChestContainer.java
|
||||||
+++ b/net/minecraft/world/inventory/PlayerEnderChestContainer.java
|
+++ b/net/minecraft/world/inventory/PlayerEnderChestContainer.java
|
||||||
@@ -25,11 +25,18 @@ public class PlayerEnderChestContainer extends SimpleContainer {
|
@@ -26,11 +26,18 @@ public class PlayerEnderChestContainer extends SimpleContainer {
|
||||||
}
|
}
|
||||||
|
|
||||||
public PlayerEnderChestContainer(Player owner) {
|
public PlayerEnderChestContainer(Player owner) {
|
||||||
|
|||||||
Reference in New Issue
Block a user