Frog - 1.18.30.4
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Frog entity was last updated in the beta / experimental versions.What's Changed:
Changes since stable release 1.18.0.2
The Frog did not exist in this version.
Changes since stable release 1.18.12.1
Behavior Packs- Previous Value:
"minecraft:behavior.eat_mob": {
"priority": 7,
"run_speed": 2,
"eat_animation_time": 0.3,
"pull_in_force": 0.75,
"reach_mob_distance": 1.75,
"eat_mob_sound": "tongue",
"mob_loot": [
{
"mob": "slime",
"loot": "slime_ball"
},
{
"mob": "magma_cube",
"loot": "verdant_froglight"
}
]
} - 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_egg",
"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_egg",
"lay_egg_sound": "lay_egg",
"on_lay": {
"event": "laid_egg",
"target": "self"
}
} - New Value:
"minecraft:behavior.eat_mob": {
"priority": 7,
"run_speed": 2,
"eat_animation_time": 0.3,
"pull_in_force": 0.75,
"reach_mob_distance": 1.75,
"eat_mob_sound": "tongue",
"loot_table": "loot_tables/entities/frog.json"
} - New Value:
"minecraft:behavior.jump_to_block": {
"priority": 10,
"search_width": 8,
"search_height": 4,
"minimum_path_length": 2,
"minimum_distance": 1,
"scale_factor": 0.6,
"max_velocity": 1,
"cooldown_range": [
5,
7
],
"preferred_blocks": [
"minecraft:waterlily",
"minecraft:big_dripleaf"
],
"preferred_blocks_chance": 0.5,
"forbidden_blocks": [
"minecraft:water"
]
}Previous Value:"minecraft:behavior.jump_to_block": {
"priority": 10,
"search_width": 8,
"search_height": 4,
"minimum_path_length": 2,
"minimum_distance": 1,
"scale_factor": 0.6,
"max_velocity": 1,
"cooldown_range": [
10,
15
],
"preferred_blocks": [
"minecraft:waterlily",
"minecraft:big_dripleaf"
],
"preferred_blocks_chance": 0.5,
"forbidden_blocks": [
"minecraft:water"
]
} - New Value:
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.25,
"can_tempt_vertically": true,
"items": [
"slime_ball"
]
}Previous Value:"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.25,
"items": [
"seagrass"
]
} - New Value:
"minecraft:breedable": {
"require_tame": false,
"causes_pregnancy": true,
"breeds_with": {
"mate_type": "minecraft:frog",
"baby_type": "minecraft:tadpole",
"breed_event": {
"event": "become_pregnant"
}
},
"breed_items": [
"slime_ball"
]
}Previous Value:"minecraft:breedable": {
"require_tame": false,
"causes_pregnancy": true,
"breeds_with": {
"mate_type": "minecraft:frog",
"baby_type": "minecraft:tadpole",
"breed_event": {
"event": "become_pregnant"
}
},
"breed_items": [
"seagrass"
]
} - 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"
}
]
}
]
},
"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"
},
{
"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:behavior.eat_mob": {
"priority": 7,
"run_speed": 2,
"eat_animation_time": 0.3,
"pull_in_force": 0.75,
"reach_mob_distance": 1.75,
"eat_mob_sound": "tongue",
"mob_loot": [
{
"mob": "slime",
"loot": "slime_ball"
},
{
"mob": "magma_cube",
"loot": "ochre_froglight"
}
]
} - Previous Value:
"minecraft:behavior.eat_mob": {
"priority": 7,
"run_speed": 2,
"eat_animation_time": 0.3,
"pull_in_force": 0.75,
"reach_mob_distance": 1.75,
"eat_mob_sound": "tongue",
"mob_loot": [
{
"mob": "slime",
"loot": "slime_ball"
},
{
"mob": "magma_cube",
"loot": "pearlescent_froglight"
}
]
}
- New Value:
"minecraft:weight": {
"default": 10
}Previous Value:"minecraft:weight": {
"default": 100
} - New Value:
"minecraft:herd": {
"min_size": 2,
"max_size": 5
}Previous Value:"minecraft:herd": {
"min_size": 2,
"max_size": 6
} - Previous Value:
"minecraft:height_filter": {
"min": 63,
"max": 200
}
- New Value:
"body": {
"rotation": {
"0.0": {
"post": [
0,
0,
0
],
"lerp_mode": "catmullrom"
},
"1.625": {
"post": [
-10,
0,
0
],
"lerp_mode": "catmullrom"
},
"3.0": {
"post": [
0,
0,
0
],
"lerp_mode": "catmullrom"
}
}
}Previous Value:"body": {
"rotation": {
"0.0": [
0,
0,
0
],
"1.625": [
-10,
0,
0
],
"3.0": [
0,
0,
0
]
}
} - New Value:
"body": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
-20,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.25": [
0,
0,
0
]
}
}Previous Value:"body": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.0417": [
0,
0,
0
],
"0.1667": {
"post": [
-45,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.2917": {
"post": [
0,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.4167": [
45,
0,
0
],
"0.5417": [
0,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.0417": [
0,
0,
0
],
"0.1667": {
"post": [
0,
1,
-1
],
"lerp_mode": "catmullrom"
},
"0.2917": {
"post": [
0,
4,
0
],
"lerp_mode": "catmullrom"
},
"0.4167": [
0,
5,
0
],
"0.5417": [
0,
0,
0
]
}
} - New Value:
"head": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.0833": [
-60,
0,
0
],
"0.4167": [
-60,
0,
0
],
"0.5": [
0,
0,
0
]
}
}Previous Value:"head": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.0833": [
-60,
0,
0
],
"0.25": [
-60,
0,
0
],
"0.3333": [
0,
0,
0
]
}
} - Previous Value:
"animation.frog.fall": {
"loop": "hold_on_last_frame",
"override_previous_animation": true,
"bones": {
"body": {
"rotation": [
45,
0,
0
],
"position": [
0,
3,
0
]
},
"left_arm": {
"rotation": [
-90,
0,
0
],
"position": [
0,
0,
-1
]
},
"right_arm": {
"rotation": [
-90,
0,
0
],
"position": [
0,
0,
-1
]
},
"left_leg": {
"rotation": [
135,
0,
0
],
"position": [
0,
3,
0.5
]
},
"right_leg": {
"rotation": [
135,
0,
0
],
"position": [
0,
3,
0.5
]
}
}
} - New Value:
"animation_length": 0.375
Previous Value:"animation_length": 0.58333
- New Value:
"loop": "hold_on_last_frame"
- Previous Value:
"animation.frog.jump.up": {
"loop": "hold_on_last_frame",
"override_previous_animation": true,
"bones": {
"body": {
"rotation": [
-10,
0,
0
],
"position": [
0,
0,
0
]
},
"left_arm": {
"rotation": [
-90,
0,
0
],
"position": [
0,
0,
-1
]
},
"right_arm": {
"rotation": [
-90,
0,
0
],
"position": [
0,
0,
-1
]
},
"left_leg": {
"rotation": [
90,
0,
0
],
"position": [
0,
-1,
1
]
},
"right_leg": {
"rotation": [
90,
0,
0
],
"position": [
0,
-1,
1
]
}
}
} - New Value:
"animation_length": 0.5
Previous Value:"animation_length": 0.41667
- New Value:
"right_arm": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
-56.14,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.25": [
0,
1,
0
]
}
}Previous Value:"right_arm": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.2917": {
"post": [
-90,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.4167": {
"post": [
-45,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.5417": [
0,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.2917": [
0,
0,
-1
],
"0.4167": [
0,
1,
-1
],
"0.5417": [
0,
0,
0
]
}
} - New Value:
"right_arm": {
"rotation": {
"0.0": {
"post": [
90,
-22.5,
0
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
45,
-22.5,
0
],
"lerp_mode": "catmullrom"
},
"0.6667": {
"post": [
-22.5,
22.5,
22.5
],
"lerp_mode": "catmullrom"
},
"0.875": {
"post": [
-45,
22.5,
0
],
"lerp_mode": "catmullrom"
},
"0.9583": {
"post": [
22.5,
0,
-22.5
],
"lerp_mode": "catmullrom"
},
"1.0417": {
"post": [
90,
-22.5,
0
],
"lerp_mode": "catmullrom"
}
},
"position": {
"0.0": {
"post": [
0,
-0.64,
2
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
0,
-0.64,
0
],
"lerp_mode": "catmullrom"
},
"0.6667": {
"post": [
0,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.875": {
"post": [
0,
-0.27,
-1.14
],
"lerp_mode": "catmullrom"
},
"0.9583": {
"post": [
0,
-1.45,
0.43
],
"lerp_mode": "catmullrom"
},
"1.0417": {
"post": [
0,
-0.64,
2
],
"lerp_mode": "catmullrom"
}
}
}Previous Value:"right_arm": {
"rotation": {
"0.0": [
90,
-22.5,
0
],
"0.4583": [
45,
-22.5,
0
],
"0.6667": [
-22.5,
22.5,
22.5
],
"0.875": [
-45,
22.5,
0
],
"0.9583": [
22.5,
0,
-22.5
],
"1.0417": [
90,
-22.5,
0
]
},
"position": {
"0.0": [
0,
-0.64,
2
],
"0.4583": [
0,
-0.64,
0
],
"0.6667": [
0,
0,
0
],
"0.875": [
0,
-0.27,
-1.14
],
"0.9583": [
0,
-1.45,
0.43
],
"1.0417": [
0,
-0.64,
2
]
}
} - New Value:
"right_arm": {
"rotation": {
"0.0": {
"post": [
0,
0,
22.5
],
"lerp_mode": "catmullrom"
},
"2.2083": {
"post": [
0,
0,
45
],
"lerp_mode": "catmullrom"
},
"3.0": {
"post": [
0,
0,
22.5
],
"lerp_mode": "catmullrom"
}
},
"position": {
"0.0": {
"post": [
1,
0,
0
],
"lerp_mode": "catmullrom"
},
"2.2083": {
"post": [
1,
-0.5,
0
],
"lerp_mode": "catmullrom"
},
"3.0": {
"post": [
1,
0,
0
],
"lerp_mode": "catmullrom"
}
}
}Previous Value:"right_arm": {
"rotation": {
"0.0": [
0,
0,
22.5
],
"2.2083": [
0,
0,
45
],
"3.0": [
0,
0,
22.5
]
},
"position": {
"0.0": [
1,
0,
0
],
"2.2083": [
1,
-0.5,
0
],
"3.0": [
1,
0,
0
]
}
} - New Value:
"left_arm": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
-56.14,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.25": [
0,
1,
0
]
}
}Previous Value:"left_arm": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.2917": {
"post": [
-90,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.4167": {
"post": [
-45,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.5417": [
0,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.2917": [
0,
0,
-1
],
"0.4167": [
0,
1,
-1
],
"0.5417": [
0,
0,
0
]
}
} - New Value:
"left_arm": {
"rotation": {
"0.0": {
"post": [
90,
22.5,
0
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
45,
22.5,
0
],
"lerp_mode": "catmullrom"
},
"0.6667": {
"post": [
-22.5,
-22.5,
-22.5
],
"lerp_mode": "catmullrom"
},
"0.875": {
"post": [
-45,
-22.5,
0
],
"lerp_mode": "catmullrom"
},
"0.9583": {
"post": [
22.5,
0,
22.5
],
"lerp_mode": "catmullrom"
},
"1.0417": {
"post": [
90,
22.5,
0
],
"lerp_mode": "catmullrom"
}
},
"position": {
"0.0": {
"post": [
0,
-0.64,
2
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
0,
-0.64,
0
],
"lerp_mode": "catmullrom"
},
"0.6667": {
"post": [
0,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.875": {
"post": [
0,
-0.27,
-1.14
],
"lerp_mode": "catmullrom"
},
"0.9583": {
"post": [
0,
-1.45,
0.43
],
"lerp_mode": "catmullrom"
},
"1.0417": {
"post": [
0,
-0.64,
2
],
"lerp_mode": "catmullrom"
}
}
}Previous Value:"left_arm": {
"rotation": {
"0.0": [
90,
22.5,
0
],
"0.4583": [
45,
22.5,
0
],
"0.6667": [
-22.5,
-22.5,
-22.5
],
"0.875": [
-45,
-22.5,
0
],
"0.9583": [
22.5,
0,
22.5
],
"1.0417": [
90,
22.5,
0
]
},
"position": {
"0.0": [
0,
-0.64,
2
],
"0.4583": [
0,
-0.64,
0
],
"0.6667": [
0,
0,
0
],
"0.875": [
0,
-0.27,
-1.14
],
"0.9583": [
0,
-1.45,
0.43
],
"1.0417": [
0,
-0.64,
2
]
}
} - New Value:
"left_arm": {
"rotation": {
"0.0": {
"post": [
0,
0,
-22.5
],
"lerp_mode": "catmullrom"
},
"2.2083": {
"post": [
0,
0,
-45
],
"lerp_mode": "catmullrom"
},
"3.0": {
"post": [
0,
0,
-22.5
],
"lerp_mode": "catmullrom"
}
},
"position": {
"0.0": {
"post": [
-1,
0,
0
],
"lerp_mode": "catmullrom"
},
"2.2083": {
"post": [
-1,
-0.5,
0
],
"lerp_mode": "catmullrom"
},
"3.0": {
"post": [
-1,
0,
0
],
"lerp_mode": "catmullrom"
}
}
}Previous Value:"left_arm": {
"rotation": {
"0.0": [
0,
0,
-22.5
],
"2.2083": [
0,
0,
-45
],
"3.0": [
0,
0,
-22.5
]
},
"position": {
"0.0": [
-1,
0,
0
],
"2.2083": [
-1,
-0.5,
0
],
"3.0": [
-1,
0,
0
]
}
} - New Value:
"tongue": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.0833": [
0,
0,
0
],
"0.4167": [
-18,
0,
0
],
"0.5": [
0,
0,
0
]
},
"scale": {
"0.0833": [
1,
1,
1
],
"0.1667": [
0.5,
1,
5
],
"0.4167": [
1,
1,
1
]
}
}Previous Value:"tongue": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.0833": [
-20,
0,
0
],
"0.25": [
-20,
0,
0
],
"0.3333": [
0,
0,
0
]
},
"scale": {
"0.0833": [
1,
1,
1
],
"0.1667": [
0.5,
1,
5
],
"0.25": [
1,
1,
1
]
}
} - New Value:
"left_leg": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
45,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.25": [
0,
0,
0
]
}
}Previous Value:"left_leg": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.1667": [
0,
0,
0
],
"0.3333": {
"post": [
90,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
135,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.5833": [
0,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.1667": [
0,
0,
0
],
"0.3333": {
"post": [
0,
4,
0
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
0,
4,
0
],
"lerp_mode": "catmullrom"
},
"0.5833": [
0,
0,
0
]
}
} - New Value:
"left_leg": {
"rotation": {
"0.0": {
"post": [
90,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.25": {
"post": [
90,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
67.5,
-45,
0
],
"lerp_mode": "catmullrom"
},
"0.7917": {
"post": [
90,
45,
0
],
"lerp_mode": "catmullrom"
},
"0.9583": {
"post": [
90,
0,
0
],
"lerp_mode": "catmullrom"
},
"1.0417": {
"post": [
90,
0,
0
],
"lerp_mode": "catmullrom"
}
},
"position": {
"0.0": {
"post": [
-2.5,
0,
1
],
"lerp_mode": "catmullrom"
},
"0.25": {
"post": [
-2,
0,
1
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
1,
-2,
-1
],
"lerp_mode": "catmullrom"
},
"0.7917": {
"post": [
0.58,
0,
-2.83
],
"lerp_mode": "catmullrom"
},
"0.9583": {
"post": [
-2.5,
0,
1
],
"lerp_mode": "catmullrom"
},
"1.0417": {
"post": [
-2.5,
0,
1
],
"lerp_mode": "catmullrom"
}
}
}Previous Value:"left_leg": {
"rotation": {
"0.0": [
90,
0,
0
],
"0.25": [
90,
0,
0
],
"0.4583": [
67.5,
-45,
0
],
"0.7917": [
90,
45,
0
],
"0.9583": [
90,
0,
0
]
},
"position": {
"0.0": [
-2.5,
0,
1
],
"0.25": [
-2,
0,
1
],
"0.4583": [
1,
-2,
-1
],
"0.7917": [
0.58,
0,
-2.83
],
"0.9583": [
-2.5,
0,
1
]
}
} - New Value:
"left_leg": {
"rotation": {
"0.0": {
"post": [
22.5,
-22.5,
0
],
"lerp_mode": "catmullrom"
},
"1.0": {
"post": [
22.5,
-22.5,
-45
],
"lerp_mode": "catmullrom"
},
"3.0": {
"post": [
22.5,
-22.5,
0
],
"lerp_mode": "catmullrom"
}
},
"position": {
"0.0": {
"post": [
0,
0,
1
],
"lerp_mode": "catmullrom"
},
"1.0": {
"post": [
0,
-1,
1
],
"lerp_mode": "catmullrom"
},
"3.0": {
"post": [
0,
0,
1
],
"lerp_mode": "catmullrom"
}
}
}Previous Value:"left_leg": {
"rotation": {
"0.0": [
22.5,
-22.5,
0
],
"1.0": [
22.5,
-22.5,
-45
],
"3.0": [
22.5,
-22.5,
0
]
},
"position": {
"0.0": [
0,
0,
1
],
"1.0": [
0,
-1,
1
],
"3.0": [
0,
0,
1
]
}
} - New Value:
"right_leg": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
45,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.25": [
0,
0,
0
]
}
}Previous Value:"right_leg": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.1667": [
0,
0,
0
],
"0.3333": {
"post": [
90,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
135,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.5833": [
0,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.1667": [
0,
0,
0
],
"0.3333": {
"post": [
0,
4,
0
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
0,
4,
0
],
"lerp_mode": "catmullrom"
},
"0.5833": [
0,
0,
0
]
}
} - New Value:
"right_leg": {
"rotation": {
"0.0": {
"post": [
90,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.25": {
"post": [
90,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
67.5,
45,
0
],
"lerp_mode": "catmullrom"
},
"0.7917": {
"post": [
90,
-45,
0
],
"lerp_mode": "catmullrom"
},
"0.9583": {
"post": [
90,
0,
0
],
"lerp_mode": "catmullrom"
},
"1.0417": {
"post": [
90,
0,
0
],
"lerp_mode": "catmullrom"
}
},
"position": {
"0.0": {
"post": [
2.5,
0,
1
],
"lerp_mode": "catmullrom"
},
"0.25": {
"post": [
2,
0,
1
],
"lerp_mode": "catmullrom"
},
"0.4583": {
"post": [
-1,
-2,
-1
],
"lerp_mode": "catmullrom"
},
"0.7917": {
"post": [
-0.58,
0,
-2.83
],
"lerp_mode": "catmullrom"
},
"0.9583": {
"post": [
2.5,
0,
1
],
"lerp_mode": "catmullrom"
},
"1.0417": {
"post": [
2.5,
0,
1
],
"lerp_mode": "catmullrom"
}
}
}Previous Value:"right_leg": {
"rotation": {
"0.0": [
90,
0,
0
],
"0.25": [
90,
0,
0
],
"0.4583": [
67.5,
45,
0
],
"0.7917": [
90,
-45,
0
],
"0.9583": [
90,
0,
0
]
},
"position": {
"0.0": [
2.5,
0,
1
],
"0.25": [
2,
0,
1
],
"0.4583": [
-1,
-2,
-1
],
"0.7917": [
-0.58,
0,
-2.83
],
"0.9583": [
2.5,
0,
1
]
}
} - New Value:
"right_leg": {
"rotation": {
"0.0": {
"post": [
22.5,
22.5,
0
],
"lerp_mode": "catmullrom"
},
"1.0": {
"post": [
22.5,
22.5,
45
],
"lerp_mode": "catmullrom"
},
"3.0": {
"post": [
22.5,
22.5,
0
],
"lerp_mode": "catmullrom"
}
},
"position": {
"0.0": {
"post": [
0,
0,
1
],
"lerp_mode": "catmullrom"
},
"1.0": {
"post": [
0,
-1,
1
],
"lerp_mode": "catmullrom"
},
"3.0": {
"post": [
0,
0,
1
],
"lerp_mode": "catmullrom"
}
}
}Previous Value:"right_leg": {
"rotation": {
"0.0": [
22.5,
22.5,
0
],
"1.0": [
22.5,
22.5,
45
],
"3.0": [
22.5,
22.5,
0
]
},
"position": {
"0.0": [
0,
0,
1
],
"1.0": [
0,
-1,
1
],
"3.0": [
0,
0,
1
]
}
}
- New Value:
"on_land": {
"animations": [
{
"walk": "math.min(1.0, query.modified_move_speed * 10)"
}
],
"transitions": [
{
"idling_water": "query.is_in_water && query.modified_move_speed > 0.15"
},
{
"swimming": "query.is_in_water && query.modified_move_speed < 0.15"
},
{
"jumping": "query.is_jump_goal_jumping"
}
]
}Previous Value:"on_land": {
"animations": [
{
"walk": "math.min(1.0, query.modified_move_speed * 10)"
},
{
"jump_up": "query.vertical_speed < 0.25"
}
],
"transitions": [
{
"idling_water": "query.is_in_water && query.modified_move_speed > 0.15"
},
{
"swimming": "query.is_in_water && query.modified_move_speed < 0.15"
}
]
} - New Value:
"jumping": {
"animations": [
{
"jump": "query.is_jump_goal_jumping"
}
],
"transitions": [
{
"on_land": "!query.is_in_water && !query.is_jump_goal_jumping"
},
{
"idling_water": "query.is_in_water && query.modified_move_speed > 0.15"
},
{
"swimming": "query.is_in_water && query.modified_move_speed < 0.15"
}
]
}
- New Value:
"animations": {
"croak": "animation.frog.croak",
"jump": "animation.frog.jump",
"tongue": "animation.frog.tongue",
"walk": "animation.frog.walk",
"swim": "animation.frog.swim",
"idle_water": "animation.frog.idle.water",
"look_at_target": "animation.common.look_at_target"
}Previous Value:"animations": {
"croak": "animation.frog.croak",
"jump": "animation.frog.jump",
"jump_up": "animation.frog.jump.up",
"fall": "animation.frog.fall",
"tongue": "animation.frog.tongue",
"walk": "animation.frog.walk",
"swim": "animation.frog.swim",
"idle_water": "animation.frog.idle.water",
"look_at_target": "animation.common.look_at_target"
}
- Hover/Tap to zoom...
- Hover/Tap to zoom...
- Hover/Tap to zoom...
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/experimental_wild_update/entities/frog.json
Animations
- resource_packs/experimental_wild_update/animations/frog.animation.json
- resource_packs/vanilla/animations/look_at_target.animation.json
Animation Controllers
- resource_packs/experimental_wild_update/animation_controllers/frog.animation_controllers.json
Entity
- resource_packs/experimental_wild_update/entity/frog.entity.json
Geometry
- resource_packs/experimental_wild_update/models/entity/frog.geo.json
Loot Tables
- behavior_packs/experimental_wild_update/loot_tables/entities/frog.json
Render Controllers
- resource_packs/experimental_wild_update/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/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/experimental_wild_update/spawn_rules/frog.json
Textures
- resource_packs/experimental_wild_update/textures/entity/frog/cold_frog.png
- resource_packs/experimental_wild_update/textures/entity/frog/temperate_frog.png
- resource_packs/experimental_wild_update/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" ] }
Links
©
2024, FoxyNoTail