Turtle - 1.13.0.34
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Turtle entity last updated in Minecraft Version oldWhat's Changed:
Changes since stable release 1.12.0.28
Behavior Packs- New Value:
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,4) : 0"
} - New Value:
"minecraft:type_family": {
"family": [
"turtle",
"baby_turtle",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"turtle",
"baby_turtle"
]
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.12.0"
- New Value:
"minecraft:type_family": {
"family": [
"turtle",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"turtle"
]
} - New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true,
"breathes_air": true,
"generates_bubbles": false
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0,
"breathesWater": true,
"breathesAir": true,
"generatesBubbles": false
} - New Value:
"minecraft:damage_sensor": {
"triggers": {
"cause": "lightning",
"deals_damage": true,
"damage_multiplier": 2000
}
} - New Value:
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
} - New Value:
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
} - New Value:
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"seagrass"
],
"drop_items": [
"turtle_shell_piece"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}Previous Value:"minecraft:ageable": {
"duration": 1200,
"feedItems": [
"seagrass"
],
"drop_items": [
"turtle_shell_piece"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
} - New Value:
"minecraft:breedable": {
"require_tame": false,
"causes_pregnancy": true,
"breeds_with": {
"mate_type": "minecraft:turtle",
"baby_type": "minecraft:turtle",
"breed_event": {
"event": "minecraft:become_pregnant",
"target": "self"
}
},
"breed_items": [
"seagrass"
]
}Previous Value:"minecraft:breedable": {
"requireTame": false,
"causes_pregnancy": true,
"breedsWith": {
"mateType": "minecraft:turtle",
"babyType": "minecraft:turtle",
"breed_event": {
"event": "minecraft:become_pregnant",
"target": "self"
}
},
"breedItems": [
"seagrass"
]
}
- New Value:
"eggbelly": {
"position": [
0,
-0.08,
0
],
"rotation": [
"-this",
0,
0
],
"scale": "query.is_pregnant ? 1.0 : 0.0"
}Previous Value:"eggbelly": {
"position": [
0,
-0.07999999821186066,
0
],
"scale": "query.is_pregnant ? 1.0 : 0.0"
}
- New Value:
"initial_state": "default"
- New Value:
"initial_state": "default"
- New Value:
"default": {
"animations": [
"general"
]
}Previous Value:"default": {
"animations": [
{
"general": []
}
]
} - New Value:
"default": {
"animations": [
"look_at_target"
],
"transitions": [
{
"swimming": "query.is_in_water && !query.is_on_ground"
},
{
"walking": "!query.is_in_water && query.is_on_ground"
}
]
}Previous Value:"default": {
"animations": [
{
"look_at_target": []
}
],
"transitions": [
{
"swimming": "query.is_in_water && !query.is_on_ground"
},
{
"walking": "!query.is_in_water && query.is_on_ground"
}
]
} - New Value:
"walking": {
"animations": [
"ground_move",
"look_at_target"
],
"transitions": [
{
"swimming": "query.is_in_water && !query.is_on_ground"
}
]
}Previous Value:"walking": {
"parameters": [
"query.modified_move_speed"
],
"animations": [
{
"ground_move": []
},
{
"look_at_target": []
}
],
"transitions": [
{
"swimming": "query.is_in_water && !query.is_on_ground"
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"swimming": {
"animations": [
"move",
"look_at_target"
],
"transitions": [
{
"walking": "!query.is_in_water && query.is_on_ground"
}
]
}Previous Value:"swimming": {
"parameters": [
"query.modified_move_speed"
],
"animations": [
{
"move": []
},
{
"look_at_target": []
}
],
"transitions": [
{
"walking": "!query.is_in_water && query.is_on_ground"
}
]
}
Statistics:
Health
[30]
Loot / Barter Loot / Additional Drops
Seagrass
Breedable
- Adult: Seagrass
Families
- Adult: Mob, Turtle
- Baby: Baby Turtle, Mob, Turtle
Movement Speed
- Default: 0.1
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
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla/entities/turtle.json
Animations
- resource_packs/vanilla/animations/look_at_target.animation.json
- resource_packs/vanilla/animations/turtle.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/turtle.animation_controllers.json
Entity
- resource_packs/vanilla/entity/turtle.entity.json
Geometry
- resource_packs/vanilla/models/entity/turtle.geo.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/sea_turtle.json
Render Controllers
- resource_packs/vanilla/render_controllers/turtle.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/turtle/death1.fsb
- resource_packs/vanilla/sounds/mob/turtle/death2.fsb
- resource_packs/vanilla/sounds/mob/turtle/death3.fsb
- resource_packs/vanilla/sounds/mob/turtle/hurt1.fsb
- resource_packs/vanilla/sounds/mob/turtle/hurt2.fsb
- resource_packs/vanilla/sounds/mob/turtle/hurt3.fsb
- resource_packs/vanilla/sounds/mob/turtle/hurt4.fsb
- resource_packs/vanilla/sounds/mob/turtle/hurt5.fsb
- resource_packs/vanilla/sounds/mob/turtle/idle1.fsb
- resource_packs/vanilla/sounds/mob/turtle/idle2.fsb
- resource_packs/vanilla/sounds/mob/turtle/idle3.fsb
- resource_packs/vanilla/sounds/mob/turtle/swim1.fsb
- resource_packs/vanilla/sounds/mob/turtle/swim2.fsb
- resource_packs/vanilla/sounds/mob/turtle/swim3.fsb
- resource_packs/vanilla/sounds/mob/turtle/swim4.fsb
- resource_packs/vanilla/sounds/mob/turtle/swim5.fsb
- resource_packs/vanilla/sounds/mob/turtle/walk1.fsb
- resource_packs/vanilla/sounds/mob/turtle/walk2.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/death1.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/death2.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/egg_hatched1.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/egg_hatched2.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/egg_hatched3.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/hurt1.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/hurt2.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/shamble1.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/shamble2.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/shamble3.fsb
- resource_packs/vanilla/sounds/mob/turtle_baby/shamble4.fsb
Spawn Rules
- behavior_packs/vanilla/spawn_rules/turtle.json
Textures
- resource_packs/vanilla/textures/entity/sea_turtle.png
Material Info:
Material: Turtle
{
"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": 0,
"textureFilter": "Point"
},
"+defines": [
"USE_OVERLAY"
]
}