We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i try to run forge version of my mod from IDE it reach game main menu and crash with the following error:
Caused by: java.lang.NoSuchMethodError: 'com.mojang.math.Transformation com.mojang.math.Transformation.func_227987_b_()'
fabric version works fine
Info OS: Kali Linux MC version: 1.16.5 APIs versions: latest for the minecraft version, generated by:Architectury generator
Code
public class ItemRegistry { public static final DeferredRegister<Item> ITEMS = DeferredRegister.create(MOD_ID, Registry.ITEM_REGISTRY); public static final RegistrySupplier<Item> TEST_ITEM = ITEMS.register("test_item", () -> new Item(new Item.Properties())); public static void init() { ITEMS.register(); } }
Extra Info
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i try to run forge version of my mod from IDE it reach game main menu and crash with the following error:
Caused by: java.lang.NoSuchMethodError: 'com.mojang.math.Transformation com.mojang.math.Transformation.func_227987_b_()'
fabric version works fine
Info
OS: Kali Linux
MC version: 1.16.5
APIs versions: latest for the minecraft version, generated by:Architectury generator
Code
Extra Info
The text was updated successfully, but these errors were encountered: