Backporting a mod from 1.20.1 to 1.19.2 (cannot find symbols) #4635
Unanswered
proJM-Coding
asked this question in
Mod Dev Support
Replies: 1 comment 1 reply
-
|
I have been told that things have been changed around with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello! I am working on backporting a mod I found to 1.19.2 and I am having some issues with importing symbols which I believe don't exist in this version (could be wrong, this is part of why I ask). I fixed some errors by changing
net.minecraft.registry.RegistryKeytonet.minecraft.util.registry.RegistryKeybut there are still 5 more errors:I am working inside of github codespaces if anyone is wondering. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions