Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tropicraft palm leaves not destroyed #43

Open
cbaakman opened this issue May 27, 2016 · 1 comment
Open

tropicraft palm leaves not destroyed #43

cbaakman opened this issue May 27, 2016 · 1 comment

Comments

@cbaakman
Copy link

cbaakman commented May 27, 2016

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant