
[1.19.2] Could not cast KnownTag<ItemDefiniton> to IItemStack
SuperFeda opened this issue ยท 3 comments
I don't understand what the problem is. In my code, the same command is used everywhere, but for some reason part of the code with armored jetpack doesn't work.
Code: https://github.com/SuperPypok/ctlog/blob/main/ForegoingTweaker.zs
Latest.log: https://raw.githubusercontent.com/SuperPypok/ctlog/main/latest.log
CraftTweaker.log: https://github.com/SuperPypok/ctlog/blob/main/crafttweaker.log
ZS code
import crafttweaker.api.fluid.IFluidStack;
import crafttweaker.api.fluid.FluidIngredient;
import crafttweaker.api.ingredient.IIngredient;
import crafttweaker.api.item.IItemStack;
recipes.remove(<item:divinerpg:nightmare_bed>);
<recipetype:industrialforegoing:dissolution_chamber>.addRecipe("nightmare_bed", [<item:twilightforest:ironwood_ingot>, <item:minecraft:dragon_egg>, <item:twilightforest:ironwood_ingot>, <item:divinerpg:king_of_scorchers_statue>, <item:divinerpg:ancient_entity_statue>, <item:divinerpg:mortum_block>, <item:ad_astra:ostrum_ingot>, <item:divinerpg:mortum_block>], <fluid:ad_astra:fuel> * 3000, 100, <item:divinerpg:nightmare_bed>);
recipes.remove(<item:mekanism:jetpack_armored>);
<recipetype:industrialforegoing:dissolution_chamber>.addRecipe("jetpack_armored_recipe_for_ic", [<tag:items:forge:storage_blocks/steel>, <item:divinerpg:rupee_ingot>, <item:botania:mana_diamond>, <item:mekanism:jetpack>, <item:ic2:dust_diamond>, <item:ic2:dust_diamond>, <item:divinerpg:rupee_ingot>, <item:botania:mana_diamond>], <fluid:ad_astra:fuel> * 5000, 100, <item:mekanism:jetpack_armored>);
<recipetype:industrialforegoing:dissolution_chamber>.addRecipe("jetpack_armored_one", [<tag:items:forge:storage_blocks/steel>, <item:divinerpg:rupee_ingot>, <item:botania:mana_diamond>, <item:mekanism:jetpack>, <tag:items:forge:dusts/diamond>, <tag:items:forge:dusts/diamond>, <item:divinerpg:rupee_ingot>, <item:botania:mana_diamond>], <fluid:ad_astra:fuel> * 5000, 100, <item:mekanism:jetpack_armored>);
<recipetype:industrialforegoing:dissolution_chamber>.addRecipe("jetpack_armored_recipe_two", [<tag:items:forge:storage_blocks/steel>, <item:divinerpg:rupee_ingot>, <item:botania:mana_diamond>, <item:mekanism:jetpack>, <tag:items:forge:dusts/diamond>, <item:ic2:dust_diamond>, <item:divinerpg:rupee_ingot>, <item:botania:mana_diamond>], <fluid:ad_astra:fuel> * 5000, 100, <item:mekanism:jetpack_armored>);
<recipetype:industrialforegoing:dissolution_chamber>.addRecipe("jetpack_armored_recipe_three", [<tag:items:forge:storage_blocks/steel>, <item:divinerpg:rupee_ingot>, <item:botania:mana_diamond>, <item:mekanism:jetpack>, <item:ic2:dust_diamond>, <tag:items:forge:dusts/diamond>, <item:divinerpg:rupee_ingot>, <item:botania:mana_diamond>], <fluid:ad_astra:fuel> * 5000, 100, <item:mekanism:jetpack_armored>);
recipes.remove(<item:mekanism:mekasuit_helmet>);
<recipetype:industrialforegoing:dissolution_chamber>.addRecipe("mekasuit_helmet", [<item:deeperdarker:soul_dust>, <item:mekanism:ultimate_control_circuit>, <item:deeperdarker:soul_dust>, <item:ad_astra:jet_suit_helmet>, <item:mekanism:energy_tablet>, <item:mekanism:pellet_polonium>, <item:ic2:ingot_uranium_enriched_charcoal>, <item:mekanism:pellet_polonium>], <fluid:industrialforegoing:latex> * 6000, 1000, <item:mekanism:mekasuit_helmet>);
recipes.remove(<item:mekanism:mekasuit_bodyarmor>);
<recipetype:industrialforegoing:dissolution_chamber>.addRecipe("mekasuit_bodyarmor", [<item:deeperdarker:soul_dust>, <item:mekanism:ultimate_control_circuit>, <item:deeperdarker:soul_dust>, <item:ad_astra:jet_suit>, <item:mekanism:energy_tablet>, <item:mekanism:pellet_polonium>, <item:ic2:ingot_uranium_enriched_charcoal>, <item:mekanism:pellet_polonium>], <fluid:industrialforegoing:latex> * 6000, 1000, <item:mekanism:mekasuit_bodyarmor>);
recipes.remove(<item:mekanism:mekasuit_pants>);
<recipetype:industrialforegoing:dissolution_chamber>.addRecipe("mekasuit_pants", [<item:deeperdarker:soul_dust>, <item:mekanism:ultimate_control_circuit>, <item:deeperdarker:soul_dust>, <item:ad_astra:jet_suit_pants>, <item:mekanism:energy_tablet>, <item:mekanism:pellet_polonium>, <item:ic2:ingot_uranium_enriched_charcoal>, <item:mekanism:pellet_polonium>], <fluid:industrialforegoing:latex> * 6000, 1000, <item:mekanism:mekasuit_pants>);
recipes.remove(<item:mekanism:mekasuit_boots>);
<recipetype:industrialforegoing:dissolution_chamber>.addRecipe("mekasuit_boots", [<item:deeperdarker:soul_dust>, <item:mekanism:ultimate_control_circuit>, <item:deeperdarker:soul_dust>, <item:ad_astra:jet_suit_boots>, <item:mekanism:energy_tablet>, <item:mekanism:pellet_polonium>, <item:ic2:ingot_uranium_enriched_charcoal>, <item:mekanism:pellet_polonium>], <fluid:industrialforegoing:latex> * 6000, 1000, <item:mekanism:mekasuit_boots>);
CT Log
[16:51:25.608][INFO]: Successfully injected RecipeFS file system
[16:51:25.726][INFO]: Successfully identified and loaded plugin crafttweaker:builtin
[16:51:25.730][INFO]: Successfully identified and loaded plugin crafttweaker:builtin_forge
[16:51:25.734][INFO]: Successfully identified and loaded plugin mekanism:crt_plugin
[16:51:28.544][INFO]: The following mods have explicit CraftTweaker support through the default plugin:
[16:51:28.548][INFO]: - 'crafttweaker' at version '10.0.24'
[16:51:28.548][INFO]: - 'foregoing_tweaker' at version '1.19.2-1.1.5'
[16:51:28.548][INFO]: - 'mekanism' at version '10.3.5'
[16:51:44.514][INFO]: Started loading scripts for loader 'mekanismcontent'
[16:51:44.983][INFO]: Compiling and executing scripts
[16:51:45.617][INFO]: Successfully initialized modules [mods, crafttweaker, expansions]
[16:51:45.791][INFO]: Execution for loader 'mekanismcontent' completed successfully
[16:51:45.791][INFO]: Registering 0 custom gases.
[16:51:45.798][INFO]: Registering 0 custom infuse types.
[16:51:45.810][INFO]: Registering 0 custom pigments.
[16:51:45.816][INFO]: Registering 0 custom robit skins.
[16:51:45.823][INFO]: Registering 0 custom slurries.
[16:51:56.065][INFO]: Started loading scripts for loader 'initialize'
[16:51:56.092][INFO]: Compiling and executing scripts
[16:51:56.093][INFO]: Successfully initialized modules [crafttweaker, expansions]
[16:51:56.103][INFO]: Execution for loader 'initialize' completed successfully
[16:53:53.921][INFO]: Started loading scripts for loader 'tags'
[16:53:53.941][INFO]: Compiling and executing scripts
[16:53:53.947][INFO]: Successfully initialized modules [crafttweaker, expansions]
[16:53:53.959][INFO]: Execution for loader 'tags' completed successfully
[16:53:57.581][INFO]: Started loading scripts for loader 'crafttweaker'
[16:53:57.593][INFO]: Compiling and executing scripts
[16:53:57.709][INFO]: Successfully initialized modules [mods, crafttweaker, expansions]
[16:53:57.710][INFO]: Loading file 'CraftTweaker.zs' with priority 0
[16:53:57.716][INFO]: Loading file 'ForegoingTweaker.zs' with priority 0
[16:53:57.757][ERROR]: ForegoingTweaker.zs:10:96: Could not cast KnownTag<ItemDefinition> to IItemStack
[16:53:57.759][ERROR]: ForegoingTweaker.zs:11:86: Could not cast KnownTag<ItemDefinition> to IItemStack
[16:53:57.759][ERROR]: ForegoingTweaker.zs:11:86: Could not cast KnownTag<ItemDefinition> to IItemStack
[16:53:57.759][ERROR]: ForegoingTweaker.zs:11:86: Could not cast KnownTag<ItemDefinition> to IItemStack
[16:53:57.759][ERROR]: ForegoingTweaker.zs:12:93: Could not cast KnownTag<ItemDefinition> to IItemStack
[16:53:57.759][ERROR]: ForegoingTweaker.zs:12:93: Could not cast KnownTag<ItemDefinition> to IItemStack
[16:53:57.759][ERROR]: ForegoingTweaker.zs:13:95: Could not cast KnownTag<ItemDefinition> to IItemStack
[16:53:57.759][ERROR]: ForegoingTweaker.zs:13:95: Could not cast KnownTag<ItemDefinition> to IItemStack
[16:53:57.759][ERROR]: Scripts are invalid!
[16:53:57.759][INFO]: Execution for loader 'crafttweaker' completed successfully
[16:53:57.763][INFO]: This reload was made possible by Jessie Sims and more! Become a patron at https://patreon.com/jaredlll08?s=crtmod
Dissolution chamber recipes via ct does not support tags for some reasons, could be an oversight on my end.
i'll see what i can do