[๐]: Recipes in `cannon_boat_oak/minecraft` aren't guarded by cannon boat being enabled
danaYatsuta opened this issue ยท 2 comments
Before Continuing:
- Check you are using the latest version of the mods and its dependencies
- Always include a latest.log if you are crashing
- Remove known hacky mods such as: Optifine, Fabric API/Connector on forge, and every kind of hybrid server like Mohist and Velocity. None of these are supported. Also try without other lesser usual suspects like Sodium and Lithium.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version
1.21.1-NEOFORGE
Supplementaries Version
3.4.16
Moonlight Lib Version
2.23.9
Describe Issue
Recipes in cannon_boat_oak/minecraft folder assume cannon boat being enabled, which it might not be. If it's not, it creates datapack load errors.
It's true that it doesn't really affect gameplay, but the log spam and kubejs errors are mildly annoying. Other recipes are guarded with fabric/neoforge load conditions, so I assumed that those recipes in particular not having the load conditions is a mistake.