Skip to content

Commit

Permalink
feat: Add support for missing slabs from Create #78
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Jan 11, 2025
1 parent cdebb90 commit 1192e4d
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions forge/src/main/resources/data/kleeslabs/kleeslabs_compat/create.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,76 +3,76 @@
"converter": "SmartSlabConverter",
"slabs": [
"copper_shingle_slab",
"exposed_copper_shingle_slab",
"weathered_copper_shingle_slab",
"oxidized_copper_shingle_slab",
"waxed_copper_shingle_slab",
"waxed_exposed_copper_shingle_slab",
"waxed_weathered_copper_shingle_slab",
"waxed_oxidized_copper_shingle_slab",
"copper_tile_slab",
"cut_andesite_brick_slab",
"cut_andesite_slab",
"cut_asurine_brick_slab",
"cut_asurine_slab",
"cut_calcite_brick_slab",
"cut_calcite_slab",
"cut_crimsite_brick_slab",
"cut_crimsite_slab",
"cut_deepslate_brick_slab",
"cut_deepslate_slab",
"cut_diorite_brick_slab",
"cut_diorite_slab",
"cut_dripstone_brick_slab",
"cut_dripstone_slab",
"cut_granite_brick_slab",
"cut_granite_slab",
"cut_limestone_brick_slab",
"cut_limestone_slab",
"cut_ochrum_brick_slab",
"cut_ochrum_slab",
"cut_scorchia_brick_slab",
"cut_scorchia_slab",
"cut_scoria_brick_slab",
"cut_scoria_slab",
"cut_tuff_brick_slab",
"cut_tuff_slab",
"cut_veridium_brick_slab",
"cut_veridium_slab",
"exposed_copper_shingle_slab",
"exposed_copper_tile_slab",
"weathered_copper_tile_slab",
"oxidized_copper_shingle_slab",
"oxidized_copper_tile_slab",
"waxed_copper_tile_slab",
"waxed_exposed_copper_tile_slab",
"waxed_weathered_copper_tile_slab",
"waxed_oxidized_copper_tile_slab",
"cut_granite_slab",
"polished_cut_granite_slab",
"cut_granite_brick_slab",
"small_granite_brick_slab",
"cut_diorite_slab",
"polished_cut_diorite_slab",
"cut_diorite_brick_slab",
"small_diorite_brick_slab",
"cut_andesite_slab",
"polished_cut_andesite_slab",
"cut_andesite_brick_slab",
"small_andesite_brick_slab",
"cut_calcite_slab",
"polished_cut_asurine_slab",
"polished_cut_calcite_slab",
"cut_calcite_brick_slab",
"small_calcite_brick_slab",
"cut_dripstone_slab",
"polished_cut_dripstone_slab",
"cut_dripstone_brick_slab",
"small_dripstone_brick_slab",
"cut_deepslate_slab",
"polished_cut_crimsite_slab",
"polished_cut_deepslate_slab",
"cut_deepslate_brick_slab",
"small_deepslate_brick_slab",
"cut_tuff_slab",
"polished_cut_diorite_slab",
"polished_cut_dripstone_slab",
"polished_cut_granite_slab",
"polished_cut_limestone_slab",
"polished_cut_ochrum_slab",
"polished_cut_scorchia_slab",
"polished_cut_scoria_slab",
"polished_cut_tuff_slab",
"cut_tuff_brick_slab",
"small_tuff_brick_slab",
"cut_asurine_slab",
"polished_cut_asurine_slab",
"cut_asurine_brick_slab",
"polished_cut_veridium_slab",
"small_andesite_brick_slab",
"small_asurine_brick_slab",
"cut_crimsite_slab",
"polished_cut_crimsite_slab",
"cut_crimsite_brick_slab",
"small_calcite_brick_slab",
"small_crimsite_brick_slab",
"cut_limestone_slab",
"polished_cut_limestone_slab",
"cut_limestone_brick_slab",
"small_deepslate_brick_slab",
"small_diorite_brick_slab",
"small_dripstone_brick_slab",
"small_granite_brick_slab",
"small_limestone_brick_slab",
"cut_ochrum_slab",
"polished_cut_ochrum_slab",
"cut_ochrum_brick_slab",
"small_ochrum_brick_slab",
"cut_scoria_slab",
"polished_cut_scoria_slab",
"cut_scoria_brick_slab",
"small_scoria_brick_slab",
"cut_scorchia_slab",
"polished_cut_scorchia_slab",
"cut_scorchia_brick_slab",
"small_scorchia_brick_slab",
"cut_veridium_slab",
"polished_cut_veridium_slab",
"cut_veridium_brick_slab",
"small_veridium_brick_slab"
"small_scoria_brick_slab",
"small_tuff_brick_slab",
"small_veridium_brick_slab",
"waxed_copper_shingle_slab",
"waxed_copper_tile_slab",
"waxed_exposed_copper_shingle_slab",
"waxed_exposed_copper_tile_slab",
"waxed_oxidized_copper_shingle_slab",
"waxed_oxidized_copper_tile_slab",
"waxed_weathered_copper_shingle_slab",
"waxed_weathered_copper_tile_slab",
"weathered_copper_shingle_slab",
"weathered_copper_tile_slab"
]
}

0 comments on commit 1192e4d

Please sign in to comment.