mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-06 07:32:07 +01:00
parent
8ae1a1746e
commit
5944323d84
@ -19352,6 +19352,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+
|
||||
+ final MapType<String> tag = root.getMap("tag");
|
||||
+
|
||||
+ if (tag == null) {
|
||||
+ return null;
|
||||
+ }
|
||||
+
|
||||
+ if ("minecraft:suspicious_stew".equals(id)) {
|
||||
+ RenameHelper.renameSingle(tag, "Effects", "effects");
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user