![The Wild Mod [Fabric]](https://media.forgecdn.net/avatars/thumbnails/455/158/256/256/637723588481554069.png)
1.18.2 Support issues
arichorn opened this issue ยท 4 comments
I have known errors with the wild mod lately, I forked this and tried my best to make it support 1.18.2, ever since 1.18.2 released I noticed a code change in TheAccurateSculk folder, I have a check mark list below me and a .txt of the errors I witnessed after making it support 1.18.2.
TWM-ERRORS.txt
and if I can't do it then I'm the worst coder there is.
Fixing the VanillaBiomeParametersMixin Issues
blocks\mangrove\MangroveWood (Fabric API tool attribute)
Fixing the "fromAccurateSculk" Coding
Hey, I am also trying to port the mod to 1.18.2 in #166
Do you know of a way to fix the issues with the configure()
and withPlacement()
methods in RegisterWorldgen.java?
Mojang removed these methods in 1.18.2 and a workaround is needed.
I have known errors with the wild mod lately, I forked this and tried my best to make it support 1.18.2, ever since 1.18.2 released I noticed a code change in TheAccurateSculk folder, I have a check mark list below me and a .txt of the errors I witnessed after making it support 1.18.2. TWM-ERRORS.txt
and if I can't do it then I'm the worst coder there is.
Fixing the VanillaBiomeParametersMixin Issues
blocks\mangrove\MangroveWood (Fabric API tool attribute)
Fixing the "fromAccurateSculk" Coding
The Accurate Sculk stuff was already fixed in a separate Pull Request.