PowerNukkit / Java2Nukkit-World-Converter

Converts worlds from Minecraft 1.15.2+ Java Edition to the newest Nukkit MCA file format
MIT License
23 stars 6 forks source link

Optimize the tipped arrow migration to use properties instead of hardcoded data #23

Closed joserobjr closed 5 years ago

joserobjr commented 5 years ago

It's currently using a when block with lots of hard-codded information to convert constant strings to constant integers, make it use a properties file instead.