Hex27 / TerraformGenerator

World generation augmenter
Apache License 2.0
268 stars 28 forks source link

Incompatible with 1.16.5 #18

Closed Andre601 closed 3 years ago

Andre601 commented 3 years ago

Issue

When trying to create a World with TerraformGenerator using PaperMC 1.16.5 will a large amount of stacktraces be thrown and the server crashes/closes due to it. The most common cause seems to be a NoSuchFieldError: g which causes an avelange of errors due to the world not being able to load.

Here is a hastebin of the error. Note that the site may take some time to load due to the large error: https://paste.helpch.at/renejebuda.sql

How to reproduce

  1. Use MC 1.16.5
  2. Create a world (In my case using Multiverse Core and /mvcreate tfg normal -g TerraformGenerator)
  3. Check console for the errors.

Info

Server: PaperMC 1.16.5 (Build 427) TerraformGenerator: 2.0.3 (Also happened with 2.0.2) Drycell: 1.0.7

Hex27 commented 3 years ago

Fixed