Magma Cube - 1.19.50.2
<<
back to
entity list
View
Entity Version History >>
Last Updated
The Magma Cube entity last updated in Minecraft Version 1.19.50What's Changed:
Changes since stable release 1.19.0.5
Behavior Packs- New Value:
"format_version": "1.19.50"
Previous Value:"format_version": "1.18.20"
- New Value:
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 6,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
}
} - New Value:
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 4,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
}
} - New Value:
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 3,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
}
}
Changes since stable release 1.19.41.1
Behavior Packs- New Value:
"format_version": "1.19.50"
Previous Value:"format_version": "1.18.20"
- New Value:
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 6,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
}
} - New Value:
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 4,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
}
} - New Value:
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 3,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
}
}
Statistics:
Health
Slime Large: [16]
Slime Medium: [4]
Loot / Barter Loot / Additional Drops
Magma Cream
Attack Damage
- Slime Large: 6
- Slime Medium: 4
- Slime Small: 3
Burns in Daylight
- Default
Families
- Default: Magmacube, Mob, Monster
Movement Speed
- Slime Large: 0.75
- Slime Medium: 0.66
- Slime Small: 0.6
Variations
- Slime Large
- Slime Medium
- Slime Small
Other Attributes
- Can be Renamed
- Can Breath in Lava
- Can Climb
- Can Jump
- Has Collisions
- Has Gravity
- Health > Slime Small
- Immune to Fire
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.19.50/entities/magma_cube.json
Animations
- resource_packs/vanilla/animations/magma_cube.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/magma_cube.animation_controllers.json
Entity
- resource_packs/vanilla/entity/magma_cube.entity.json
Geometry
- resource_packs/vanilla/models/entity/magma_cube.geo.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/magma_cube.json
Render Controllers
- resource_packs/vanilla/render_controllers/magma_cube.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/magmacube/big1.fsb
- resource_packs/vanilla/sounds/mob/magmacube/big2.fsb
- resource_packs/vanilla/sounds/mob/magmacube/big3.fsb
- resource_packs/vanilla/sounds/mob/magmacube/big4.fsb
- resource_packs/vanilla/sounds/mob/magmacube/small1.fsb
- resource_packs/vanilla/sounds/mob/magmacube/small2.fsb
- resource_packs/vanilla/sounds/mob/magmacube/small3.fsb
- resource_packs/vanilla/sounds/mob/magmacube/small4.fsb
- resource_packs/vanilla/sounds/mob/magmacube/small5.fsb
Spawn Rules
- behavior_packs/vanilla_1.16/spawn_rules/magma_cube.json
Textures
- resource_packs/vanilla/textures/entity/slime/magmacube.tga
Material Info:
Material: Magma Cube
{
"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"
}
]
}
},
{
"skinning_alphatest": {
"+defines": [
"USE_SKINNING",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
],
"msaaSupport": [
"Both"
],
"+samplerStates": {
"samplerIndex": 0,
"textureFilter": "Point"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST",
"USE_EMISSIVE"
],
"+states": [
"DisableCulling"
]
}