mirror of
https://github.com/ViaVersion/Mappings.git
synced 2025-04-03 18:05:46 +02:00
Add backwards enchantment names
This commit is contained in:
parent
e3f70e0e72
commit
ba613d9adb
@ -140,6 +140,11 @@
|
|||||||
"breach": "",
|
"breach": "",
|
||||||
"wind_burst": ""
|
"wind_burst": ""
|
||||||
},
|
},
|
||||||
|
"enchantmentnames": {
|
||||||
|
"density": "Density",
|
||||||
|
"breach": "Breach",
|
||||||
|
"wind_burst": "Wind Burst"
|
||||||
|
},
|
||||||
"blockstates": {
|
"blockstates": {
|
||||||
"vault": "spawner",
|
"vault": "spawner",
|
||||||
"heavy_core": "wither_skeleton_skull[powered=false,rotation=0]",
|
"heavy_core": "wither_skeleton_skull[powered=false,rotation=0]",
|
||||||
|
Binary file not shown.
@ -187,6 +187,7 @@ public final class MappingsOptimizer {
|
|||||||
|
|
||||||
if (diffObject != null) {
|
if (diffObject != null) {
|
||||||
names("items", "itemnames");
|
names("items", "itemnames");
|
||||||
|
names("enchantments", "enchantmentnames");
|
||||||
fullNames("entitynames", "entitynames");
|
fullNames("entitynames", "entitynames");
|
||||||
|
|
||||||
if (backwards) {
|
if (backwards) {
|
||||||
|
Loading…
Reference in New Issue
Block a user