The-Fireplace-Minecraft-Mods / Block-Replacer

Replace any block in the worldgen with any other block.
MIT License
1 stars 1 forks source link

[1.0.1] not all blocks are replaced with Chisel worldgen #3

Closed ilvrak closed 5 years ago

ilvrak commented 6 years ago

replacement works, but some blocks are still old blocks. My config is here.

# Configuration file

general {
    # This is the Dimension Black/Whitelist. If it contains *, it is a blacklist. Otherwise, it is a whitelist.
    S:dimension_list <
        *
     >

    # Multiplies the block removal chance by the block's y-value.
    B:multiplychance=false

    # The block id to replace.
    S:replaceblock=chisel:basalt2

    # The block meta to replace. Use -1 for the block's default state.
    I:replaceblockmeta=7

    # What percentage of the blocks get replaced. 0.0D = 0%, 1.0D = 100%
    # Min: 0.0
    # Max: 1.0
    D:replacepercent=1.0

    # The block id to replace the block with.
    S:replacewith=quark:basalt

    # The block meta for the replacement block. Use -1 for the block's default state.
    I:replacewithmeta=0

    # Enables using blocks that might crash/lag the game if used to replace other blocks. Enable at your own risk.
    B:riskyblocks=false
}
ilvrak commented 6 years ago

maybe because Chisel himself works as block replacer 'stone->basalt' around lava, and them works simultaneously, and need to make the replacement a little later than the other mods.

The-Fireplace commented 5 years ago

The replacement is already done as late as possible. If anyone else wants to figure out a fix and make a PR, I'll accept it.

The-Fireplace commented 4 years ago

This should be possible now with version 2.2.0