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

[Bug]: Composite task wonkyness #249

Open
5 tasks done
GoldenM1das opened this issue Sep 30, 2024 · 0 comments
Open
5 tasks done

[Bug]: Composite task wonkyness #249

GoldenM1das opened this issue Sep 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@GoldenM1das
Copy link

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.
image_2024-09-30_104243282
(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

  • 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.
@GoldenM1das GoldenM1das added the bug Something isn't working label Sep 30, 2024
@GoldenM1das GoldenM1das changed the title [Bug]: [Bug]: Composite task wonkyness Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant