java.lang.NoSuchMethodError: 'int net.minecraft.class_1767.method_16357()' in SupplierCounter module
hxy123abc opened this issue ยท 2 comments
Bug description
I upgraded the mod from 1.58.0 to 1.59.2 for a dedicated server, and it failed to launch. This did not happen when I was using version 1.58.0.
Steps to reproduce
- Launch a dedicated server with carpet, tis carpet and fabric API.
- Wait for the crash.
Expected behavior
The server should launch.
Actual behavior
The server crashed with exception java.lang.NoSuchMethodError: 'int net.minecraft.class_1767.method_16357()'.
Relevant logs
Minecraft version
1.16.5
Carpet TIS Addition version
1.59.2
Fabric Carpet version
1.4.44
Other information
The suspisious method net.minecraft.class_1767.method_16357()
is net.minecraft.util.DyeColor.getSignColor()
in mapping yarn-1.16.5+build.10-v2. Fabric version is 0.15.11. I have not tested this on a mc client or other fabric versions though. I guess it will crash too.
Check list
- I have verified that the issue persists in the latest version of the mod.
- I have searched the existing issues and confirmed that this is not a duplicate.