StonecutterRecipe cannot be cast to Recipe<Container>
Somdudewillson opened this issue ยท 1 comments
Issue description
Per the documentation (and the vanilla class, AFAIK) StonecutterRecipe should be castable to Recipe<Container>. However, attempting to do so causes the error Cannot cast StonecutterRecipe to Recipe<Container>, even explicitly.
Steps to reproduce
No response
Script used
https://gist.github.com/Somdudewillson/88fc4b2dc4ef414ed9879637bc03f3ae
The crafttweaker.log file
https://gist.github.com/Somdudewillson/1b82f7b0f82a5fd34f55c038753eb828
Minecraft version
1.20.1
Modloader
NeoForge
Modloader version
47.1.99
CraftTweaker version
14.0.50
Other relevant information
No response
The latest.log file
https://gist.github.com/Somdudewillson/237b99f4a5bdc45b797285c492757d26
Fixed by aabd2aa