1.21.80 (#343)
* - Updated old biome format * - Added biome tags component * - Added dismount mode, and rider enter/exit event * - Made surface_color not required * - Update float wander goal * - Update follow mob behavior * - Added music def field * - Added camera fields to rideable * - Add array snippet * - Updated leashable component with presets * - Made texture field optional in destruction particles * - Marked isotropic as stable * - Moved can_be_stolen back * - Updated tempt goal * - Added float tempt behavior * - Made heightmap project optional * - Added distance based render methods * - Marked tint method as stable * - Added droop item y offset * - Added has_equipment_tag filter * - Remove unnused test.json * - Allow for custom components * - Add new block culling support * - Removed enum for biome tags in support of custom biomes * - Added replace_biomes component * - Fix errors
This commit is contained in:
@@ -49,6 +49,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"stop_distance": {
|
||||
"title": "Stop Distance",
|
||||
"description": "The distance at which the mob will stop following the player.",
|
||||
"type": "number",
|
||||
"default": 1.5,
|
||||
"minimum": 0
|
||||
},
|
||||
"tempt_sound": {
|
||||
"$ref": "../../../../general/sound_event.json",
|
||||
"description": "Sound to play while the mob is being tempted.",
|
||||
@@ -59,6 +66,16 @@
|
||||
"default": 0,
|
||||
"description": "Distance in blocks this mob can get tempted by a player holding an item they like.",
|
||||
"title": "Within Radius"
|
||||
},
|
||||
"on_start": {
|
||||
"title": "On Start",
|
||||
"description": "Specifies the event to trigger when the goal starts",
|
||||
"$ref": "../types/trigger.json"
|
||||
},
|
||||
"on_end": {
|
||||
"title": "On End",
|
||||
"description": "Specifies the event to trigger when the goal ends",
|
||||
"$ref": "../types/trigger.json"
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
|
||||
Reference in New Issue
Block a user