mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-26 10:12:54 +08:00
add floodfill stair masks
This commit is contained in:
@ -805,6 +805,86 @@ block.*= minecraft:hanging_roots minecraft:weeping_vines minecraft:cave_vines:be
|
||||
#= BLOCK_TRAPDOOR_W
|
||||
block.*= [trapdoor]:facing=west:open=true
|
||||
|
||||
|
||||
#=== STAIRS ===#
|
||||
|
||||
group.stairs=acacia_stairs bamboo_stairs bamboo_mosaic_stairs birch_stairs cherry_stairs crimson_stairs dark_oak_stairs jungle_stairs mangrove_stairs oak_stairs spruce_stairs warped_stairs andesite_stairs blackstone_stairs brick_stairs cobbled_deepslate_stairs cobblestone_stairs cut_copper_stairs dark_prismarine_stairs deepslate_brick_stairs deepslate_tile_stairs diorite_stairs end_stone_brick_stairs exposed_cut_copper_stairs granite_stairs mossy_cobblestone_stairs mossy_stone_brick_stairs mud_brick_stairs nether_brick_stairs oxidized_cut_copper_stairs polished_andesite_stairs polished_blackstone_brick_stairs polished_blackstone_stairs polished_deepslate_stairs polished_diorite_stairs polished_granite_stairs prismarine_brick_stairs prismarine_stairs purpur_stairs quartz_stairs red_nether_brick_stairs red_sandstone_stairs sandstone_stairs smooth_quartz_stairs smooth_red_sandstone_stairs smooth_sandstone_stairs stone_brick_stairs stone_stairs waxed_cut_copper_stairs waxed_exposed_cut_copper_stairs waxed_oxidized_cut_copper_stairs waxed_weathered_cut_copper_stairs weathered_cut_copper_stairs \
|
||||
createdeco:andesite_sheet_stairs createdeco:brass_sheet_stairs createdeco:cast_iron_sheet_stairs createdeco:copper_sheet_stairs createdeco:gold_sheet_stairs createdeco:iron_sheet_stairs createdeco:netherite_sheet_stairs createdeco:zinc_sheet_stairs \
|
||||
create:cut_andesite_stairs create:polished_cut_andesite_stairs create:cut_andesite_brick_stairs create:small_andesite_brick_stairs create:cut_asurine_stairs create:polished_cut_asurine_stairs create:cut_asurine_brick_stairs create:small_asurine_brick_stairs create:cut_calcite_stairs create:polished_cut_calcite_stairs create:cut_calcite_brick_stairs create:small_calcite_brick_stairs create:cut_crimsite_stairs create:polished_cut_crimsite_stairs create:cut_crimsite_brick_stairs create:small_crimsite_brick_stairs create:cut_deepslate_stairs create:polished_cut_deepslate_stairs create:cut_deepslate_brick_stairs create:small_deepslate_brick_stairs create:cut_diorite_stairs create:polished_cut_diorite_stairs create:cut_diorite_brick_stairs create:small_diorite_brick_stairs create:cut_dripstone_stairs create:polished_cut_dripstone_stairs create:cut_dripstone_brick_stairs create:small_dripstone_brick_stairs create:cut_granite_stairs create:polished_cut_granite_stairs create:cut_granite_brick_stairs create:small_granite_brick_stairs create:cut_limestone_stairs create:polished_cut_limestone_stairs create:cut_limestone_brick_stairs create:small_limestone_brick_stairs create:cut_ochrum_stairs create:polished_cut_ochrum_stairs create:cut_ochrum_brick_stairs create:small_ochrum_brick_stairs create:cut_scorchia_stairs create:polished_cut_scorchia_stairs create:cut_scorchia_brick_stairs create:small_scorchia_brick_stairs create:cut_scoria_stairs create:polished_cut_scoria_stairs create:cut_scoria_brick_stairs create:small_scoria_brick_stairs create:cut_tuff_stairs create:polished_cut_tuff_stairs create:cut_tuff_brick_stairs create:small_tuff_brick_stairs create:cut_veridium_stairs create:polished_cut_veridium_stairs create:cut_veridium_brick_stairs create:small_veridium_brick_stairs create:copper_shingle_stairs create:exposed_copper_shingle_stairs create:weathered_copper_shingle_stairs create:oxidized_copper_shingle_stairs create:waxed_copper_shingle_stairs create:waxed_exposed_copper_shingle_stairs create:waxed_weathered_copper_shingle_stairs create:waxed_oxidized_copper_shingle_stairs create:copper_tile_stairs create:exposed_copper_tile_stairs create:weathered_copper_tile_stairs create:oxidized_copper_tile_stairs create:waxed_copper_tile_stairs create:waxed_exposed_copper_tile_stairs create:waxed_weathered_copper_tile_stairs create:waxed_oxidized_copper_tile_stairs
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_N
|
||||
block.*=[stairs]:shape=straight:half=bottom:facing=north
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_E
|
||||
block.*=[stairs]:shape=straight:half=bottom:facing=east
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_S
|
||||
block.*=[stairs]:shape=straight:half=bottom:facing=south
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_W
|
||||
block.*=[stairs]:shape=straight:half=bottom:facing=west
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_INNER_S_E
|
||||
block.*=[stairs]:shape=inner_left:half=bottom:facing=south [stairs]:shape=inner_right:half=bottom:facing=east
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_INNER_S_W
|
||||
block.*=[stairs]:shape=inner_left:half=bottom:facing=west [stairs]:shape=inner_right:half=bottom:facing=south
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_INNER_N_W
|
||||
block.*=[stairs]:shape=inner_left:half=bottom:facing=north [stairs]:shape=inner_right:half=bottom:facing=west
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_INNER_N_E
|
||||
block.*=[stairs]:shape=inner_left:half=bottom:facing=east [stairs]:shape=inner_right:half=bottom:facing=north
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_OUTER_N_W
|
||||
block.*=[stairs]:shape=outer_left:half=bottom:facing=north [stairs]:shape=outer_right:half=bottom:facing=west
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_OUTER_N_E
|
||||
block.*=[stairs]:shape=outer_left:half=bottom:facing=east [stairs]:shape=outer_right:half=bottom:facing=north
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_OUTER_S_E
|
||||
block.*=[stairs]:shape=outer_left:half=bottom:facing=south [stairs]:shape=outer_right:half=bottom:facing=east
|
||||
|
||||
#= BLOCK_STAIRS_BOTTOM_OUTER_S_W
|
||||
block.*=[stairs]:shape=outer_left:half=bottom:facing=west [stairs]:shape=outer_right:half=bottom:facing=south
|
||||
|
||||
#= BLOCK_STAIRS_TOP_N
|
||||
block.*=[stairs]:shape=straight:half=top:facing=north
|
||||
|
||||
#= BLOCK_STAIRS_TOP_E
|
||||
block.*=[stairs]:shape=straight:half=top:facing=east
|
||||
|
||||
#= BLOCK_STAIRS_TOP_S
|
||||
block.*=[stairs]:shape=straight:half=top:facing=south
|
||||
|
||||
#= BLOCK_STAIRS_TOP_W
|
||||
block.*=[stairs]:shape=straight:half=top:facing=west
|
||||
|
||||
#= BLOCK_STAIRS_TOP_INNER_S_E
|
||||
block.*=[stairs]:shape=inner_left:half=top:facing=south [stairs]:shape=inner_right:half=top:facing=east
|
||||
|
||||
#= BLOCK_STAIRS_TOP_INNER_S_W
|
||||
block.*=[stairs]:shape=inner_left:half=top:facing=west [stairs]:shape=inner_right:half=top:facing=south
|
||||
|
||||
#= BLOCK_STAIRS_TOP_INNER_N_W
|
||||
block.*=[stairs]:shape=inner_left:half=top:facing=north [stairs]:shape=inner_right:half=top:facing=west
|
||||
|
||||
#= BLOCK_STAIRS_TOP_INNER_N_E
|
||||
block.*=[stairs]:shape=inner_left:half=top:facing=east [stairs]:shape=inner_right:half=top:facing=north
|
||||
|
||||
#= BLOCK_STAIRS_TOP_OUTER_N_W
|
||||
block.*=[stairs]:shape=outer_left:half=top:facing=north [stairs]:shape=outer_right:half=top:facing=west
|
||||
|
||||
#= BLOCK_STAIRS_TOP_OUTER_N_E
|
||||
block.*=[stairs]:shape=outer_left:half=top:facing=east [stairs]:shape=outer_right:half=top:facing=north
|
||||
|
||||
#= BLOCK_STAIRS_TOP_OUTER_S_E
|
||||
block.*=[stairs]:shape=outer_left:half=top:facing=south [stairs]:shape=outer_right:half=top:facing=east
|
||||
|
||||
#= BLOCK_STAIRS_TOP_OUTER_S_W
|
||||
block.*=[stairs]:shape=outer_left:half=top:facing=west [stairs]:shape=outer_right:half=top:facing=south
|
||||
|
||||
|
||||
#=== WALLS ===#
|
||||
|
||||
group.wall=cobblestone_wall andesite_wall blackstone_wall brick_wall cobbled_deepslate_wall deepslate_brick_wall deepslate_tile_wall diorite_wall end_stone_brick_wall granite_wall mossy_cobblestone_wall mossy_stone_brick_wall mud_brick_wall nether_brick_wall polished_blackstone_brick_wall polished_blackstone_wall polished_deepslate_wall prismarine_wall red_nether_brick_wall red_sandstone_wall sandstone_wall stone_brick_wall \
|
||||
|
Reference in New Issue
Block a user