Frog - 1.19.0.5
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Frog entity last updated in Minecraft Version 1.19.0What's Changed:
Changes since stable release 1.18.31.4
Behavior Packs- New Value:
"minecraft:behavior.lay_egg": {
"priority": 2,
"speed_multiplier": 1,
"search_range": 10,
"search_height": 3,
"goal_radius": 1.7,
"target_blocks": [
"minecraft:water"
],
"target_materials_above_block": [
"Air"
],
"allow_laying_from_below": true,
"use_default_animation": false,
"lay_seconds": 2,
"egg_type": "minecraft:frog_spawn",
"lay_egg_sound": "lay_spawn",
"on_lay": {
"event": "laid_egg",
"target": "self"
}
}Previous Value:"minecraft:behavior.lay_egg": {
"priority": 2,
"speed_multiplier": 1,
"search_range": 10,
"search_height": 3,
"goal_radius": 1.7,
"target_blocks": [
"minecraft:water"
],
"target_materials_above_block": [
"Air"
],
"allow_laying_from_below": true,
"use_default_animation": false,
"lay_seconds": 2,
"egg_type": "minecraft:frog_spawn",
"lay_egg_sound": "lay_egg",
"on_lay": {
"event": "laid_egg",
"target": "self"
}
} - New Value:
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
} - New Value:
"minecraft:entity_spawned": {
"sequence": [
{
"add": {
"component_groups": [
"temperate_frog"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "jungle"
},
{
"test": "has_biome_tag",
"value": "savanna"
},
{
"test": "has_biome_tag",
"value": "mesa"
},
{
"test": "has_biome_tag",
"value": "nether"
},
{
"all_of": [
{
"test": "has_biome_tag",
"value": "warm"
},
{
"test": "has_biome_tag",
"value": "ocean"
}
]
},
{
"all_of": [
{
"test": "has_biome_tag",
"value": "lukewarm"
},
{
"test": "has_biome_tag",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"warm_frog"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "mountain"
},
{
"all_of": [
{
"test": "has_biome_tag",
"value": "mountains"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "meadow"
}
]
},
{
"test": "has_biome_tag",
"value": "ice"
},
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"value": "frozen"
},
{
"test": "has_biome_tag",
"value": "the_end"
}
]
},
"add": {
"component_groups": [
"cold_frog"
]
}
}
]
}Previous Value:"minecraft:entity_spawned": {
"sequence": [
{
"add": {
"component_groups": [
"temperate_frog"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "jungle"
},
{
"test": "has_biome_tag",
"value": "savanna"
},
{
"test": "has_biome_tag",
"value": "mesa"
},
{
"test": "has_biome_tag",
"value": "nether"
},
{
"all_of": [
{
"test": "has_biome_tag",
"value": "warm"
},
{
"test": "has_biome_tag",
"value": "ocean"
}
]
},
{
"all_of": [
{
"test": "has_biome_tag",
"value": "lukewarm"
},
{
"test": "has_biome_tag",
"value": "ocean"
}
]
}
]
},
"add": {
"component_groups": [
"warm_frog"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "mountain"
},
{
"all_of": [
{
"test": "has_biome_tag",
"value": "mountains"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "meadow"
}
]
},
{
"test": "has_biome_tag",
"value": "ice"
},
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"value": "frozen"
},
{
"test": "has_biome_tag",
"value": "the_end"
}
]
},
"add": {
"component_groups": [
"cold_frog"
]
}
}
]
} - New Value:
"minecraft:entity_transformed": {
"sequence": [
{
"add": {
"component_groups": [
"temperate_frog"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "jungle"
},
{
"test": "has_biome_tag",
"value": "savanna"
},
{
"test": "has_biome_tag",
"value": "mesa"
},
{
"test": "has_biome_tag",
"value": "nether"
},
{
"all_of": [
{
"test": "has_biome_tag",
"value": "warm"
},
{
"test": "has_biome_tag",
"value": "ocean"
}
]
},
{
"all_of": [
{
"test": "has_biome_tag",
"value": "lukewarm"
},
{
"test": "has_biome_tag",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"warm_frog"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "mountain"
},
{
"test": "has_biome_tag",
"value": "mountains"
},
{
"test": "has_biome_tag",
"value": "ice"
},
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"value": "frozen"
},
{
"test": "has_biome_tag",
"value": "the_end"
}
]
},
"add": {
"component_groups": [
"cold_frog"
]
}
}
]
}Previous Value:"minecraft:entity_transformed": {
"sequence": [
{
"add": {
"component_groups": [
"temperate_frog"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "jungle"
},
{
"test": "has_biome_tag",
"value": "savanna"
},
{
"test": "has_biome_tag",
"value": "mesa"
},
{
"test": "has_biome_tag",
"value": "nether"
},
{
"all_of": [
{
"test": "has_biome_tag",
"value": "warm"
},
{
"test": "has_biome_tag",
"value": "ocean"
}
]
},
{
"all_of": [
{
"test": "has_biome_tag",
"value": "lukewarm"
},
{
"test": "has_biome_tag",
"value": "ocean"
}
]
}
]
},
"add": {
"component_groups": [
"warm_frog"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "mountain"
},
{
"test": "has_biome_tag",
"value": "mountains"
},
{
"test": "has_biome_tag",
"value": "ice"
},
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"value": "frozen"
},
{
"test": "has_biome_tag",
"value": "the_end"
}
]
},
"add": {
"component_groups": [
"cold_frog"
]
}
}
]
}
- New Value:
"minecraft:biome_filter": {
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "swamp"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "mangrove_swamp"
}
]
}Previous Value:"minecraft:biome_filter": {
"test": "has_biome_tag",
"operator": "==",
"value": "swamp"
}
- New Value:
"croaking_body": {
"position": {
"0.0": [
0,
0,
0
],
"0.375": [
0,
0,
0
],
"0.4167": [
0,
0,
0
],
"0.4583": [
0,
1,
0
],
"2.9583": [
0,
1,
0
],
"3.0": [
0,
0,
0
]
},
"scale": {
"0.0": [
0,
0,
0
],
"0.375": [
0,
0,
0
],
"0.4167": [
1,
1,
1
],
"0.4583": [
1,
1,
1
],
"0.5417": [
1.3,
2.1,
1.6
],
"0.625": [
1.3,
2.1,
1.6
],
"0.7083": [
1,
1,
1
],
"2.25": [
1,
1,
1
],
"2.3333": [
1.3,
2.1,
1.6
],
"2.4167": [
1.3,
2.1,
1.6
],
"2.5": [
1,
1,
1
],
"2.5833": [
1,
1,
1
],
"2.6667": [
1.3,
2.1,
1.6
],
"2.875": [
1.3,
2.1,
1.8
],
"2.9583": [
1,
1,
1
],
"3.0": [
0,
0,
0
]
}
}Previous Value:"croaking_body": {
"position": {
"0.6667": [
0,
0,
0
],
"0.7083": [
0,
1,
0
],
"3.2083": [
0,
1,
0
],
"3.25": [
0,
0,
0
]
},
"scale": {
"0.6667": [
1,
1,
1
],
"0.7083": [
1,
1,
1
],
"0.7917": [
1.3,
2.1,
1.6
],
"0.875": [
1.3,
2.1,
1.6
],
"0.9583": [
1,
1,
1
],
"2.5": [
1,
1,
1
],
"2.5833": [
1.3,
2.1,
1.6
],
"2.6667": [
1.3,
2.1,
1.6
],
"2.75": [
1,
1,
1
],
"2.8333": [
1,
1,
1
],
"2.9167": [
1.3,
2.1,
1.6
],
"3.125": [
1.3,
2.1,
1.8
],
"3.2083": [
1,
1,
1
],
"3.25": [
1,
1,
1
]
}
} - New Value:
"head": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.0833": [
-60,
0,
0
],
"0.4167": [
-60,
0,
0
],
"0.5": [
0,
0,
0
]
},
"scale": {
"0.0": [
1,
1,
1
],
"0.0833": [
0.998,
1,
1
],
"0.4167": [
0.998,
1,
1
],
"0.5": [
1,
1,
1
]
}
}Previous Value:"head": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.0833": [
-60,
0,
0
],
"0.4167": [
-60,
0,
0
],
"0.5": [
0,
0,
0
]
}
} - New Value:
"animation_length": 3
Previous Value:"animation_length": 4.5
- Previous Value:
"loop": true
- New Value:
"croaking": {
"animations": [
"croak"
],
"transitions": [
{
"default": "!query.is_croaking || query.is_eating_mob"
}
]
}Previous Value:"croaking": {
"animations": [
"croak"
],
"transitions": [
{
"default": "!query.is_croaking"
}
]
}
- New Value:
"part_visibility": [
{
"croaking_body": "!query.is_eating_mob"
}
]
Statistics:
Health
[10]
Loot / Barter Loot / Additional Drops
- Slime Ball
- Ochre Froglight
- Verdant Froglight
- Pearlescent Froglight
Breedable
- Default: Slime Ball
Families
- Default: Frog, Mob
Movement Speed
- Default: 0.1
Variations
- Cold Frog
- Temperate Frog
- Warm Frog
Other Attributes
- Amphibious
- Avoids Damage Blocks
- Can be Renamed
- Can Breath Air
- Can Breath in Water
- Can Jump
- Can Swim
- Can Walk
- Has Collisions
- Has Gravity
- Leashable
- Paths Over Water
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.19.0/entities/frog.json
Animations
- resource_packs/vanilla/animations/look_at_target.animation.json
- resource_packs/vanilla_1.19.0/animations/frog.animation.json
Animation Controllers
- resource_packs/vanilla_1.19.0/animation_controllers/frog.animation_controllers.json
Entity
- resource_packs/vanilla_1.19.0/entity/frog.entity.json
Geometry
- resource_packs/vanilla_1.19.0/models/entity/frog.geo.json
Loot Tables
- behavior_packs/vanilla_1.19.0/loot_tables/entities/frog.json
Render Controllers
- resource_packs/vanilla_1.19.0/render_controllers/frog.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/frog/death1.fsb
- resource_packs/vanilla/sounds/mob/frog/death2.fsb
- resource_packs/vanilla/sounds/mob/frog/death3.fsb
- resource_packs/vanilla/sounds/mob/frog/eat1.fsb
- resource_packs/vanilla/sounds/mob/frog/eat2.fsb
- resource_packs/vanilla/sounds/mob/frog/eat3.fsb
- resource_packs/vanilla/sounds/mob/frog/eat4.fsb
- resource_packs/vanilla/sounds/mob/frog/hurt1.fsb
- resource_packs/vanilla/sounds/mob/frog/hurt2.fsb
- resource_packs/vanilla/sounds/mob/frog/hurt3.fsb
- resource_packs/vanilla/sounds/mob/frog/hurt4.fsb
- resource_packs/vanilla/sounds/mob/frog/hurt5.fsb
- resource_packs/vanilla/sounds/mob/frog/idle1.fsb
- resource_packs/vanilla/sounds/mob/frog/idle2.fsb
- resource_packs/vanilla/sounds/mob/frog/idle3.fsb
- resource_packs/vanilla/sounds/mob/frog/idle4.fsb
- resource_packs/vanilla/sounds/mob/frog/idle5.fsb
- resource_packs/vanilla/sounds/mob/frog/idle6.fsb
- resource_packs/vanilla/sounds/mob/frog/idle7.fsb
- resource_packs/vanilla/sounds/mob/frog/idle8.fsb
- resource_packs/vanilla/sounds/mob/frog/long_jump1.fsb
- resource_packs/vanilla/sounds/mob/frog/long_jump2.fsb
- resource_packs/vanilla/sounds/mob/frog/long_jump3.fsb
- resource_packs/vanilla/sounds/mob/frog/long_jump4.fsb
- resource_packs/vanilla/sounds/mob/frog/step1.fsb
- resource_packs/vanilla/sounds/mob/frog/step2.fsb
- resource_packs/vanilla/sounds/mob/frog/step3.fsb
- resource_packs/vanilla/sounds/mob/frog/step4.fsb
Spawn Rules
- behavior_packs/vanilla_1.19.0/spawn_rules/frog.json
Textures
- resource_packs/vanilla_1.19.0/textures/entity/frog/cold_frog.png
- resource_packs/vanilla_1.19.0/textures/entity/frog/temperate_frog.png
- resource_packs/vanilla_1.19.0/textures/entity/frog/warm_frog.png
Material Info:
Material: Frog
{
"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"
]
}