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 134
    • Issues 134
    • 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
  • #999

Closed
Open
Created Nov 25, 2022 by evilsaloon@evilsaloon

Structure condition is broken with bastion remnants (random spawns)

Summary

The bastion remnant structure does not fire when combined with random spawns.

Steps to reproduce

  1. Make new .yml in RandomSpawns folder with TestBox config in the debug log section
  2. /mm reload

Current behavior

The custom mob is not spawned at all.

Intended correct behavior

The custom mob should spawn inside the bastion remnant.

Server log file

https://pastebin.com/eU6q8aWK

Debug log snippet

N/A, since there is no debug log for random spawns. Here is the entity spawn file, though:

TestMob:
  MobType: TestMob
  Worlds: world_nether
  Chance: 1
  Priority: 100
  Action: ADD
  Conditions:
  - structure{structure=minecraft:bastion_remnant} true

Proposed fixes

I don't know what the issue could be, but the documentation for the structure condition is also missing. Having documentation for that condition would help.

Edited Nov 26, 2022 by evilsaloon
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking