You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: