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 Nov 20, 2022 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
Showing with 57 additions and 0 deletions
+57 -0
  • Changelogs.md Changelogs.md +57 -0
  • No files found.
Changelogs.md
View page @ 4dc6e973
1.5.0
=====
Highlights
----------
- [Custom Blocks](Custom-Blocks)
- [Crafting](Recipes)
- [Bags](Bags)
- Furniture States
General
-------
Items
-----
- Added `Options.Placeable` for regular items, defaults to false
- Added `Options.PreventEnchanting`
- Added `Options.PreventAnvil`
Custom Blocks
-------------
- Added [custom blocks](Custom-Blocks)
- Can use block states of mushroom blocks or noteblocks to create custom blocks
- Using noteblocks will disable noteblocks in survival on your server
- Added pickblock support for custom blocks
- Added worldedit support for custom blocks using `//set mythic:name`
- Added `/crucible generate` command to generate blockstate files for any custom blocks that are loaded
- See page for more info
Furniture
---------
- Added `Furniture.DropSelf` defaults to true in most cases
- Added pickblock support for furniture
- Added some real API methods for placing furniture
- Added `GlowingFrame: true` option to use a glowing item frame, which will make the furniture always have maximum brightness
- Added `GlowingItem: true` option to make the furniture itself glow with an outline
- Added Furniture States
Bags
---------------
- Added [Bags], allowing you to turn items into bags
- See [Bags] page for more info
Custom Crafting
---------------
- Can register crafting recipes for items
- See [Recipes] page for more info
### States
Bug Fixes/Other
---------------
- Fixed furniture not being placeable where there was previously furniture that didn't use barrier blocks
- Fixed onAttack triggering even if event is cancelled
- Fixed ArrayIndexOutOfBoundsException in ItemManager
- Fixed item skills still being usable after breaking from custom durability
- Fixed non-lowercase items not working in shaped crafting
- Fixed some errors with furniture hitboxes
- Fixed a bunch of other assorted furniture bugs
1.4.0
=====
Highlights
----------
- Added Furniture
Older Changelogs
================
......
Clone repository
  • Home
  • Changelogs
  • Commands and Permissions
  • FAQ / Common Issues

Usage

  • Installation
  • Creating Custom Items
  • Creating Custom Blocks
  • Creating Furniture
  • Creating Crafting Recipes
  • Creating Custom Bags
  • Item Durability
  • Using with MMOItems

New Mechanics

  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions

Special Features

  • Ammo System / Making Guns
  • Special Options

Furniture

  • Furniture Options