"import crafttweaker.api.item.type.armor.ArmorItem" causes script compiling issues and cannot be found.
varunax opened this issue ยท 0 comments
Issue description
Script fails to compile when you try to import. ArmorItem cannot be found.
Steps to reproduce
Just use this import in any .zs file:
import crafttweaker.api.item.type.armor.ArmorItem;
Seems to also be an issue with importing ArmorMaterial as well.
Script used
The crafttweaker.log file
Minecraft version
1.20.1
Modloader
All
Modloader version
47.2.23
CraftTweaker version
14.0.38
Other relevant information
No response