Version History for the Pig Entity
<< back to entity list
Note: Version history only goes as far back as the earliest version on file (Minecraft 1.12.0.28 ). View Detailed Entity Information >>
Changes in version 1.20.30.21
- Behavior Packs > Entities > pig.json
- New Value:
"minecraft:transformation": {
"into": "minecraft:pig_zombie",
"transformation_sound": "mob.pig.death",
"delay": 0.5
}Previous Value:"minecraft:transformation": {
"into": "minecraft:pig_zombie",
"delay": 0.5
}
Changes in version 1.20.30.20
- Behavior Packs > Entities > pig.json
- New Value:
"minecraft:transformation": {
"into": "minecraft:pig_zombie",
"delay": 0.5
}Previous Value:"minecraft:transformation": {
"into": "minecraft:pig_zombie",
"transformation_sound": "mob.pig.death",
"delay": 0.5
}
Changes in version 1.20.30.2
- Behavior Packs > Entities > pig.json
- New Value:
"minecraft:transformation": {
"into": "minecraft:pig_zombie",
"transformation_sound": "mob.pig.death",
"delay": 0.5
}Previous Value:"minecraft:transformation": {
"into": "minecraft:pig_zombie",
"delay": 0.5
}
Changes in version 1.20.0.24
- Behavior Packs > Spawn Rules > pig.json
- New Value:
"minecraft:biome_filter": {
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "animal"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "cherry_grove"
}
]
}Previous Value:"minecraft:biome_filter": {
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "meadow"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "cherry_grove"
}
]
}
Changes in version 1.20.0.21
- Behavior Packs > Entities > pig.json
- New Value:
"format_version": "1.20.0"
Previous Value:"format_version": "1.18.10"
- New Value:
"minecraft:boostable": {
"speed_multiplier": 1.35,
"duration": 3,
"boost_items": [
{
"item": "carrotOnAStick",
"damage": 2,
"replace_item": "fishing_rod"
}
]
}Previous Value:"minecraft:boostable": {
"speed_multiplier": 2,
"duration": 3,
"boost_items": [
{
"item": "carrotOnAStick",
"damage": 2,
"replace_item": "fishing_rod"
}
]
}
- Behavior Packs > Spawn Rules > pig.json
- New Value:
"minecraft:biome_filter": {
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "meadow"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "cherry_grove"
}
]
}Previous Value:"minecraft:biome_filter": {
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "animal"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "cherry_grove"
}
]
}
Changes in version 1.20.0.20
- Behavior Packs > Entities > pig.json
- New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.20.0"
- New Value:
"minecraft:boostable": {
"speed_multiplier": 2,
"duration": 3,
"boost_items": [
{
"item": "carrotOnAStick",
"damage": 2,
"replace_item": "fishing_rod"
}
]
}Previous Value:"minecraft:boostable": {
"speed_multiplier": 1.35,
"duration": 3,
"boost_items": [
{
"item": "carrotOnAStick",
"damage": 2,
"replace_item": "fishing_rod"
}
]
}
Changes in version 1.20.0.1
- Behavior Packs > Entities > pig.json
- New Value:
"format_version": "1.20.0"
Previous Value:"format_version": "1.18.10"
- New Value:
"minecraft:boostable": {
"speed_multiplier": 1.35,
"duration": 3,
"boost_items": [
{
"item": "carrotOnAStick",
"damage": 2,
"replace_item": "fishing_rod"
}
]
}Previous Value:"minecraft:boostable": {
"speed_multiplier": 2,
"duration": 3,
"boost_items": [
{
"item": "carrotOnAStick",
"damage": 2,
"replace_item": "fishing_rod"
}
]
}
- Behavior Packs > Spawn Rules > pig.json
- New Value:
"minecraft:biome_filter": {
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "animal"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "cherry_grove"
}
]
}Previous Value:"minecraft:biome_filter": {
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "meadow"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "cherry_grove"
}
]
}
Changes in version 1.19.80.2
- Behavior Packs > Spawn Rules > pig.json
- New Value:
"minecraft:biome_filter": {
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "meadow"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "cherry_grove"
}
]
}Previous Value:"minecraft:biome_filter": {
"test": "has_biome_tag",
"operator": "==",
"value": "animal"
}
Changes in version 1.19.50.2
- Resource Packs > Materials > pig
- New Value:
"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"
}
]
}
}
]Previous Value:"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"
}
]
}
}
]
Changes in version 1.19.20.2
- Behavior Packs > Entities > pig.json
- New Value:
"minecraft:rideable": {
"seat_count": 1,
"interact_text": "action.interact.ride.horse",
"family_types": [
"player"
],
"seats": {
"position": [
0,
0.63,
0
]
}
}Previous Value:"minecraft:rideable": {
"seat_count": 1,
"interact_text": "action.interact.mount",
"family_types": [
"player"
],
"seats": {
"position": [
0,
0.63,
0
]
}
}
Changes in version 1.18.10.4
- Behavior Packs > Entities > pig.json
- New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.16.0"
- New Value:
"minecraft:balloonable": {
"mass": 0.9
}Previous Value:"minecraft:balloonable": {
"mass": 0.75
}
Changes in version 1.17.0.2
- Behavior Packs > Entities > pig.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.220.02
- Behavior Packs > Entities > pig.json
- New Value:
"minecraft:spawn_adult": {
"add": {
"component_groups": [
"minecraft:pig_adult",
"minecraft:pig_unsaddled"
]
}
} - New Value:
"minecraft:entity_spawned": {
"randomize": [
{
"weight": 95,
"trigger": "minecraft:spawn_adult"
},
{
"weight": 5,
"remove": [],
"add": {
"component_groups": [
"minecraft:pig_baby"
]
}
}
]
}Previous Value:"minecraft:entity_spawned": {
"randomize": [
{
"weight": 95,
"remove": [],
"add": {
"component_groups": [
"minecraft:pig_adult",
"minecraft:pig_unsaddled"
]
}
},
{
"weight": 5,
"remove": [],
"add": {
"component_groups": [
"minecraft:pig_baby"
]
}
}
]
}
Changes in version 1.16.20.3
- Behavior Packs > Entities > pig.json
- New Value:
"minecraft:despawn": {
"despawn_from_distance": []
} - Previous Value:
"minecraft:despawn": {
"despawn_from_distance": []
}
Changes in version 1.16.100.04
- Behavior Packs > Entities > pig.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
- New Value:
"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": [
{
"test": "is_family",
"subject": "other",
"value": "lightning"
},
{
"test": "is_difficulty",
"operator": "!=",
"value": "peaceful"
}
],
"event": "become_zombie"
},
"deals_damage": false
}
}Previous Value:"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "lightning"
},
"event": "become_zombie"
},
"deals_damage": false
}
}
Changes in version 1.16.0.2
- Behavior Packs > Entities > pig.json
- New Value:
"minecraft:despawn": {
"despawn_from_distance": []
} - New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.13.0"
- Resource Packs > Textures > pig.png
- Hover/Tap to zoom...
- Resource Packs > Textures > pig_saddle.png
- Hover/Tap to zoom...
Changes in version 1.13.0.34
- Behavior Packs > Entities > pig.json
- 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: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:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "saddle"
},
"event": "minecraft:on_saddled"
},
"use_item": true,
"play_sounds": "saddle",
"interact_text": "action.interact.saddle"
}
]
}Previous Value:"minecraft:interact": [
{
"on_interact": {
"filters": {
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "saddle"
},
"event": "minecraft:on_saddled"
},
"use_item": true,
"play_sounds": "saddle",
"interact_text": "action.interact.saddle"
}
] - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
} - New Value:
"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "lightning"
},
"event": "become_zombie"
},
"deals_damage": false
}
}Previous Value:"minecraft:damage_sensor": {
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "lightning"
},
"event": "become_zombie"
},
"deals_damage": false
} - New Value:
"minecraft:type_family": {
"family": [
"pig",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"pig"
]
} - New Value:
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"carrot",
"beetroot",
"potato"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}Previous Value:"minecraft:ageable": {
"duration": 1200,
"feedItems": [
"carrot",
"beetroot",
"potato"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
} - New Value:
"minecraft:boostable": {
"speed_multiplier": 2,
"duration": 3,
"boost_items": [
{
"item": "carrotOnAStick",
"damage": 2,
"replace_item": "fishing_rod"
}
]
}Previous Value:"minecraft:boostable": {
"speed_multiplier": 2,
"duration": 3,
"boost_items": [
{
"item": "carrotOnAStick",
"item_damage": 2,
"replaceItem": "fishing_rod"
}
]
} - New Value:
"minecraft:breedable": {
"require_tame": false,
"breeds_with": {
"mate_type": "minecraft:pig",
"baby_type": "minecraft:pig",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"carrot",
"beetroot",
"potato"
]
}Previous Value:"minecraft:breedable": {
"requireTame": false,
"breedsWith": {
"mateType": "minecraft:pig",
"babyType": "minecraft:pig",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breedItems": [
"carrot",
"beetroot",
"potato"
]
}
- Resource Packs > Animations > pig.animation.json
- Previous Value:
"animation.pig.idle": {
"bones": {
"head": {
"scale": 4
}
},
"loop": true
} - New Value:
"head": {
"position": [
0,
4,
4
],
"scale": 2
}Previous Value:"head": {
"position": [
0,
8,
4
],
"scale": 2
}
Entity Histories...
- Agent
- Allay
- Area Effect Cloud
- Armor Stand
- Arrow
- Axolotl
- Bat
- Bee
- Blaze
- Boat
- Camel
- Cat
- Cave Spider
- Chest Boat
- Chest Minecart
- Chicken
- Cod
- Command Block Minecart
- Cow
- Creeper
- Dolphin
- Donkey
- Dragon Fireball
- Drowned
- Egg
- Elder Guardian
- Enderman
- Endermite
- Ender Crystal
- Ender Dragon
- Ender Pearl
- Evocation Illager
- Eye Of Ender Signal
- Fireball
- Fireworks Rocket
- Fishing Hook
- Fox
- Frog
- Ghast
- Glow Squid
- Goat
- Guardian
- Hoglin
- Hopper Minecart
- Horse
- Husk
- Iron Golem
- Lightning Bolt
- Lingering Potion
- Llama
- Llama Spit
- Magma Cube
- Minecart
- Mooshroom
- Mule
- Npc
- Ocelot
- Panda
- Parrot
- Phantom
- Pig
- Piglin
- Piglin Brute
- Pillager
- Player
- Polar Bear
- Pufferfish
- Rabbit
- Ravager
- Salmon
- Sheep
- Shulker
- Shulker Bullet
- Silverfish
- Skeleton
- Skeleton Horse
- Slime
- Small Fireball
- Sniffer
- Snowball
- Snow Golem
- Spider
- Splash Potion
- Squid
- Stray
- Strider
- Tadpole
- Thrown Trident
- Tnt
- Tnt Minecart
- Trader Llama
- Tripod Camera
- Tropicalfish
- Turtle
- Vex
- Villager
- Villager V2
- Vindicator
- Wandering Trader
- Warden
- Witch
- Wither
- Wither Skeleton
- Wither Skull
- Wither Skull Dangerous
- Wolf
- Xp Bottle
- Xp Orb
- Zoglin
- Zombie
- Zombie Horse
- Zombie Pigman
- Zombie Villager
- Zombie Villager V2
Links
©
2024, FoxyNoTail