Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drops/Drops.md
drops/Drops.md
+2
-2
No files found.
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
```
```
...
...