Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCrucible MythicCrucible
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 51
    • Issues 51
    • 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
  • MythicCrucibleMythicCrucible
  • Issues
  • #257

Closed
Open
Created Feb 15, 2025 by DoctorJohnSmith@DoctorJohnSmith

Furniture Model States not working with model paths

it seems like changing Model in furniture states isn't working with model paths

These values work, using predicate overrides

    States:
      STAGE_1:
        Model: 15
      STAGE_2:
        Model: 16
      STAGE_3:
        Model: 17

This one does not, the only change is switching to using the model path. It stays the default model. All the models work individually

  Furniture:
    Material: CYAN_DYE
    Model: sps:crops/corn_stage_0
    Health: 1
    CanRotate: false
    DropSelf: true
    Drops:
    - CORN_DROPS
    Hitbox:
      Height: 2
      Width: 1
    DefaultState: STAGE_0
    States:
      STAGE_1:
        Model: sps:crops/corn_stage_1
      STAGE_2:
        Model: sps:crops/corn_stage_2
      STAGE_3:
        Model: sps:crops/corn_stage_3
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking