Chance Cubes

Chance Cubes

46M Downloads

[1.12.2] Disabled Rewards Still Appearing

vizthex123 opened this issue ยท 6 comments

commented

Title. I've disabled several rewards, but they still appear in the game.

It's like the mod is just ignoring the config options I set.

commented

Disabling how?

commented

Going to the ChanceCubes config and then setting them to "False"

Sorry for not replying earlier, I always forget to check GitHub

commented

In later versions of Chance Cubes for 1.12, that way of disabling rewards was removed in favor of Profiles. It has since come back in 1.14 and 1.15 after I stopped supporting 1.12

commented

Of course it was.....so, how do I get profiles working? I couldn't make sense of the wiki page.

commented

Essentially you'll want to do something like this

{
    "initial_profile": {
        "name": "Initial Profile",
        "description": "Profile that is auto enabled at the start of the pack.",
        "rewards_to_disable": [
            "chancecubes:tnt_diamond",
            "chancecubes:wait_for_it"
        ]
}

See https://github.com/TheTurkeyDev/ChanceCubes/wiki/Enabling-and-Disabling-Rewards

commented

I think I figured it out, hope it works. Thanks.