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 53
    • Issues 53
    • 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
  • Wiki
  • Changelogs

Changelogs · Changes

Page history
Update Changelogs authored May 01, 2023 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
Showing with 46 additions and 0 deletions
+46 -0
  • Changelogs.md Changelogs.md +46 -0
  • No files found.
Changelogs.md
View page @ c7a8b615
1.6.0 (dev builds)
=====
Highlights
----------
- Custom blocks now usable in all MM mechanics and conditions
Furniture
---------
### Display Entities (1.19.4+)
- Added support for DisplayEntity furniture with Furniture.Type option
```
Furniture:
Type: DISPLAY
```
Type will default to DISPLAY on 1.19.4+ and ITEM_FRAME on earlier versions. DISPLAY should be backwards compatible with the default options.
Old furniture should continue to work as normally and will auto-convert types if moved.
If you're using ViaBackwards and can't use Display entities, set `Configuration.Furniture.DefaultType: ITEM_FRAME` in your config.yml
### Hitboxes (1.19.4+)
- Added hitbox support for furniture on 1.19.4+ using Interaction Entities.
```
Chair:
Furniture:
Hitbox:
Height: 1
Width: 1
```
Defaults to 1x1 if the furniture has no barriers, or 0 if it does.
Triggers
--------
- Added ~onPressF:HAND and ~onPressF:OFFHAND
Bug Fixes/Other
---------------
- Fixed several bugs with item updating
- Fixed ArrayIndexOutOfBoundsException in ItemManager
- Fixed bugs with glowing furniture
- Fixed `Options.Placeable`
- Fixed NPE in custom block loading with latest MM
- Fixed obscure dupe involving giving items from console
- Fixed several other potential dupe glitches
1.5.0
=====
......
Clone repository
  • Home
  • Changelogs
  • Commands / Permissions
  • FAQ / Common Issues
Usage
  • Installation
  • Item Options
  • Item Skills
  • Item Durability
  • Custom Blocks
  • Furniture
    • Furniture Options
    • Furniture States
  • Crafting Recipes
  • Custom Bags
  • Ammo System / Guns
New Mechanics
  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions