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 142
    • Issues 142
    • 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
    • Mobs
    • Ai
    • Goals
  • movetoblock

movetoblock · Changes

Page history
Update movetoblock authored Dec 31, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 11 deletions
+12 -11
  • Mobs/ai/goals/movetoblock.md Mobs/ai/goals/movetoblock.md +12 -11
  • No files found.
Mobs/ai/goals/movetoblock.md
View page @ 6b198129
Goal: Move To Block
--------------
## Description
Makes the mob move towards the specified block type.
### Attributes
## Attributes
| Attribute | Aliases | Description | Default |
|----------------|----------|-----------------------------------------------|:-------:|
| material | | The block type to target | |
| radius | | The radius in which to search for the block | |
| radiusy | | The y radius in which to search for the block | |
| speed | | The speed of movement | |
|----------------|----------|-----------------------------------------------|---------|
| material | m, mat | The block type to target | IRON_ORE<!--type:Material--> |
| radius | r, search, searchrange | The radius in which to search for the block | 8 |
| radiusy | ry, verticalsearchrange, vsearch, yr, yradius | The y radius in which to search for the block | 2 |
| speed | s | The speed of movement | 0.9 |
### Examples
```yaml
ExampleMob:
Type: Pig
AIGoalSelectors:
- clear
- moveToBlock{material=STONE;radius=8;radiusY=2;speed=0.9}
```
\ No newline at end of file
```
## Aliases
- [x] gotoblock
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
Mythic Add-ons
Compatible Plugins
API Information

Guides
  • Troubleshooting
  • FAQ / Common Issues
  • Examples
Packs

MythicScribe MythicScribe - VSCode Extension

Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine

Skills
  • Mechanics
    • Mechanics by Tag
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables

Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework

Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops

Spawning
  • Spawners
  • Random Spawns

Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats

Other
  • Particles Types
  • Audience
  • Equipment Slots
  • Pins
Technical
  • Math
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • SkillTree
  • Advanced User Guides and Techniques