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

Shaped · Changes

Page history
Added 3x3 example authored Jun 13, 2023 by Amy's avatar Amy
Hide whitespace changes
Inline Side-by-side
Showing with 19 additions and 2 deletions
+19 -2
  • Recipes/Shaped.md Recipes/Shaped.md +19 -2
  • No files found.
Recipes/Shaped.md
View page @ dec7e789
......@@ -4,7 +4,23 @@ Shaped Recipes
Shaped recipes require the items to be in a certain shape in the crafting table. Note that in vanilla mode, recipes are automatically mirrored.
## Configuration
-----------------
Example using a 2x2 crafting grid
```yaml
ExampleItem:
Id: GOLD_NUGGET
Model: 1
Display: 'An example item'
Recipes:
SHAPED:
Type: SHAPED
Amount: 1
Ingredients:
- stone | apple
- apple | stone
```
Example using a 3x3 crafting grid.
```yaml
ExampleItem:
Id: GOLD_NUGGET
Model: 1
......@@ -14,6 +30,7 @@ ExampleItem:
Type: SHAPED
Amount: 1
Ingredients:
- apple | apple
- apple | apple
- stone | apple | apple
- apple | stone | apple
- apple | apple | stone
```
\ No newline at end of file
Clone repository
  • Home
  • Changelogs
  • Commands / Permissions
  • FAQ / Common Issues
Usage
  • Installation
  • Item Options
  • Item Skills
  • Item Durability
  • Custom Blocks
  • Furniture
  • Crafting Recipes
  • Custom Bags
  • Ammo System / Guns
New Mechanics
  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions