Ocelot - 1.18.12.1
<<
back to
entity list
View
Entity Version History >>
Last Updated
The Ocelot entity last updated in Minecraft Version 1.18.10What's Changed:
Changes since stable release 1.18.0.2
Behavior Packs- New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.16.0"
- New Value:
"minecraft:wild_child_ocelot_spawn": {
"minecraft:spawn_entity": {
"entities": {
"filters": [
{
"test": "random_chance",
"value": 7
}
],
"min_wait_time": 0,
"max_wait_time": 0,
"num_to_spawn": 2,
"single_use": true,
"spawn_entity": "minecraft:ocelot",
"spawn_event": "minecraft:entity_born",
"spawn_method": "born",
"spawn_sound": ""
}
}
} - New Value:
"minecraft:balloonable": {
"mass": 0.7
} - New Value:
"minecraft:entity_spawned": {
"sequence": [
{
"randomize": [
{
"weight": 3,
"remove": [],
"add": {
"component_groups": [
"minecraft:ocelot_adult",
"minecraft:ocelot_wild",
"minecraft:wild_child_ocelot_spawn"
]
}
},
{
"weight": 1,
"remove": [],
"add": {
"component_groups": [
"minecraft:ocelot_baby",
"minecraft:ocelot_wild"
]
}
}
]
}
]
}Previous Value:"minecraft:entity_spawned": {
"sequence": [
{
"randomize": [
{
"weight": 3,
"remove": [],
"add": {
"component_groups": [
"minecraft:ocelot_adult",
"minecraft:ocelot_wild"
]
}
},
{
"weight": 1,
"remove": [],
"add": {
"component_groups": [
"minecraft:ocelot_baby",
"minecraft:ocelot_wild"
]
}
}
]
}
]
}
Changes since stable release 1.18.10.4
There have been no changes to this entity or its associated files since this previous version
Statistics:
Health
[10]
Ocelot Tame: [20]
Breedable
- Ocelot Trusting: Fish, Salmon
Can be Ridden by Mobs
- Ocelot Wild: Zombie
Families
- Default: Mob, Ocelot
Movement Speed
- Default: 0.3
Other Attributes
- Can be Renamed
- Can Climb
- Can Jump
- Has Collisions
- Has Gravity
- Leashable
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.18.10/entities/ocelot.json
Animations
- resource_packs/vanilla/animations/look_at_target.animation.json
- resource_packs/vanilla/animations/ocelot.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/ocelot.animation_controllers.json
Entity
- resource_packs/vanilla/entity/ocelot.entity.json
Geometry
- resource_packs/vanilla/models/entity/ocelot.geo.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/ocelot.json
Render Controllers
- resource_packs/vanilla/render_controllers/ocelot.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/cat/eat1.fsb
- resource_packs/vanilla/sounds/mob/cat/eat2.fsb
- resource_packs/vanilla/sounds/mob/cat/hitt1.fsb
- resource_packs/vanilla/sounds/mob/cat/hitt2.fsb
- resource_packs/vanilla/sounds/mob/cat/hitt3.fsb
- resource_packs/vanilla/sounds/mob/cat/ocelot/death1.fsb
- resource_packs/vanilla/sounds/mob/cat/ocelot/death2.fsb
- resource_packs/vanilla/sounds/mob/cat/ocelot/death3.fsb
- resource_packs/vanilla/sounds/mob/cat/ocelot/idle1.fsb
- resource_packs/vanilla/sounds/mob/cat/ocelot/idle2.fsb
- resource_packs/vanilla/sounds/mob/cat/ocelot/idle3.fsb
- resource_packs/vanilla/sounds/mob/cat/ocelot/idle4.fsb
Spawn Rules
- behavior_packs/vanilla/spawn_rules/ocelot.json
Textures
- resource_packs/vanilla/textures/entity/cat/blackcat.png
- resource_packs/vanilla/textures/entity/cat/ocelot.png
- resource_packs/vanilla/textures/entity/cat/red.png
- resource_packs/vanilla/textures/entity/cat/siamese.png
Material Info:
Material: Ocelot
{
"vertexShader": "shaders/entity.vertex",
"vrGeometryShader": "shaders/entity.geometry",
"fragmentShader": "shaders/entity.fragment",
"vertexFields": [
{
"field": "Position"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
],
"variants": [
{
"skinning": {
"+defines": [
"USE_SKINNING"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
},
{
"skinning_color": {
"+defines": [
"USE_SKINNING",
"USE_OVERLAY"
],
"+states": [
"Blending"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Color"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
],
"msaaSupport": [
"Both"
],
"+samplerStates": {
"samplerIndex": 1,
"textureWrap": "Repeat"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
]
}