The Bug:
Repost of MC-279235 for Bedrock Version.
Steps to reproduce:
Enable the Drop 1 2025 Experiment.
Go into a snowy plains. Hint: To help you, use /locate biome ice_plains and teleport to the destinated biome.
Give yourself a pig spawn egg
Use the pig spawn egg in the snowy plains
Observed behavior:
The pig that is spawned is a temperate pig.
Expected behavior:
The pig should be a cold pig, as the biome it got spawned in is cold.
Linked issues
Comments 3
The current implementation has the pig check for specific biome tags on its biome when it spawns. Why not use the filter "is_temperature_value" instead? The temperature values are already in the biome files, so you don't have to worry about adding extra tags to dozens of specific biomes.
I could Confirmed