refined storage mod id refrence not found
randomusert opened this issue ยท 5 comments
Issue description
just says about missing a prefix refinedstorage when i have refined storage installed
Steps to reproduce
No response
Script used
https://gist.github.com/randomusert/a881abc7ad9708984a9927a0346ab91e
The crafttweaker.log file
https://gist.github.com/randomusert/85dc7f04d654b8a76e16371090ac54c8
Minecraft version
1.20.1
Modloader
Forge
Modloader version
47.3.22
CraftTweaker version
14.0.53
Other relevant information
No response
The latest.log file
You can use /ct hand while in game holding the item to get the exact name you need to do, it gets copied to your clipboard as well.
You seem to have some old syntax in there: To reference items, you need to use <item:mod_id:item_name> like <item:minecraft:stick>.
In your provided script you used that syntax for the refinedStorage items but not for the vanilla item (you used e.g. <minecraft:stick> instead of <item:minecraft:stick>).
Make sure all items are prefixed with <item:
If that still does not solve the issue, please send an updated script and crafttweaker.log file ๐