Mooshroom - 1.17.41.1

<< back to entity list

Last Updated

The Mooshroom entity last updated in Minecraft Version 1.17.0
View Entity Version History >>

What's Changed:

Changes since stable release 1.17.40.6

There have been no changes to this entity or its associated files since this previous version

Changes since stable release 1.17.0.2

There have been no changes to this entity or its associated files since this previous version


Statistics:

Health

[10]

Loot / Barter Loot / Additional Drops
  • Brown Mushroom
  • Leather
  • Beef
  • Red Mushroom
  • Mushroom Stew
  • Suspicious Stew
    Breedable
    • Cow Adult: Wheat
    Can be Ridden by Mobs
    • Default: Zombie
    Families
    • Default: Mob, Mushroomcow
    Mark Variations
    • Default
    • Mooshroom Brown Fed Allium
    • Mooshroom Brown Fed Azure Bluet
    • Mooshroom Brown Fed Blue Orchid
    • Mooshroom Brown Fed Cornflower
    • Mooshroom Brown Fed Dandelion
    • Mooshroom Brown Fed Lily Of The Valley
    • Mooshroom Brown Fed Oxeye Daisy
    • Mooshroom Brown Fed Poppy
    • Mooshroom Brown Fed Tulips
    • Mooshroom Brown Fed Wither Rose
    • Mooshroom Fed Nothing
    Movement Speed
    • Default: 0.25
    Variations
    • Mooshroom Brown
    • Mooshroom Red
    Other Attributes
    • Can be Renamed
    • Can Climb
    • Can Jump
    • Has Collisions
    • Has Gravity
    • Leashable
    • Pushable
    • Pushable by Pistons

    Associated Files:

    Behavior File
    • behavior_packs/vanilla_1.17.0/entities/mooshroom.json
    Animations
    • resource_packs/vanilla/animations/look_at_target.animation.json
    • resource_packs/vanilla/animations/mooshroom.animation.json
    • resource_packs/vanilla/animations/quadruped.animation.json
    Animation Controllers
    • resource_packs/vanilla/animation_controllers/mooshroom.animation_controllers.json
    Entity
    • resource_packs/vanilla/entity/mooshroom.entity.json
    Geometry
    • resource_packs/vanilla/models/entity/mooshroom.geo.json
    Loot Tables
    • behavior_packs/vanilla/loot_tables/entities/brown_mooshroom_shear.json
    • behavior_packs/vanilla/loot_tables/entities/mooshroom.json
    • behavior_packs/vanilla/loot_tables/entities/mooshroom_shear.json
    • behavior_packs/vanilla/loot_tables/gameplay/entities/mooshroom_milking.json
    Render Controllers
    • resource_packs/vanilla/render_controllers/mooshroom.render_controllers.json
    Sounds
    • resource_packs/vanilla/sounds/mob/cow/hurt1.fsb
    • resource_packs/vanilla/sounds/mob/cow/hurt2.fsb
    • resource_packs/vanilla/sounds/mob/cow/hurt3.fsb
    • resource_packs/vanilla/sounds/mob/cow/say1.fsb
    • resource_packs/vanilla/sounds/mob/cow/say2.fsb
    • resource_packs/vanilla/sounds/mob/cow/say3.fsb
    • resource_packs/vanilla/sounds/mob/cow/say4.fsb
    • resource_packs/vanilla/sounds/mob/cow/step1.fsb
    • resource_packs/vanilla/sounds/mob/cow/step2.fsb
    • resource_packs/vanilla/sounds/mob/cow/step3.fsb
    • resource_packs/vanilla/sounds/mob/cow/step4.fsb
    • resource_packs/vanilla/sounds/mob/mooshroom/eat1.fsb
    • resource_packs/vanilla/sounds/mob/mooshroom/eat2.fsb
    • resource_packs/vanilla/sounds/mob/mooshroom/eat3.fsb
    • resource_packs/vanilla/sounds/mob/mooshroom/eat4.fsb
    Spawn Rules
    • behavior_packs/vanilla/spawn_rules/mooshroom.json
    Textures
    • resource_packs/vanilla/textures/entity/cow/brown_mooshroom.png
    • resource_packs/vanilla/textures/entity/cow/mooshroom.png

    Material Info:

    Material: Mooshroom
    {
        "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": 0,
            "textureFilter": "Point"
        },
        "+defines": [
            "USE_OVERLAY"
        ]
    }