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

17 lines
792 B
Plaintext

import scripts.enchantwrapper.EnchantUtil.EnchantMap;
import scripts.enchantwrapper.EnchantWrapper.SuperEnchantedItem;
val enchlistSpiderSuitWrapped as EnchantMap = EnchantMap()
.add("minecraft:protection",9)
.add("minecraft:unbreaking",5)
.add("enderio:repellent",10)
.add("minecraft:mending",1);
recipes.addShaped(SuperEnchantedItem(<erebus:spider_t_shirt>.withTag({display: {Name:"§6§oSomeone's Costume§r",Lore:["§d§oSuper-Enchanted§r"]}}), enchlistSpiderSuitWrapped).getItem(),
[[<bewitchment:hellhound_horn>, <bewitchment:demon_heart>, <bewitchment:hellhound_horn>],
[<contenttweaker:dragons_blood_plastic>, <erebus:spider_t_shirt>, <contenttweaker:dragons_blood_plastic>],
[<bewitchment:hellhound_horn>, <bewitchment:sigil_shrieking>, <bewitchment:hellhound_horn>]]);