Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ARMOR SET BONUSES] [BUG] "InteractionType" String or Bolean "performanceMode". #33

Open
qVoidreaver opened this issue Apr 20, 2024 · 0 comments

Comments

@qVoidreaver
Copy link

{
"armorSetName": "Wither Debuff",
"performanceMode": false,
"mainHand": {
"itemKey": "minecraft:iron_sword",
"mixAndMatch": [
"minecraft:diamond_sword"
]
},
"fullSetBonuses": [
{
"type": "effect",
"name": "minecraft:wither",
"value": 0,
"interactionType": "attack",
"interactionDuration": 140
}
],
"hideGeneratedTooltip": true,
"customTooltips": [
"Your attacks apply anti-healing for 7s"
]
}

(NOT TESTED IN OTHER VERSIONS ONLY 1.18.2, but I believe this is happening in all of them)

This is the file I created and, apparently, the string "InteractionType", when used as "attack", doesn't work even when "performanceMode"= false.
I believe that the problem may be the "InteractionType" string that is not being applied correctly to the entities.

note: the "InteractionType" string when in "attack" works normally in the player.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant