Skip to content

2.2.2t

Compare
Choose a tag to compare
@CrossVas CrossVas released this 07 Oct 01:01
· 2 commits to master-1.5.2 since this release

Added new config for TreeCapitator mode:
tree_capitator#leaves

    # Support for custom leaves block. This shouldn't be here, but just in case, for blocks that have their `isLeaves=false` for some reasons, but still are leaves... Enable inspect_mode and right click with a stick to get more info in the log.
    # Default: []
    S:leaves <
     >

tree_capitator#logs

    # Support for custom logs block that arent instances of `BlockLog`. Enable inspect_mode and right click with a stick to get more info in the log.
    # Default: [thaumcraft.common.world.BlockMagicalLog]
    S:logs <
        thaumcraft.common.world.BlockMagicalLog
     >

Also, a debug tool to get info:
enable_inspect_mode:

    # Enable inspect mode. Helps identify block name, class and metadata.
    # Default: false
    B:enable_inspect_mode=true