Skip to content

Commit 77e7bb3

Browse files
committed
Fix RoseLoot condition typo
1 parent 0015a6b commit 77e7bb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/RoseLoot/generic-values.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Conditions can be inverted by adding a `!` at the beginning like so: `!condition
1616
#### Advanced Formatting
1717
The above properties can all be combined with the use of parenthesis `()`. Here is an advanced example that checks if the player is using any tool other than shears or one with silk touch: `!(required-tool-type:shears || enchantment:silk_touch)`. Any whitespace used in conditions is purely decorative.
1818

19-
For the `condition-chance` condition, if you wish to use `&&`, `||`, `()`, or `!` you will need to surround the condition in `{}`, such as `condition-chance:1%,{biome:desert||block:sand},10%`. Specifically, the `{}` means anything within will be parsed separately from the current condition.
19+
For the `condition-chance` condition, if you wish to use `&&`, `||`, `()`, or `!` you will need to surround the condition in `{}`, such as `condition-chance:1%,{biome:desert||block-type:sand},10%`. Specifically, the `{}` means anything within will be parsed separately from the current condition.
2020

2121
## Values
2222

@@ -85,4 +85,4 @@ For the `condition-chance` condition, if you wish to use `&&`, `||`, `()`, or `!
8585
| `vault-state` | The required state of the Vault | BLOCK | [Vault State](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/data/type/Vault.State.html), requires 1 or more | `vault-state:ejecting` |
8686
| `vehicle` | The vehicle type of the looted entity | ALL | [Entity Type](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html) or [Tags](https://minecraft.wiki/w/Tag#List_of_tags) prefixed with #, requires 1 or more | `vehicle:chicken` |
8787
| `weather` | The type of weather the world must have | ALL | `clear`, `rain`, or `storm`; requires 1 or more | `weather:clear` |
88-
| `world` | The name of the world the loot must be generated in | ALL | World name, requires 1 or more | `world:world_nether` |
88+
| `world` | The name of the world the loot must be generated in | ALL | World name, requires 1 or more | `world:world_nether` |

0 commit comments

Comments
 (0)