Bounds

Bounds

102k Downloads

Carry On Blacklist

tsiedsma opened this issue ยท 1 comments

commented

You need to change the blacklists to blacklist mob spawners and BWM axles. You had spawners under entities instead of tiles.
Should look like this:

blacklist {
        # Entities that cannot be picked up
        S:forbiddenEntities <
            minecraft:ender_crystal
            minecraft:ender_dragon
            minecraft:ghast
            minecraft:shulker
            astikoor:plowcart
            astikoor:cargocart
            minecraft:horse
            minecraft:item_frame
         >

        # Tile Entities that cannot be picked up
        S:forbiddenTiles <
            astikoor:*
            dungeontactics:*
            betterwithaddons:inverted_gearbox
            betterwithmods:hand_crank
            betterwithmods:wooden_gearbox
            minecraft:acacia_door
            minecraft:bed
            minecraft:birch_door
            minecraft:brewing_stand
            minecraft:dark_oak_door
            minecraft:double_plant
            minecraft:end_gateway
            minecraft:end_portal
            minecraft:iron_door
            minecraft:jungle_door
            minecraft:spruce_door
            minecraft:wooden_door
            nex:tile_urn_sorrow
            storagedrawers:*
            storagedrawers:framingtable
            storagedrawersextra:*
            minecraft:sign
            quark:glass_item_frame
            betterwithmods:wood_siding
            betterwithmods:stone_siding
            betterwithmods:wood_moulding
            betterwithmods:stone_moulding
            bibliocraft:*
            minecraft:mob_spawner
            betterwithmods:wooden_axle
            betterwithmods:steel_axle
         >
    }

commented

Uploaded a Hotfix for the config