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 58
    • Issues 58
    • 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
  • Recipes

Recipes · Changes

Page history
added CraftSkills authored Mar 06, 2024 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 19 additions and 8 deletions
+19 -8
  • Recipes.md Recipes.md +19 -8
  • No files found.
Recipes.md
View page @ 8d6214b0
Crafting Recipes
----------------
Added in v1.5.0 dev builds.
An item can have multiple recipes attached to it of any type, allowing items to be crafted in more than 1 way.
### Available Recipe Types
......@@ -15,8 +11,7 @@ An item can have multiple recipes attached to it of any type, allowing items to
- [`SMITHING`](Recipes/Smithing) - In a smithing table
- [`BREWING`](Recipes/Brewing) - Brewed in a brewing stand
Leftover Items
----------------------
# Leftover Items
### Works only for `Shaped` and `Shapeless`
If you want to have items leftover inside the crafting grid after a recipe is completed you can add the`IngredientsLeftover` option. This will work in the same way crafting with a bucket of milk will leave the empty bucket in the grid. You can use any item including Mythic items. In the below example an empty bucket will be left in the crafting grid once the item is crafted.
......@@ -36,8 +31,24 @@ TestRecipe:
- apple
```
Example Crafting Configuration
---------------------
# CraftSkills
Allows the player to execute a skill once the associated item is crafted.
The `<skill.var.crafts>` placeholder can be used to fetch the amount of items crafted.
```yaml
ThiccItem:
Recipes:
Recipe:
Type: SHAPELESS
Ingredients:
- slime_ball
- honey_bottle
CraftSkills:
- lightning @self
```
# Example Crafting Configuration
Here is an example of an item with multiple recipes attached to it.
```yaml
TestRecipe:
......
Clone repository
  • Home
  • Changelogs
  • Commands / Permissions
  • FAQ / Common Issues
Usage
  • Installation
  • Item Options
  • Item Skills
  • Item Durability
  • Crafting Recipes
    • Workbenches
  • Item Updater
  • Ammo System / Guns
  • Dynamic Lore Generation
  • ResourcePack Generator
  • World Generation
Item Types
  • Blocks
  • Furniture
    • Paint Brush
  • Bags
  • Hats
Mechanics
  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions
Placeholders
  • Placeholders
  • Placeholders.yml