Skip to content

Commit

Permalink
feat: Add support for Amendments, Better Archeology, Hearth and Home,…
Browse files Browse the repository at this point in the history
… Meadow, Naturalist, Philip's Ruins, Regions Unexplored, Ribbits; update support for Deeper and Darker
  • Loading branch information
BlayTheNinth committed Jan 24, 2025
1 parent 620f11a commit 1dc05ff
Show file tree
Hide file tree
Showing 9 changed files with 172 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"modid": "amendments",
"silent": true,
"converter": "SmartSlabConverter",
"slabs": [
"carpet_slab"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"modid": "betterarcheology",
"silent": true,
"converter": "SmartSlabConverter",
"slabs": [
"cracked_mud_brick_slab",
"rotten_slab"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"silent": true,
"converter": "SmartSlabConverter",
"slabs": [
"bloom_slab",
"cobbled_gloomslate_slab",
"cobbled_sculk_stone_slab",
"cut_gloomslate_slab",
Expand All @@ -13,6 +14,7 @@
"gloomslate_tile_slab",
"polished_gloomslate_slab",
"polished_sculk_stone_slab",
"sculk_grime_brick_slab",
"sculk_stone_brick_slab",
"sculk_stone_slab",
"sculk_stone_tile_slab",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"modid": "hearth_and_home",
"silent": true,
"converter": "SmartSlabConverter",
"slabs": [
"black_shingle_slab",
"black_terracotta_brick_slab",
"black_tile_slab",
"blue_shingle_slab",
"blue_terracotta_brick_slab",
"blue_tile_slab",
"brown_shingle_slab",
"brown_terracotta_brick_slab",
"brown_tile_slab",
"cobblestone_brick_slab",
"cyan_shingle_slab",
"cyan_terracotta_brick_slab",
"cyan_tile_slab",
"gray_shingle_slab",
"gray_terracotta_brick_slab",
"gray_tile_slab",
"green_shingle_slab",
"green_terracotta_brick_slab",
"green_tile_slab",
"light_blue_shingle_slab",
"light_blue_terracotta_brick_slab",
"light_blue_tile_slab",
"light_gray_shingle_slab",
"light_gray_terracotta_brick_slab",
"light_gray_tile_slab",
"lime_shingle_slab",
"lime_terracotta_brick_slab",
"lime_tile_slab",
"magenta_shingle_slab",
"magenta_terracotta_brick_slab",
"magenta_tile_slab",
"orange_shingle_slab",
"orange_terracotta_brick_slab",
"orange_tile_slab",
"pink_shingle_slab",
"pink_terracotta_brick_slab",
"pink_tile_slab",
"polished_calcite_slab",
"purple_shingle_slab",
"purple_terracotta_brick_slab",
"purple_tile_slab",
"red_shingle_slab",
"red_terracotta_brick_slab",
"red_tile_slab",
"shingle_slab",
"terracotta_brick_slab",
"thatch_slab",
"tile_slab",
"white_shingle_slab",
"white_terracotta_brick_slab",
"white_tile_slab",
"yellow_shingle_slab",
"yellow_terracotta_brick_slab",
"yellow_tile_slab"

]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"modid": "meadow",
"silent": true,
"converter": "SmartSlabConverter",
"slabs": [
"cobbled_limestone_slab",
"limestone_brick_slab",
"limestone_slab",
"mossy_cobbled_limestone_slab",
"mossy_limestone_brick_slab",
"pine_slab"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"modid": "naturalist",
"silent": true,
"converter": "SmartSlabConverter",
"slabs": [
"cut_shellstone_slab",
"shellstone_brick_slab",
"shellstone_slab",
"smooth_shellstone_slab"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"modid": "philipsruins",
"silent": true,
"converter": "SmartSlabConverter",
"slabs": [
"bone_bricks_slab",
"obsidian_brick_slab",
"sculk_bone_bricks_slab"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"modid": "regions_unexplored",
"silent": true,
"converter": "SmartSlabConverter",
"slabs": [
"alpha_slab",
"baobab_slab",
"black_painted_slab",
"blackwood_slab",
"blue_bioshroom_slab",
"blue_painted_slab",
"brimwood_slab",
"brown_painted_slab",
"chalk_brick_slab",
"chalk_slab",
"cobalt_slab",
"cyan_painted_slab",
"cypress_slab",
"dead_slab",
"eucalyptus_slab",
"gray_painted_slab",
"green_bioshroom_slab",
"green_painted_slab",
"joshua_slab",
"kapok_slab",
"larch_slab",
"light_blue_painted_slab",
"light_gray_painted_slab",
"lime_painted_slab",
"magenta_painted_slab",
"magnolia_slab",
"maple_slab",
"mauve_slab",
"orange_painted_slab",
"palm_slab",
"pine_slab",
"pink_bioshroom_slab",
"pink_painted_slab",
"polished_chalk_slab",
"purple_painted_slab",
"red_painted_slab",
"redwood_slab",
"socotra_slab",
"white_painted_slab",
"willow_slab",
"yellow_bioshroom_slab",
"yellow_painted_slab"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"modid": "ribbits",
"silent": true,
"converter": "SmartSlabConverter",
"slabs": [
"mossy_oak_planks_slab"
]
}

0 comments on commit 1dc05ff

Please sign in to comment.