You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a "composite" type quest with an amount higher than one, sometimes the behavior gets a bit wonky and the counting gets messed up.
(These were the only 5 tasks in the composite one)
I have searched the issue tracker and confirmed that the issue has not been reported
I have checked the FAQ (if one is present) and my issue is not listed
I have verified that I am using the latest version of the mod
I have verified that I have installed all the required dependencies for the mod
I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.
The text was updated successfully, but these errors were encountered:
Bug Description
If you have a "composite" type quest with an amount higher than one, sometimes the behavior gets a bit wonky and the counting gets messed up.
(These were the only 5 tasks in the composite one)
How to Reproduce?
No response
Expected Behavior
No response
Version
1.1.13
Mod Loader Version
1.20.1 fabric-0.16.5
Mod Loader
Fabric
Logs or additional context
Quest json:
{ "dependencies": [], "tasks": { "undead_slayer": { "amount": 3, "tasks": { "task_slayer_husk": { "entity": { "type": "minecraft:husk" }, "amount": 2, "type": "heracles:kill_entity", "icon": { "item": { "id": "minecraft:trident", "count": 1, "nbt": { "Damage": 0 } }, "type": "heracles:item" }, "title": "Teeeeeeest" }, "slayer_zombie": { "entity": { "type": "minecraft:zombie" }, "amount": 2, "type": "heracles:kill_entity" }, "task_slayer_skeleton": { "entity": { "type": "minecraft:skeleton" }, "amount": 2, "type": "heracles:kill_entity" }, "task_slayer_stray": { "entity": { "type": "minecraft:stray" }, "amount": 2, "type": "heracles:kill_entity" }, "task_slayer_drowned": { "entity": { "type": "minecraft:drowned" }, "amount": 2, "type": "heracles:kill_entity" } }, "type": "heracles:composite" } }, "rewards": { "test_slayer_reward": { "title": "a", "item": { "id": "minecraft:diamond", "count": 15 }, "type": "heracles:item" } }, "display": { "subtitle": { "text": "" }, "description": [], "groups": { "Main": { "position": [ -74, 41 ] } }, "icon": { "item": { "id": "minecraft:bone", "count": 1 }, "type": "heracles:item" }, "icon_background": "heracles:textures/gui/quest_backgrounds/hexagons.png", "title": { "translate": "Undead Slayer" } }, "settings": { "showDependencyArrow": true, "repeatable": false, "autoClaimRewards": false, "individual_progress": false, "hidden": "LOCKED", "unlockNotification": false } }
Preview show is kinda wonky so if needed I can just drop a pastebin link or something
Code of Conduct
The text was updated successfully, but these errors were encountered: