Implement arch-ex integration and commit to the correct branch

This commit is contained in:
woodiertexas 2023-07-29 17:54:05 -07:00
parent 3e3cf73150
commit 8d9643cf64
No known key found for this signature in database
GPG key ID: 56CA9FFF4DCF6DE1
8 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"only_if_present": "hexcasting",
"name": "amethyst_brick",
"base_block": "hexcasting:amethyst_bricks",
"textures": "hexcasting:block/amethyst_bricks",
"recipes": "stonecutting",
"map_color": "pink",
"types_to_generate": [
"arch", "wall_column", "roof", "wall_post",
"facade", "round_fence_post", "round_arch",
"octagonal_column"
]
}

View file

@ -0,0 +1,11 @@
{
"only_if_present": "hexcasting",
"name": "amethyst_pillar",
"base_block": "hexcasting:amethyst_pillar",
"textures": "hexcasting:block/amethyst_pillar",
"recipes": "stonecutting",
"map_color": "pink",
"types_to_generate": [
"wall_column", "facade", "octagonal_column"
]
}

View file

@ -0,0 +1,11 @@
{
"only_if_present": "hexcasting",
"name": "edified",
"base_block": "hexcasting:edified_log",
"textures": "wood_with_log",
"recipes": "sawing",
"map_color": "purple",
"types_to_generate": [
"facade", "octagonal_column", "beam", "joist"
]
}

View file

@ -0,0 +1,13 @@
{
"only_if_present": "hexcasting",
"name": "edified",
"base_block": "hexcasting:edified_planks",
"textures": "hexcasting:block/edified_planks",
"recipes": "sawing",
"map_color": "purple",
"types_to_generate": [
"facade", "round_fence_post", "round_arch",
"octagonal_column", "fence_post", "crown_molding",
"post_cap", "post_lantern", "lattice", "transom"
]
}

View file

@ -0,0 +1,13 @@
{
"only_if_present": "hexcasting",
"name": "slate_block",
"base_block": "hexcasting:slate_block",
"textures": "hexcasting:block/slate_block",
"recipes": "stonecutting",
"map_color": "pink",
"types_to_generate": [
"arch", "wall_column", "roof", "wall_post",
"facade", "round_fence_post", "round_arch",
"octagonal_column"
]
}

View file

@ -0,0 +1,13 @@
{
"only_if_present": "hexcasting",
"name": "slate_brick",
"base_block": "hexcasting:slate_bricks",
"textures": "hexcasting:block/slate_bricks",
"recipes": "stonecutting",
"map_color": "pink",
"types_to_generate": [
"arch", "wall_column", "roof", "wall_post",
"facade", "round_fence_post", "round_arch",
"octagonal_column"
]
}

View file

@ -0,0 +1,11 @@
{
"only_if_present": "hexcasting",
"name": "slate_pillar",
"base_block": "hexcasting:slate_pillar",
"textures": "hexcasting:block/slate_pillar",
"recipes": "stonecutting",
"map_color": "pink",
"types_to_generate": [
"wall_column", "facade", "octagonal_column"
]
}

View file

@ -0,0 +1,13 @@
{
"only_if_present": "hexcasting",
"name": "small_amethyst_brick",
"base_block": "hexcasting:small_amethyst_bricks",
"textures": "hexcasting:block/small_amethyst_bricks",
"recipes": "stonecutting",
"map_color": "pink",
"types_to_generate": [
"arch", "wall_column", "roof", "wall_post",
"facade", "round_fence_post", "round_arch",
"octagonal_column"
]
}