# hey there's no drop for the warden tendril, and no way to craft it... any chance someone could add it to the warden drops? the item is needed for the zenith enchanting system upgrades
# LootJS.modifiers((event) => { event.addEntityLootModifier("minecraft:warden").addWeightedLoot([0,2],[Item.of("zenith:warden_tendril").withChance(100)]); });
# copy this script to a text file and save it as tendril.js. then put that file here \kubejs\server_scripts\loot_tables