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

Recipes · Changes

Page history
Added leftover ingredients and more information authored Oct 28, 2023 by Amy's avatar Amy
Show whitespace changes
Inline Side-by-side
Showing with 25 additions and 1 deletion
+25 -1
  • Recipes.md Recipes.md +25 -1
  • No files found.
Recipes.md
View page @ 5dd5cdf4
......@@ -2,6 +2,8 @@ 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
- [`SHAPELESS`](Recipes/Shapeless) - A shapeless recipe
- [`SHAPED`](Recipes/Shaped) - A recipe that requires a certain shape
......@@ -13,8 +15,30 @@ Added in v1.5.0 dev builds.
- [`SMITHING`](Recipes/Smithing) - In a smithing table
- [`BREWING`](Recipes/Brewing) - Brewed in a brewing stand
Example Configuration
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.
```yaml
TestRecipe:
Id: GOLD_NUGGET
Display: 'Test Recipe Item'
Recipes:
SHAPELESS:
Type: SHAPELESS
Amount: 1
IngredientsLeftover:
- bucket
Ingredients:
- water_bucket
- apple
```
Example Crafting Configuration
---------------------
Here is an example of an item with multiple recipes attached to it.
```yaml
TestRecipe:
Id: GOLD_NUGGET
......
Clone repository
  • Home
  • Changelogs
  • Commands / Permissions
  • FAQ / Common Issues
Usage
  • Installation
  • Item Options
  • Item Skills
  • Item Durability
  • Custom Blocks
  • Furniture
    • Paint Brush
  • Crafting Recipes
    • Workbenches
  • Custom Bags
  • Ammo System / Guns
  • Dynamic Lore Generation - WIP
  • ResourcePack Generator - WIP
New Mechanics
  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions
New Placeholders
  • Placeholders
  • Placeholders.yml