Can't Resolve Names For Vic's Modern Warfare Mod
TheQKnight opened this issue · 5 comments
Issue Description:
I am using version 1.12.2 of CraftTweaker.
What happens:
When i try to add or remove a recipe for an item from the mod Vic's Modern Warfare, it says it cannot resolve the name. Here is my script:
recipes.remove(mw:transistor);
This seems to happen for every item in this mod, but no other item in any other mods.
Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):
Here's my log:
https://pastebin.com/dxwjV6pJ
Affected Versions (Do not use "latest"):
- Minecraft: 1.12.2
- Forge: 14.23.0.2528
- Crafttweaker: 1.12-4.0.9
Your most recent log file where the issue was present:
You need to use the Item Bracket Handler for this:
<mw:transistor>
Just hold the item in your hand, use /ct syntax
and then click on the name. It will copy a usable string into your clipboard, then go to your script and hit CTRL+V
i think you meant /ct hand, but it still doesn't work. Please re open this issue. I've tried all the different types of syntax, but nothing works. it gave me mw:diode when i did /ct hand and /ct syntax just says the syntax is correct, nothing is wrong.