MerchantPug / apugli

An extension to Apoli for certain mods' use.
MIT License
5 stars 4 forks source link

`prevent_sound` power doesn't function #16

Closed JustCyra closed 2 years ago

JustCyra commented 2 years ago

As title says, nothing more to add but an example power.


{
    "type": "apugli:prevent_sound",
    "categories": [
        "ambient",
        "blocks",
        "hostile",
        "neutral",
        "players",
        "records",
        "voice",
        "weather"
    ],
    "whitelist": [
        "minecraft:entity.wither_skeleton.ambient",
        "minecraft:entity.wither_skeleton.death",
        "minecraft:entity.wither_skeleton.hurt",
        "minecraft:entity.wither_skeleton.step",
        "minecraft:entity.skeleton.ambient",
        "minecraft:entity.skeleton.converted_to_stray",
        "minecraft:entity.skeleton.death",
        "minecraft:entity.skeleton.hurt",
        "minecraft:entity.skeleton.step",
        "minecraft:entity.skeleton_horse.ambient",
        "minecraft:entity.skeleton_horse.ambient_water",
        "minecraft:entity.skeleton_horse.death",
        "minecraft:entity.skeleton_horse.gallop_water",
        "minecraft:entity.skeleton_horse.hurt",
        "minecraft:entity.skeleton_horse.jump_water",
        "minecraft:entity.skeleton_horse.step_water",
        "minecraft:entity.stray.ambient",
        "minecraft:entity.stray.death",
        "minecraft:entity.stray.hurt",
        "minecraft:entity.stray.step",
        "minecraft:entity.wither.ambient",
        "minecraft:entity.wither.death",
        "minecraft:entity.wither.hurt",
        "minecraft:entity.wither.shoot"
    ]
}
MerchantPug commented 2 years ago

Fixed in v1.8.2.