Add backwards enchantment names

This commit is contained in:
Nassim Jahnke 2024-04-03 19:04:19 +02:00
parent e3f70e0e72
commit ba613d9adb
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
3 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,11 @@
"breach": "",
"wind_burst": ""
},
"enchantmentnames": {
"density": "Density",
"breach": "Breach",
"wind_burst": "Wind Burst"
},
"blockstates": {
"vault": "spawner",
"heavy_core": "wither_skeleton_skull[powered=false,rotation=0]",

View File

@ -187,6 +187,7 @@ public final class MappingsOptimizer {
if (diffObject != null) {
names("items", "itemnames");
names("enchantments", "enchantmentnames");
fullNames("entitynames", "entitynames");
if (backwards) {