Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 149
    • Issues 149
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Skills
    • Conditions
  • biome

biome · Changes

Page history
added exact attribute, updated examples, provided further info and changed layout authored May 15, 2023 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 11 additions and 17 deletions
+11 -17
  • Skills/conditions/biome.md Skills/conditions/biome.md +11 -17
  • No files found.
Skills/conditions/biome.md
View page @ 1d527980
**Description:** This condition tests if the target is within the given list of biomes.
## Description
This condition tests if the target is within the given list of biomes.
If no namespace is provided, it will default to `minecraft:`
---
## Attributes
**Attributes:**
| Attribute | Aliases | Description | Default |
| --------- | --------| --------------------------|------------------|
| biome | b | A list of biomes to check | minecraft:plains |
| exact | e | Whether to match the biome exactly | true |
| Attribute | Alias | Description |
| --------- | ----- | ------------------------ |
| biome | b | A list of biomes to check|
---
**Examples:**
## Examples
```
Conditions:
- biome{b=DESERT,DESERT_HILLS} 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:
......@@ -23,9 +23,3 @@ If using a custom biome (like from a datapack), you can define it with the names
Conditions:
- biome{b=far_end:void,far_end:warped_marsh} true
```
\ No newline at end of file
---
**Extra Information:**
- [x] Type: Location
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples