#Allowing Sword enchants on an unenchantable item?
24 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
does adding minecraft:swordstag to the item help?
// Visit the wiki for more info - https://kubejs.com/
ServerEvents.tags('item', event => {
// Get the #forge:cobblestone tag collection and add Diamond Ore to it
event.add('tacz:modern_kinetic_gun', 'minecraft:swords')
})
seems to not work
ah it has to be a tag not an item id
i think
the tag should be in the first place, the item the later
is this formatted wrong?
nvm
it works, but it doesn't seem to be able to be enchanted
Anvil enchants work, but enchanting table decides it doesn't need enchants
has almost the same tags as stone sword, but doesn't work in enchanting table
giving it the minecraft:enchantable/sword tag doesn't work either
try morejs then
MoreJS is a KubeJS addon with additional events for villager/wanderer trades, structures, the enchantment table, potion brewing and more.
don't think it would help, /enchant also doesn't work with the tag changing
Try !help