Dunkmania101 / SpatialHarvesters

A Minecraft mod that adds harvesters that gather resources from space-time itself!
https://www.curseforge.com/minecraft/mc-mods/spatial-harvesters
MIT License
3 stars 5 forks source link

[Fabric] config not respected? #38

Closed MSandro closed 3 years ago

MSandro commented 3 years ago

Fabric Version 0.11.5 I tried to blacklist ores in the config, but without success. Adding Ores is also currently not possible. I tried to add quartz ore. Did I do something wrong?

commonConfig {
    "blacklist_bios"=[]
    "blacklist_bios_mod"=[
        botania
    ]
    "blacklist_loot"=[]
    "blacklist_loot_mod"=[]
    "blacklist_mobs"=[]
    "blacklist_mobs_mod"=[]
    "blacklist_ores"=[
    [
            "modern_industrialization",
            "copper_ore"
        ],
    [
            "modern_industrialization",
            "tin_ore"
        ],
    [
            "modern_industrialization",
            "salt_ore"
        ],
    [
            modern_industrialization",
            "silver_ore"
        ],
    [
            "modern_industrialization",
            "lead_ore"
        ]
    ]
    "blacklist_ores_mod"=[]
    "blacklist_soils"=[]
    "blacklist_soils_mod"=[]
    "blacklist_stones"=[]
    "blacklist_stones_mod"=[]
    "block_hardness"=5
    "block_resistance"=6
    "custom_bio_tags"=[
        [
            c,
            veggies
        ],
        [
            c,
            vegetables
        ],
        [
            c,
            leather
        ],
        [
            c,
            feathers
        ],
        [
            c,
            seeds
        ],
        [
            c,
            dyes
        ],
        [
            c,
            bones
        ],
        [
            c,
            "wooden_rods"
        ],
        [
            minecraft,
            "small_flowers"
        ],
        [
            minecraft,
            logs
        ],
        [
            minecraft,
            planks
        ],
        [
            minecraft,
            saplings
        ],
        [
            minecraft,
            leaves
        ]
    ]
    "custom_bios"=[]
    "custom_loot_tables"=[
        [
            minecraft,
            "chests/simple_dungeon"
        ]
    ]
    "custom_mob_drops"=[
        [
            [
                minecraft,
                "ender_dragon"
            ],
            [
                minecraft,
                elytra
            ]
        ],
        [
            [
                minecraft,
                "ender_dragon"
            ],
            [
                minecraft,
                "dragon_head"
            ]
        ],
        [
            [
                minecraft,
                "ender_dragon"
            ],
            [
                minecraft,
                "dragon_egg"
            ]
        ],
        [
            [
                minecraft,
                "ender_dragon"
            ],
            [
                minecraft,
                "dragon_breath"
            ]
        ]
    ]
    "custom_ore_tags"=[
        [
            c,
            ores
        ],
        [
            minecraft,
            "nether_quartz_ore"
        ]
    ]
    "custom_ores"=[
        [
            appliedenergistics2,
            "quartz_ore"
        ],
        [
            appliedenergistics2,
            "charged_quartz_ore"
        ],
        [
            rftoolsbase,
            "dimensionalshard_overworld"
        ],
        [
            rftoolsbase,
            "dimensionalshard_nether"
        ],
        [
            rftoolsbase,
            "dimensionalshard_end"
        ],
        [
            rhodonite,
            "block_ore_fluorite"
        ],
        [
            rhodonite,
            "block_ore_rhodonite"
        ],
        [
            "exp_ore",
            "block_exp_ore"
        ],
        [
            rockcandy,
            "candy_ore"
        ],
        [
            lightestlamp,
            "boron_ore"
        ],
        [
            funores,
            "zombie_ore"
        ],
        [
            funores,
            "blaze_ore"
        ],
        [
            funores,
            "ghast_ore"
        ],
        [
            funores,
            "magma_cube_ore"
        ],
        [
            funores,
            "wither_skeleton_ore"
        ],
        [
            funores,
            "zombie_pigman_ore"
        ],
        [
            funores,
            "salmon_ore"
        ],
        [
            funores,
            "squid_ore"
        ],
        [
            funores,
            "cod_ore"
        ],
        [
            funores,
            "sheep_ore"
        ],
        [
            funores,
            "rabbit_ore"
        ],
        [
            funores,
            "pig_ore"
        ],
        [
            funores,
            "cow_ore"
        ],
        [
            funores,
            "chicken_ore"
        ],
        [
            funores,
            "bat_ore"
        ],
        [
            funores,
            "witch_ore"
        ],
        [
            funores,
            "spider_ore"
        ],
        [
            funores,
            "slime_ore"
        ],
        [
            funores,
            "phantom_ore"
        ],
        [
            funores,
            "skeleton_ore"
        ],
        [
            funores,
            "enderman_ore"
        ],
        [
            funores,
            "guardian_ore"
        ],
        [
            funores,
            "pufferfish_ore"
        ],
        [
            funores,
            "creeper_ore"
        ],
        [
            gobber2,
            "gobber2_ore"
        ],
        [
            gobber2,
            "gobber2_ore_nether"
        ],
        [
            gobber2,
            "gobber2_ore_end"
        ]
    ]
    "custom_soil_tags"=[
        [
            c,
            dirt
        ],
        [
            c,
            sand
        ],
        [
            c,
            gravel
        ]
    ]
    "custom_soils"=[
        [
            minecraft,
            clay
        ]
    ]
    "custom_stone_tags"=[
        [
            c,
            cobblestone
        ],
        [
            c,
            sandstone
        ],
        [
            c,
            "end_stones"
        ],
        [
            c,
            netherrack
        ]
    ]
    "custom_stones"=[]
    "dimensional_applicator_amplifier"=1
    "dimensional_applicator_capacity_multiplier"=100
    "dimensional_applicator_divisor"=10.0
    "dimensional_applicator_duration"=220
    "dimensional_applicator_is_beacon_effect"=true
    "dimensional_applicator_price"=1000.0
    "dimensional_applicator_show_icon"=false
    "dimensional_applicator_show_particles"=false
    "enable_bio_harvesters"=true
    "enable_chunk_loader"=true
    "enable_dark_mob_harvester"=true
    "enable_dimensional_applicator"=true
    "enable_heat_generator"=true
    "enable_ore_harvesters"=true
    "enable_soil_harvesters"=true
    "enable_specific_mob_harvester"=true
    "enable_stone_harvesters"=true
    "harvester_capacity_multiplier"=100
    "harvester_shard_chance"=75
    "heat_generator_capacity_multiplier"=100
    "key_break_speed_multiplier"=10
    "machine_light_level"=7
    "min_tier_bios"=[]
    "min_tier_ores"=[]
    "min_tier_soils"=[]
    "min_tier_stones"=[]
    "mob_harvester_mob_shard_chance"=25
    "price_bio_1"=400.0
    "price_bio_2"=600.0
    "price_bio_3"=1000.0
    "price_bio_4"=1500.0
    "price_bio_5"=4000.0
    "price_bio_6"=7000.0
    "price_bio_7"=7500.0
    "price_bio_8"=8000.0
    "price_dark_mob"=8000.0
    "price_loot"=8000.0
    "price_ore_1"=400.0
    "price_ore_2"=600.0
    "price_ore_3"=1000.0
    "price_ore_4"=1500.0
    "price_ore_5"=4000.0
    "price_ore_6"=7000.0
    "price_ore_7"=7500.0
    "price_ore_8"=8000.0
    "price_soil_1"=400.0
    "price_soil_2"=600.0
    "price_soil_3"=1000.0
    "price_soil_4"=1500.0
    "price_soil_5"=4000.0
    "price_soil_6"=7000.0
    "price_soil_7"=7500.0
    "price_soil_8"=8000.0
    "price_specific_mob"=8000.0
    "price_stone_1"=400.0
    "price_stone_2"=600.0
    "price_stone_3"=1000.0
    "price_stone_4"=1500.0
    "price_stone_5"=4000.0
    "price_stone_6"=7000.0
    "price_stone_7"=7500.0
    "price_stone_8"=8000.0
    "speed_bio_1"=400
    "speed_bio_2"=350
    "speed_bio_3"=300
    "speed_bio_4"=250
    "speed_bio_5"=200
    "speed_bio_6"=150
    "speed_bio_7"=100
    "speed_bio_8"=5
    "speed_dark_mob"=50
    "speed_heat_generator"=3
    "speed_loot"=50
    "speed_ore_1"=400
    "speed_ore_2"=350
    "speed_ore_3"=300
    "speed_ore_4"=250
    "speed_ore_5"=200
    "speed_ore_6"=150
    "speed_ore_7"=100
    "speed_ore_8"=5
    "speed_soil_1"=400
    "speed_soil_2"=350
    "speed_soil_3"=300
    "speed_soil_4"=250
    "speed_soil_5"=200
    "speed_soil_6"=150
    "speed_soil_7"=100
    "speed_soil_8"=5
    "speed_specific_mob"=50
    "speed_stone_1"=400
    "speed_stone_2"=350
    "speed_stone_3"=300
    "speed_stone_4"=250
    "speed_stone_5"=200
    "speed_stone_6"=150
    "speed_stone_7"=100
    "speed_stone_8"=5
}
MSandro commented 3 years ago

using the resource disabler key does not work too.

Dunkmania101 commented 3 years ago

It seems to be the same issue with the Mob Key, just with the registry names and translation keys of items instead of entities. I've used the search in folder tool to (hopefully :) fix all occurrences that aren't actually supposed to be getting the translation key (such as using the name in a message). I'll release a fix in 0.11.6. Still trying to figure out the mob harvester, though.

Dunkmania101 commented 3 years ago

Done!