You do not have access to Development Builds!
These Development Builds require you to purchase MythicCrucible. Help the dev team continue providing new features, bug fixes, and more by supplying them with caffeine!
»
|
Changed version to 2.0
Merge branch 'master' of https://git.lumine.io/mythiccraft/mythiccrucible |
||
Build 3773 ·
|
»
|
Refactor ItemUpdateManager closes #168
|
||
Build 3772 ·
|
»
|
Fixed some bugs with stat item parsing
|
||
Build 3771 ·
|
»
|
Updated to latest LumineUtils
Fixed trying to process skills and stats before main profile has finished loading Added a little Carson Merge branch 'master' of https://git.lumine.io/mythiccraft/mythiccrucible # Conflicts: # src/io/lumine/mythiccrucible/skills/mechanics/InventoryFromVariableMechanic.java |
||
Build 3770 ·
|
»
|
Fixed plugin creating an empty `config.yml`
|
||
Build 3769 ·
|
»
|
Implemeneted all the defensive stats for non-entity damage sources
- Added ` |
||
Build 3768 ·
|
»
|
Fixed placeholders not parsing in NBT mechanics
|
||
Build 3767 ·
|
»
|
Added placeholders:
- `caster.item.nbt` - `caster.item.hand.nbt` - `caster.item.offhand.nbt` - `caster.item.head.nbt` - `caster.item.chest.nbt` - `caster.item.legs.nbt` - `caster.item.feet.nbt` - `trigger.item.hand.nbt` Used to retrieve an NBT value from the specified item. If no slot is provided, it uses the item that called the skill (if available). ``` - message{m=" - message{m=" ``` |
||
Build 3766 ·
|
»
|
Added SetItemNBT mechanic to set an NBT value on an item
Examples: - `setItemNBT{key=some_key;value= - `setItemNBT{slot=HEAD;key=some_key;value=int/5}` - `setItemNBT{key=some.other_key;value=double/5}` Uses same format as when configuring items for specifying NBT tag type. If no slot is defined, the item that called the skill will be used. |
||
Build 3765 ·
|
»
|
Fixed stats nbt tag being added even if item has no stats
|
||
Build 3764 ·
|
»
|
Updated to latest mythic dev
|
||
Build 3763 ·
|
»
|
Added new feature Lore Templates
- the base folder or packs can contain a `lore-templates.yml` file where lore templates are defined. Example Lore Template: ```BasicWeaponTest: Lines: - ' - '' - ' - ' - '' - ' An item could utilize this template by using `Lore.Template: BasicWeaponTest` instead of providing a list of lore - Every node under Lore other than `Template` will be passed to the template as a `` - Templates can use any other applicable placeholders supported by drop tables. - A line with ` - More features coming soon |
||
Build 3762 ·
|
»
|
Removed Carson
|
||
Build 3761 ·
|
»
|
Update for new Mythic stat system part 1
|
||
Build 3760 ·
|
»
|
AriKeys stuff :D
|
||
Build 3759 ·
|
»
|
Fixed a different plugin loading issue on 1.16
|
||
Build 3758 ·
|
»
|
Fix plugin loading on 1.16
|
||
Build 3757 ·
|
»
|
Added `keepRotation` (defaults to true) for `SetFurnitureAt` mechanic. This option only works if `overwrite` is true.
|
||
Build 3756 ·
|
»
|
Added `Diagonalable` option to furniture, allowing it to rotate in 45-degree increments
|
||
Build 3755 ·
|
»
|
Fixed some bugs with crucible bags
|
||
Build 3754 ·
|
»
|
Fixed some bugs with new furniture api methods
|
||
Build 3753 ·
|
»
|
Fixed furniture timer skills not updating immediately on reload
|
||
Build 3752 ·
|
»
|
Fixed furniture timer skills breaking after being rotated
|
||
Build 3751 ·
|
»
|
Let FurnitureDirection condition work as a TargetCondition
|
||
Build 3750 ·
|
»
|
Fix Furniture targeter loading
|
||
Build 3749 ·
|