diff options
Diffstat (limited to 'building_guide/recipes.md')
| -rw-r--r-- | building_guide/recipes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/building_guide/recipes.md b/building_guide/recipes.md index 43b1cf4..364d375 100644 --- a/building_guide/recipes.md +++ b/building_guide/recipes.md @@ -41,7 +41,7 @@ All message fields (`message`, `fail_message`, `start_message`, `end_message`, a Numbering follows YAML consume/byproduct order. If a consume entry has multiple alternative items (`items: [a, b]`), the variable expands to whichever the player actually possesses, colored with that item's `color:` field. -Variables work alongside inline color tags (`{196}text{/}`) which are expanded after variable substitution. +Variables work alongside inline color tags (`{C4}text{/}`) which are expanded after variable substitution. ### Message Defaults @@ -258,7 +258,7 @@ Items with `heal_value` and `eat_message` can be consumed via the `eat` command. ```yaml name: bread -color: "222" +color: "DE" description: "A fresh loaf of bread, still warm from the oven." value: 5 heal_value: 5 |
