Chest Minecart - 1.16.201.102
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Chest Minecart entity last updated in Minecraft Version 1.16.100What's Changed:
Changes since stable release 1.16.200.02
There have been no changes to this entity or its associated files since this previous version
Changes since stable release 1.16.0.2
Behavior Packs- New Value:
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 60,
"max_dropped_ticks": 20,
"use_motion_prediction_hints": true
},
"conditional_values": [
{
"max_optimized_distance": 0,
"max_dropped_ticks": 0,
"conditional_values": [
{
"test": "is_moving",
"subject": "self",
"operator": "==",
"value": true
}
]
}
]
}
- New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"animations": {
"move": "animation.minecart.move"
} - New Value:
"geometry": {
"default": "geometry.minecart.v1.8"
}Previous Value:"geometry": {
"default": "geometry.minecart"
} - New Value:
"materials": {
"default": "minecart"
} - New Value:
"min_engine_version": "1.8.0"
- New Value:
"render_controllers": [
"controller.render.minecart"
] - New Value:
"scripts": {
"pre_animation": [
"variable.hurt = query.hurt_time - query.frame_alpha;"
],
"animate": [
"move"
]
}
Statistics:
Families
- Default: Inanimate, Minecart
Inventory Size
- Default: 27
Other Attributes
- Has Collisions
- Has Gravity
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.16.100/entities/chest_minecart.json
Animations
- resource_packs/vanilla/animations/minecart.animation.json
Entity
- resource_packs/vanilla/entity/chest_minecart.entity.json
Geometry
- resource_packs/vanilla/models/entity/minecart.geo.json
Render Controllers
- resource_packs/vanilla/render_controllers/minecart.render_controllers.json
Textures
- resource_packs/vanilla/textures/entity/minecart.png
Material Info:
Material: Minecart
{
"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"
]
}