26.1 compiles#3506
Conversation
This was intentional to be closer to the WE adapters. |
Oops, thought it was a mistake, I renamed it back to |
| ? PrimaryLevelData.SpecialWorldProperty.DEBUG | ||
| : PrimaryLevelData.SpecialWorldProperty.NONE; | ||
| PrimaryLevelData newWorldData = new PrimaryLevelData(newWorldSettings, newOpts, specialWorldProperty, Lifecycle.stable()); | ||
| PaperWorldLoader.LoadedWorldData loadedWorldData = new PaperWorldLoader.LoadedWorldData( |
There was a problem hiding this comment.
This only works on Paper I guess? Is there an easy way to make it work on Spigot? Otherwise it might make sense to fail regeneration more gracefully on Spigot.
There was a problem hiding this comment.
Indeed, paperweight overrides the only constructor on ServerLevel, requiring an extra argument PaperWorldLoader.LoadedWorldData
I added a throw exception on regenerations if the server is not Paper, let me know if it's what you had in mind!
|
The server currently crashes after using Not sure yet what the best approach here is, maybe a simple |
|
Sadly I cannot make FAWE run on spigot, neither the latest build on 1.21.11 works on my end. |
|
I'm okay with Spigot not working, but the |
|
The issue is that we pass the original |
Overview
Made it compile on 26.1
Renamed adapter
26.1to26_1(to keep the same syntax)Removed reobf for new Minecraft versions (26.1 and above)
Submitter Checklist
@since TODO.