rutgerkok / WorldGeneratorApi

Minecraft Spigot plugin that enables other plugins to customize world generation
MIT License
95 stars 9 forks source link

java.lang.NoClassDefFoundError: net/minecraft/server/v1_13_R1/BiomeBase #4

Closed DuendeInexistente closed 5 years ago

DuendeInexistente commented 5 years ago

Describe the bug The plugin crashes during the server load, without crashing spigot itself.

To Reproduce Steps to reproduce the behavior:

  1. Built spigot
  2. Ran it with worldgenerator's latest release (I tried to build it myself, but it gave me an error which seems to be related), and received the error linked below.

Log files Release error (Spigot): https://pastebin.com/hKamkjhb Build error: https://pastebin.com/RENnSfmV

rutgerkok commented 5 years ago

Yeah, Spigot changed the obfuscation of the net.minecraft.server code. I will fix this.