bspkrs / Treecapitator

DaftPVF's Treecapitator mod for Minecraft. Chops down trees in a single blow. Requires bspkrsCore.
http://www.minecraftforum.net/topic/1009577-
42 stars 36 forks source link

tropicraft palm leaves not destroyed #43

Open cbaakman opened 8 years ago

cbaakman commented 8 years ago

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.

cbaakman commented 8 years ago

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.