Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 145
    • Issues 145
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Issues
  • #1464

Closed
Open
Created Jan 26, 2024 by dnorup@dnorup

Mythic Mobs recognises structures via type and not minecraft ID. Causes issue with structure condition.

Summary A lot of Vanilla Minecraft structures and 99% of custom structures now use the jigsaw structure type and mythic mobs uses the structure types in the structure condition. This causes issues where something like:

  • structure{s=minecraft:pillager_outpost} true

Is now invalid. But:

structure{s=minecraft:jigsaw} true

is accepted. This breaks the condition as it can no longer tell the difference between many structures like villages and pillager outposts as they all are considered minecraft:jigsaw.

This can also be seen by going to structures in game and using /mm u getstructures

Proposed fixes

Mythic mobs should detect structures by Minecraft ID not by their structure type. The same way the /locate command detects them.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking