[1.20.1] Can't remove traits via datapacks
VengefulRaven opened this issue ยท 1 comments
A datapack that looks like this doesn't remove two handed trait from the warhammer:
{
"values": [
"spartanweaponry:armour_piercing"
]
}
A datapack that looks like this doesn't remove the hammer slam but does add the new traits to battle hammer:
{
"values": [
"spartanweaponry:extra_knockback",
"spartanweaponry:nauseous_blow",
"spartanweaponry:armour_piercing",
"spartanweaponry:two_handed_2"
]
}
Am using the latest version.