Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
MythicMobs
Wiki
Drops
Drops
Drops
· Changes
Page history
replaced misconfigured biome condition "inbiome" with "biome{b=" inside the examples.
authored
Oct 26, 2023
by
Dante
Hide whitespace changes
Inline
Side-by-side
drops/Drops.md
View page @
ea3facd8
...
@@ -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:
-
in
biome
ICE_PLAINS
- biome
{b=
ICE_PLAINS
}
- playerwithin
20
- playerwithin
{d=
20
}
Drops:
Drops:
- snowsword 1 0.05
- snowsword 1 0.05
```
```
...
...