PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
10.04k stars 2.34k forks source link

[1.17] #5891

Closed Hex27 closed 3 years ago

Hex27 commented 3 years ago

Expected behavior

NMS method names in IRegistryCustom should be the same as in spigot

Observed/Actual behavior

Attempting to use IRegistryCustom.d() (object method, not static) throws a MethodNotFoundException.

Steps/models to reproduce

My plugin attempts to call IRegistryCustom.d(). Starting the plugin is enough to reproduce the issue. The exact lines can be found in the TerraformGenerator source code in this class: https://github.com/Hex27/TerraformGenerator/blob/master/implementation/v1_17_R1/src/main/java/org/terraform/v1_17_R1/NMSChunkGenerator.java#L190#L190

Plugin list

TerraformGenerator 4.40

Paper version

git-Paper-"ce66102" (MC: 1.17) (Implementing API version 1.17-R0.1-SNAPSHOT)

Agreements

Other

Plugin was compiled with spigot and can run on spigot 1.17 with no issues.

electronicboy commented 3 years ago

https://github.com/PaperMC/paperweight/issues/24