Use mojang item ids for alternative item despawn rate (#6997)

This commit is contained in:
Noah van der Aa 2022-05-05 00:29:15 +02:00 committed by GitHub
parent e5da93a608
commit 2ab0258b5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
216 changed files with 194 additions and 173 deletions

View file

@ -5,10 +5,10 @@ Subject: [PATCH] Configurable item frame map cursor update interval
diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
index 81d47e800b1dc1ae944b12313a8241c1d877e6a4..f5c1de088ff49178aac4b2bea7059b98d5e8d338 100644
index 7228474782e66d1b7dcebe80e02180545b55a089..5a111ef1aa944500878ac4b2be2a161534894078 100644
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
@@ -871,6 +871,11 @@ public class PaperWorldConfig {
@@ -893,6 +893,11 @@ public class PaperWorldConfig {
mapItemFrameCursorLimit = getInt("map-item-frame-cursor-limit", mapItemFrameCursorLimit);
}