Treecapitator

Treecapitator

5M Downloads

tropicraft palm leaves not destroyed

cbaakman opened this issue ยท 1 comments

commented

Tropicraft specific settings are present in the treecapitator config file. However, only the logs are broken by axes, not the leaves. The same goes for growthcraft bamboo leaves.

commented

I managed to make it work by changing the config settings from

tropicraft {
        M:modID=tropicraft
        S:axeIDList=
        S:shearsIDList=

        # This setting controls whether or not the mod config section it appears in will override an IMC message sent by that mod. [default: false]
        B:overrideIMC=false

        tropicraft_tile_log_0 {
            S:logs=tropicraft:tile.log, 0 % 4
            S:leaves=tropicraft:tile.leafPalm, 0 % 8
        }
    }

To:

tropicraft {
        M:modID=tropicraft
        S:axeIDList=
        S:shearsIDList=

        # This setting controls whether or not the mod config section it appears in will override an IMC message sent by that mod. [default: false]
        B:overrideIMC=false

        tropicraft_tile_log_0 {
            S:logs=tropicraft:tile.log, 0 % 4
            S:leaves=tropicraft:tile.leafPalm, 0 % 8
            B:requireLeafDecayCheck=false
            I:maxHorLeafBreakDist=6
            I:maxLeafIDDist=3
        }
    }

I think it would be better if the default generated config fiile had different settings for tropicraft trees.