Merge pull request #504 from woodiertexas/1.20

Implement arch-ex integration
This commit is contained in:
petrak@ 2023-08-05 13:00:06 -04:00 committed by GitHub
commit 77c78b4be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 66 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,14 @@
{
"only_if_present": "hexcasting",
"name": "edified",
"base_block": "hexcasting:edified_log",
"textures": "wood_with_log",
"recipes": "sawing",
"map_color": "purple",
"types_to_generate": [
"facade", "round_fence_post", "round_arch",
"octagonal_column", "beam", "fence_post", "joist",
"crown_molding", "post_cap", "post_lantern", "lattice",
"transom"
]
}

View file

@ -0,0 +1,13 @@
{
"only_if_present": "hexcasting",
"name": "slate",
"base_block": "hexcasting:slate",
"textures": "hexcasting:block/slate",
"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/deco/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,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"
]
}