Skip to content

Commit

Permalink
feat: Update 00_readme.md (#1052)
Browse files Browse the repository at this point in the history
add note that ingredients cannot be empty list
add the missing "occultism:execute_command" and its property
  • Loading branch information
AiDSl authored and klikli-dev committed Feb 5, 2024
1 parent c8c81c3 commit d2cf647
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/resources/data/occultism/recipes/ritual/00_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and thus shelved until further notice.

## Properties

- `ingredients`: can be freely configured, the only limitation being that JEI can display a maximum of 12 ingredients -
- `ingredients`: can be freely configured as long as it is not a empty list, the only limitation being that JEI can display a maximum of 12 ingredients -
but the crafting itself supports as many ingredients as bowls can be placed in the 8x8 area around the pentacle's
golden sacrificial bowl.
- `entity_to_sacrifice`:
Expand All @@ -35,6 +35,7 @@ and thus shelved until further notice.
"ritual_type": "occultism:craft",
"ritual_type": "occultism:craft_with_spirit_name",
"ritual_type": "occultism:craft_miner_spirit",
"ritual_type": "occultism:execute_command",
"activation_item": {
"item": "occultism:book_of_binding_bound_foliot"
},
Expand Down Expand Up @@ -66,6 +67,7 @@ and thus shelved until further notice.
],
"result": {
"item": "occultism:jei_dummy/none"
}
},
"command": "execute run say hi"
}
```
```

0 comments on commit d2cf647

Please sign in to comment.