You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. Nukkit 2.0 now targets the LevelDB format and Anvil is getting deprecated.
Describe the solution you'd like
Have an option to convert directly to a LevelDB format which Nukkit 2.0 can handle, so no more conversions are needed.
Describe alternatives you've considered
Create a new repository like the Region Manipulator which does the same thing but with LevelDB using pure Java if possible.
The text was updated successfully, but these errors were encountered:
Nukkit seems to be using this LevelDB implementation: https://github.com/dain/leveldb
I think it would be a good idea to create a new base project without implementation, then make the Region Manipulator implement it and then make a new project which uses that LevelDB API to implement the base project, then Java2Nukkit World Converter would have an option settings which allows to choose between Anvil or LevelDB format.
Is your feature request related to a problem? Please describe.
Nukkit 2.0 now targets the LevelDB format and Anvil is getting deprecated.
Describe the solution you'd like
Have an option to convert directly to a LevelDB format which Nukkit 2.0 can handle, so no more conversions are needed.
Describe alternatives you've considered
Create a new repository like the Region Manipulator which does the same thing but with LevelDB using pure Java if possible.
The text was updated successfully, but these errors were encountered: