-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By ChampionAsh5357 · Posted
I don't know, I'm looking at the mod compatibility list they specified on curseforge. You might just want to ask the author of the mod. You could also provide the debug.log of the crash as well to see if it's a separate issue on how you're implementing it. -
By ChampionAsh5357 · Posted
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS). -
By ChampionAsh5357 · Posted
First, recipes are a vanilla system. The best thing to do is look at how vanilla does it in the source code and replicate it, replacing any necessary steps with their Forge wrapped counterpart (registries, itemstack result, etc.) Additionally, there is some documentation on the custom recipe process; however, it is community generated. If you choose to complain about the Forge documentation, please provide information on where it is lacking on an issue on the repo. I will be happy to address those concerns since I've put myself in the position to be responsible for it. -
By ChampionAsh5357 · Posted
Please provide the debug.log from the logs folder in your game directory. -
By ChampionAsh5357 · Posted
Hmm, maybe you should just copy what the EnderpearlItem does since you seem to be more or less doing the same thing. You can pass in the player in that case since the method is called on both sides. As for the sound not playing, how are you defining your sound? Do you have the sounds.json set up? Is your sound in the sounds folder?
-
-
Topics
Recommended Posts