Java error while using Replacer
panicbard opened this issue ยท 3 comments
Issue description
I tried to execute that piece of code:
import crafttweaker.api.recipe.replacement.Replacer;
import crafttweaker.api.ingredient.IIngredient;
Replacer.create()
.replace(recipecomponent:crafttweaker:input/ingredients, item:fruitsdelight:lemon, item:extradelight:lemon)
.execute();
and I got that error:
Cannot invoke "java.util.Collection.stream()" because the return value of "com.blamejared.crafttweaker.api.tag.type.KnownTag.getInternal')" is null
Steps to reproduce
No response
Script used
The crafttweaker.log file
Minecraft version
1.21.1
Modloader
NeoForge
Modloader version
21.1.206
CraftTweaker version
1.21.1-21.0.34
Other relevant information
Thanks for your work!
The latest.log file
I need the full crafttweaker.log and latest.log files please.
I can't reproduce this using just CraftTweaker and items from vanilla, I suspect you have a mod that is being dumb with their recipes or tags
I got same problem!