Version History for the Pufferfish 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.19.50.2
- Behavior Packs > Entities > pufferfish.json
- New Value:
"format_version": "1.19.50"
Previous Value:"format_version": "1.16.0"
- New Value:
"minecraft:area_attack": {
"damage_range": 0.2,
"damage_per_tick": 2,
"damage_cooldown": 0.5,
"cause": "contact",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "monster"
}
]
}
}Previous Value:"minecraft:area_attack": {
"damage_range": 0.2,
"damage_per_tick": 2,
"cause": "contact",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "monster"
}
]
}
}
- Resource Packs > Materials > pufferfish
- 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.10.3
- Behavior Packs > Entities > pufferfish.json
- New Value:
"minecraft:health": {
"value": 3,
"max": 3
}Previous Value:"minecraft:health": {
"value": 6,
"max": 6
}
Changes in version 1.18.30.4
- Behavior Packs > Spawn Rules > pufferfish.json
- New Value:
"minecraft:height_filter": {
"min": 0,
"max": 64
}Previous Value:"minecraft:height_filter": {
"min": 50,
"max": 64
}
Changes in version 1.18.0.2
- Behavior Packs > Entities > pufferfish.json
- New Value:
"minecraft:behavior.avoid_mob_type": {
"priority": 1,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "axolotl"
}
]
},
"max_dist": 6,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 2
}
]
}
- Behavior Packs > Spawn Rules > pufferfish.json
- New Value:
"minecraft:height_filter": {
"min": 50,
"max": 64
}
Changes in version 1.17.0.2
- Behavior Packs > Entities > pufferfish.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.100.04
- Behavior Packs > Entities > pufferfish.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
Changes in version 1.16.0.2
- Behavior Packs > Entities > pufferfish.json
- New Value:
"minecraft:despawn": {
"despawn_from_distance": {
"min_distance": 32,
"max_distance": 40
}
} - New Value:
"minecraft:deflate_sensor_buffer": {
"minecraft:timer": {
"looping": false,
"time": 0.01,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_full_puff"
}
}
} - New Value:
"minecraft:half_puff_primary": {
"minecraft:variant": {
"value": 1
},
"minecraft:timer": {
"looping": false,
"time": 2,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_half_puff"
}
}
} - New Value:
"minecraft:half_puff_secondary": {
"minecraft:variant": {
"value": 1
},
"minecraft:entity_sensor": {
"sensor_range": 2.5,
"relative_range": false,
"minimum_count": 1,
"event_filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"none_of": {
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
}
]
}
]
},
"event": "minecraft:start_full_puff"
},
"minecraft:timer": {
"looping": false,
"time": 2,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_normal_puff"
}
}
} - New Value:
"minecraft:on_half_puff": {
"add": {
"component_groups": [
"minecraft:half_puff_secondary"
]
},
"remove": {
"component_groups": [
"minecraft:half_puff_primary"
]
}
} - New Value:
"minecraft:start_full_puff": {
"add": {
"component_groups": [
"minecraft:full_puff",
"minecraft:deflate_sensor_buffer"
]
},
"remove": {
"component_groups": [
"minecraft:half_puff_secondary"
]
}
} - New Value:
"minecraft:start_half_puff": {
"add": {
"component_groups": [
"minecraft:half_puff_primary"
]
},
"remove": {
"component_groups": [
"minecraft:normal_puff"
]
}
} - Previous Value:
"minecraft:half_puff_deflate": {
"minecraft:variant": {
"value": 1
},
"minecraft:timer": {
"looping": false,
"time": 1,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_normal_puff"
}
}
} - Previous Value:
"minecraft:half_puff_inflate": {
"minecraft:variant": {
"value": 1
},
"minecraft:timer": {
"looping": false,
"time": 0.05,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_full_puff"
}
}
} - New Value:
"minecraft:entity_sensor": {
"sensor_range": 2.9,
"relative_range": false,
"require_all": true,
"event_filters": {
"none_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"none_of": {
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
}
]
}
],
"test": "distance_to_nearest_player",
"operator": "<",
"value": 2.9
},
"event": "minecraft:from_full_puff"
}Previous Value:"minecraft:entity_sensor": {
"sensor_range": 10,
"require_all": true,
"event_filters": {
"none_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"none_of": {
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
}
]
}
]
},
"event": "minecraft:from_full_puff"
} - New Value:
"minecraft:timer": {
"looping": false,
"time": 3,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_deflate"
}
}Previous Value:"minecraft:timer": {
"looping": false,
"time": 10,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_deflate"
}
} - New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.13.0"
- New Value:
"minecraft:behavior.swim_wander": {
"priority": 5,
"interval": 1,
"look_ahead": 2,
"speed_multiplier": 1,
"wander_time": 5
}Previous Value:"minecraft:behavior.swim_wander": {
"priority": 5,
"speed_multiplier": 1,
"interval": 0,
"look_ahead": 2
} - New Value:
"minecraft:on_deflate": {
"add": {
"component_groups": [
"minecraft:half_puff_secondary"
]
},
"remove": {
"component_groups": [
"minecraft:full_puff",
"minecraft:start_deflate"
]
}
}Previous Value:"minecraft:on_deflate": {
"add": {
"component_groups": [
"minecraft:half_puff_deflate"
]
},
"remove": {
"component_groups": [
"minecraft:full_puff",
"minecraft:start_deflate"
]
}
} - New Value:
"minecraft:on_full_puff": {
"add": {
"component_groups": [
"minecraft:deflate_sensor"
]
},
"remove": {
"component_groups": [
"minecraft:deflate_sensor_buffer"
]
}
}Previous Value:"minecraft:on_full_puff": {
"add": {
"component_groups": [
"minecraft:full_puff",
"minecraft:deflate_sensor"
]
},
"remove": {
"component_groups": [
"minecraft:half_puff_inflate"
]
}
} - New Value:
"minecraft:on_normal_puff": {
"add": {
"component_groups": [
"minecraft:normal_puff"
]
},
"remove": {
"component_groups": [
"minecraft:half_puff_secondary"
]
}
}Previous Value:"minecraft:on_normal_puff": {
"add": {
"component_groups": [
"minecraft:normal_puff"
]
},
"remove": {
"component_groups": [
"minecraft:half_puff_deflate"
]
}
} - New Value:
"minecraft:to_full_puff": {
"add": {
"component_groups": [
"minecraft:full_puff",
"minecraft:deflate_sensor_buffer"
]
},
"remove": {
"component_groups": [
"minecraft:normal_puff"
]
}
}Previous Value:"minecraft:to_full_puff": {
"add": {
"component_groups": [
"minecraft:half_puff_inflate"
]
},
"remove": {
"component_groups": [
"minecraft:normal_puff"
]
}
} - New Value:
"minecraft:entity_sensor": {
"sensor_range": 2.5,
"relative_range": false,
"minimum_count": 1,
"event_filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"none_of": {
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
}
]
}
]
},
"event": "minecraft:start_half_puff"
}Previous Value:"minecraft:entity_sensor": {
"sensor_range": 1.5,
"minimum_count": 1,
"event_filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"none_of": {
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
}
]
}
]
},
"event": "minecraft:to_full_puff"
}
- Resource Packs > Textures > pufferfish.png
- Hover/Tap to zoom...
Changes in version 1.13.0.34
- Behavior Packs > Entities > pufferfish.json
- New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
} - New Value:
"minecraft:flocking": {
"in_water": true,
"match_variants": false,
"use_center_of_mass": true,
"low_flock_limit": 4,
"high_flock_limit": 8,
"goal_weight": 2,
"loner_chance": 0.1,
"influence_radius": 3,
"breach_influence": 7,
"separation_weight": 1.75,
"separation_threshold": 0.95,
"cohesion_weight": 2,
"cohesion_threshold": 1.95,
"innner_cohesion_threshold": 1.25,
"min_height": 1.5,
"max_height": 6,
"block_distance": 2,
"block_weight": 0.85
} - 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:movement": {
"value": 0.13
} - New Value:
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
} - New Value:
"minecraft:underwater_movement": {
"value": 0.13
} - New Value:
"minecraft:deflate_sensor": {
"minecraft:entity_sensor": {
"sensor_range": 10,
"require_all": true,
"event_filters": {
"none_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"none_of": {
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
}
]
}
]
},
"event": "minecraft:from_full_puff"
}
} - New Value:
"minecraft:full_puff": {
"minecraft:variant": {
"value": 2
},
"minecraft:area_attack": {
"damage_range": 0.2,
"damage_per_tick": 2,
"cause": "contact",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "monster"
}
]
}
},
"minecraft:mob_effect": {
"effect_range": 0.2,
"mob_effect": "poison",
"effect_time": 10,
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "monster"
}
]
}
}
} - New Value:
"minecraft:half_puff_deflate": {
"minecraft:variant": {
"value": 1
},
"minecraft:timer": {
"looping": false,
"time": 1,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_normal_puff"
}
}
} - New Value:
"minecraft:half_puff_inflate": {
"minecraft:variant": {
"value": 1
},
"minecraft:timer": {
"looping": false,
"time": 0.05,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_full_puff"
}
}
} - New Value:
"minecraft:normal_puff": {
"minecraft:variant": {
"value": 0
},
"minecraft:entity_sensor": {
"sensor_range": 1.5,
"minimum_count": 1,
"event_filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"none_of": {
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
}
]
}
]
},
"event": "minecraft:to_full_puff"
}
} - New Value:
"minecraft:start_deflate": {
"minecraft:timer": {
"looping": false,
"time": 10,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_deflate"
}
}
} - New Value:
"minecraft:from_full_puff": {
"add": {
"component_groups": [
"minecraft:start_deflate"
]
},
"remove": {
"component_groups": [
"minecraft:deflate_sensor"
]
}
} - New Value:
"minecraft:on_full_puff": {
"add": {
"component_groups": [
"minecraft:full_puff",
"minecraft:deflate_sensor"
]
},
"remove": {
"component_groups": [
"minecraft:half_puff_inflate"
]
}
} - New Value:
"minecraft:on_normal_puff": {
"add": {
"component_groups": [
"minecraft:normal_puff"
]
},
"remove": {
"component_groups": [
"minecraft:half_puff_deflate"
]
}
} - New Value:
"minecraft:to_full_puff": {
"add": {
"component_groups": [
"minecraft:half_puff_inflate"
]
},
"remove": {
"component_groups": [
"minecraft:normal_puff"
]
}
} - Previous Value:
"minecraft:pufferfish_deflated": {
"minecraft:movement": {
"value": 0.13
},
"minecraft:underwater_movement": {
"value": 0.13
}
} - Previous Value:
"minecraft:pufferfish_puffed": {
"minecraft:movement": {
"value": 0.13
},
"minecraft:underwater_movement": {
"value": 0.13
}
} - Previous Value:
"minecraft:on_puff": {
"add": {
"component_groups": [
"minecraft:pufferfish_puffed"
]
},
"remove": {
"component_groups": [
"minecraft:pufferfish_deflated"
]
}
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": false,
"breathes_water": true
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0,
"breathesAir": false,
"breathesWater": true
} - New Value:
"minecraft:entity_spawned": {
"add": {
"component_groups": [
"minecraft:normal_puff"
]
}
}Previous Value:"minecraft:entity_spawned": {
"add": {
"component_groups": [
"minecraft:pufferfish_deflated"
]
}
} - New Value:
"minecraft:on_deflate": {
"add": {
"component_groups": [
"minecraft:half_puff_deflate"
]
},
"remove": {
"component_groups": [
"minecraft:full_puff",
"minecraft:start_deflate"
]
}
}Previous Value:"minecraft:on_deflate": {
"add": {
"component_groups": [
"minecraft:pufferfish_deflated"
]
},
"remove": {
"component_groups": [
"minecraft:pufferfish_puffed"
]
}
}
- Resource Packs > Animation Controllers > fish.animation_controllers.json
- New Value:
"initial_state": "flopping"
- New Value:
"flopping": {
"animations": [
"flop"
],
"transitions": [
{
"swimming": "query.is_in_water || query.is_levitating"
}
]
}Previous Value:"flopping": {
"animations": [
{
"flop": []
}
],
"transitions": [
{
"swimming": "query.is_in_water"
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"swimming": {
"animations": [
"swim"
],
"transitions": [
{
"flopping": "!query.is_in_water && !query.is_levitating"
}
]
}Previous Value:"swimming": {
"animations": [
{
"swim": []
}
],
"transitions": [
{
"flopping": "!query.is_in_water"
}
]
}
- Resource Packs > Entity > pufferfish.entity.json
- Previous Value:
"animation_controllers": [
{
"general": "controller.animation.fish.general"
}
] - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"animations": {
"flop": "animation.pufferfish.flop",
"swim": "animation.pufferfish.swim",
"general": "controller.animation.fish.general"
}Previous Value:"animations": {
"flop": "animation.pufferfish.flop",
"swim": "animation.pufferfish.swim"
} - New Value:
"render_controllers": [
{
"controller.render.pufferfish.small": "query.variant == 0"
},
{
"controller.render.pufferfish.medium": "query.variant == 1"
},
{
"controller.render.pufferfish.large": "query.variant == 2"
}
]Previous Value:"render_controllers": [
"controller.render.pufferfish"
] - New Value:
"scripts": {
"pre_animation": [
"variable.ZRot = !query.is_in_water ? Math.cos(query.time_stamp * 14.32) * 90 : 0.0;",
"variable.AnimationAmountBlend = Math.lerp(variable.AnimationAmountPrev, variable.AnimationAmount, query.frame_alpha);"
],
"animate": [
"general"
]
}Previous Value:"scripts": {
"pre_animation": [
"variable.ZRot = !query.is_in_water ? Math.cos(query.time_stamp * 14.32) * 90 : 0.0;",
"variable.AnimationAmountBlend = Math.lerp(variable.AnimationAmountPrev, variable.AnimationAmount, query.frame_alpha);"
]
}
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