Nexo
  • 🏠Home
  • 📜Main Changelog
  • ❓FAQ
  • General Usage
    • ⌨️Commands
    • 🧑‍🍳Recipes
  • Migrate
    • ☄️Oraxen → Nexo
    • 📦ItemsAdder → Nexo
  • Configuration
    • ⚙️Plugin settings
    • ResourcePack
    • ⚒️Items
      • Special Item Appearance
    • ⛑️Custom Armors
      • 🪽Custom Elytras (1.21.2+)
      • Component Based (1.21.2+)
      • Trims Based (1.20-1.21.1)
    • 🌀Glyphs
      • 🎞️Animated Glyphs
      • 🖼️Multi-Bitmap Glyph
      • 🔗Reference Glyph
    • 🎵Sounds
  • Mechanics
    • 🪑Furniture Mechanic
      • 🎯Hitbox
      • 🖇️Connectable Furniture
      • 🪑Seat Mechanic
      • 🛏️Bed Mechanic
      • 💡Light Mechanic
      • 🧑‍🌾Farming Mechanic
    • 📦Custom Block Mechanics
      • ChorusBlock Mechanic
      • 🎶NoteBlock Mechanic
        • Stripped Log Mechanic
        • Directional Mechanic
      • 🧵StringBlock Mechanic
    • 🔱Custom Trident
    • Other Mechanics
    • ClickAction Mechanic
    • Custom Mechanic
  • ➕Addons
    • 🚪Carpentry
    • 🧩Core Shaders
      • Text Effects by Akis
  • Compatibility
    • ModelEngine - custom mobs
    • MythicMobs - custom mobs
    • MythicCrucible
    • MMOItems
  • Community Guides
    • Vendors
    • API
Powered by GitBook
On this page
  • Import a MythicCrucible item into your NexoItem
  • MythicCrucible Items in Nexo Furniture/CustomBlock drops
  • MMOItems in Nexo-Recipes
  1. Compatibility

MythicCrucible

Crucible is an addon for MythicMobs

Import a MythicCrucible item into your NexoItem

The compatibility with Crucible allows you to import items created with MythicMobs & Crucible and use them as a base for your Nexo-items (you will keep everything configured with Crucible and add your own mechanics, textures, 3d models, etc).

example_crucible:
  itemname: "<gradient:#59A7EA:#F1D2FF>Test"
  crucible_id: my_crucible_itemid

MythicCrucible Items in Nexo Furniture/CustomBlock drops

You can also specify a crucible to be dropped directly when breaking a furniture or a custom block. You just need to specify the crucible_item like below;

myitemid:
  Mechanics:
    custom_block:
      type: NOTEBLOCK
      drop:
        loots:
          - crucible_item: my_crucible_itemid
            amount: 1..3 #Optional
    furniture:
      drop:
        loots:
          - crucible_item: my_crucible_itemid
            amount: 1..3 #Optional

MMOItems in Nexo-Recipes

You can also make a recipe in Nexo that takes an Crucible Item as an ingredient or as the result. Like with drops, you just need to specify the crucible_item Below is an example of a shaped recipe using a CrucibleItem. Using the RecipeBuilders ingame should also do this for you if the item you use is an CrucibleItem

myrecipeid:
  result:
    crucible_item: my_crucible_itemid
  ingredients:
    A:
      crucible_item: my_crucible_itemid
  shape:
  - ___
  - ___
  - _A_
    
PreviousMythicMobs - custom mobsNextMMOItems

Last updated 4 days ago

Page cover image