replaced misconfigured biome condition "inbiome" with "biome{b=" inside the examples. authored by Dante's avatar Dante
...@@ -158,8 +158,8 @@ player is within 20 blocks. ...@@ -158,8 +158,8 @@ player is within 20 blocks.
```yaml ```yaml
rare_snowsword_droptable: rare_snowsword_droptable:
Conditions: Conditions:
- inbiome ICE_PLAINS - biome{b=ICE_PLAINS}
- playerwithin 20 - playerwithin{d=20}
Drops: Drops:
- snowsword 1 0.05 - snowsword 1 0.05
``` ```
... ...
......