PG85 / OpenTerrainGenerator

Minecraft Terrain Generator for Bukkit/Spigot/Forge
MIT License
199 stars 83 forks source link

WorldPacker Crashes on Forge 1.18 #946

Closed FrankTCA closed 2 years ago

FrankTCA commented 2 years ago

OTG Plugin or Mod

[Please specify if it's about Forge Mod or Spigot server Plugin placing "x" into []]

OTG Version

[Please specify the full OTG version that you are running by placing "x" into []]

Forge or Spigot Versions

Forge 1.18.1

Description

Since WorldPacker messes with Screen, which was altered in 1.18, we need to create a new branch of WorldPacker to work on 1.18, or ideally we need to figure out how to get it to work on both 1.16 and 1.18, but I don't know if the second is possible.

Minimal reproducable example: Just try running a WorldPacker preset with OTG 1.18 on Forge.

I'm assigning this to PG because he has the most experience with the Screen classes on WorldPacker.

FrankTCA commented 2 years ago

There is a new branch of WorldPacker called 1.18.1, which works.

Fixed.