FrostbyteGames1 / Frostbytes-Slabs-and-Stairs

Frostbyte's Slabs & Stairs Mod for Minecraft Fabric
https://linktr.ee/FrostbyteGames
Other
0 stars 0 forks source link

Crashes on world creation on 1.20.1 #11

Closed faultycore closed 1 year ago

faultycore commented 1 year ago

Crash Log: https://pastebin.com/uLzisEVv

faultycore commented 1 year ago

After a quick check, it seems the problem is with net.frostbyte.slabsandstairs.screen.SawmillScreenHandler, it uses the class net.minecraft.recipe.Recipe.RecipeEntry which doesn't exist yet in 1.20.1. I don't know if you wanna take the effort to fix this for such a minor version, I'm not sure if the changes done to the SawmillScreenHandler class in 9829df1 would be easily revertible for a seperate 1.20.1 version. I should probably just update my pack to 1.20.2 tbh :smile:

As a sidenote, I really appreciate your mod, it's the only additional slabs/stairs/walls mod that doesn't add a ton of unnecessary stuff and keeps the vanilla feel.

faultycore commented 1 year ago

Okay I should have checked that beforehand, but since there actually is already a seperate 1.20.1 version on Modrinth I will just close this issue, although the required MC version should probably be changed to not allow 1.20.1 so launchers will download the proper version.