Changes
Page history
fixed typo
authored
May 15, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/conditions/biome.md
View page @
20d41386
...
@@ -12,14 +12,14 @@ If no namespace is provided, it will default to `minecraft:`
...
@@ -12,14 +12,14 @@ If no namespace is provided, it will default to `minecraft:`
## Examples
## Examples
```
```
yaml
Conditions
:
Conditions
:
-
biome{b=minecraft:plains,river}
true
-
biome{b=minecraft:plains,river}
true
```
```
If using a custom biome (like from a datapack), you can define it with the namespaced key like this:
If using a custom biome (like from a datapack), you can define it with the namespaced key like this:
```
```
yaml
Conditions
:
Conditions
:
-
biome{b=far_end:void,far_end:warped_marsh}
true
-
biome{b=far_end:void,far_end:warped_marsh}
true
```
```
\ No newline at end of file