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]: Location Task is not registered/shown as task in the quest #252

Open
5 tasks done
spekkie300 opened this issue Oct 29, 2024 · 0 comments
Open
5 tasks done
Labels
bug Something isn't working

Comments

@spekkie300
Copy link

spekkie300 commented Oct 29, 2024

Bug Description

When you add a location task based quest through JSON(as provided in #233), it doesn't show up in the quest menu.
If no rewards are added then it does not show the Overview, Tasks, Rewards tabs at all but only shows the overview description as set. If a reward is set it only shows the overview tab and the rewards tab, but it never shows the task. The quest can be completed and the task registers when the player is at the specified location. But it does not show the task in the overview.

report

How to Reproduce?

  1. Create a quest with a location based task via JSON (example:
"tasks": {
    "Leave_bagend": {
      "icon": {
        "item": {
          "id": "minecraft:saddle",
          "count": 1
        },
        "type": "heracles:item"
      },
      "type": "heracles:location",
      "title": "TEST location",
      "description": "enter location",
      "predicate": {
        "position": {
          "x": {"min": 100, "max":200},
          "y": {"min": 0, "max":200},
          "z": {"min": 100, "max":200}
        }
      }
    }


},
  1. See that quest is shown but task is not, quest can be completed, task never shows in gui

Expected Behavior

I expected it to show a basic "task widget" that maybe doesnt show exact coordinates that player is supposed to be but at least says: "Task title" with "task description" beneath it and a completed yes or no thing. Especially since i need to create many hundreds of location based quests, some with multiple location tasks in them.

Version

1.1.13

Mod Loader Version

1.20.1 - 0.15.11

Mod Loader

Fabric

Logs or additional context

No response

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.
@spekkie300 spekkie300 added the bug Something isn't working label Oct 29, 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