Problem Mcmmo ModConfigs double check.

.Sullivan.

New Member
Jul 29, 2019
47
0
0
Greetings,

I have added ores from the modpack I am using to the blocks.yml that goes in the ModConfigs folder in Mcmmo. I have enabled the use of the blocks.yml in the config folder, aswell adding the ore type to the list and enabling it as well. Anything else I am missing? Doesn't seem to want to come up in-game.

Code:
#config.yml
Mods:
    Block_Mods_Enabled: true
 
 
Experience:
          Mining:
                Prometheum_Ore: 38
 
#Block.yml
Prometheum_Ore:
        ID: 906
        Data_Value: 0
        XP_Gain: 99
        Is_Ore: true
        Tier: 1
        Drop_Item: false
        Drop_Item_ID: 999
        Drop_Item_Data_Value: 0
        Min_Drop_Item_Amount: 1
        Max_Drop_Item_Amount: 1