Files
meatballcraft/scripts/enchantwrapper/registration.zs
T
sainagh 0a09116c6e 0.16
2024-08-18 18:25:41 -07:00

9 lines
279 B
Plaintext

#loader contenttweaker
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.ResourceLocation;
// The CoT item
val wrapperItem = VanillaFactory.createItem("superenchant_wrapper");
wrapperItem.maxStackSize = 1;
wrapperItem.rarity = "epic";
wrapperItem.register();