-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blocks Added: - Basalt Brick Tileset (chiseled cracked and mossy variants included) -Gabbro Brick Tileset (chiseled cracked and mossy variants included) -Amphibolite Brick Tileset (chiseled cracked and mossy variants included) - Gneiss Brick Tileset (chiseled cracked and mossy variants included) - Schist Brick Tileset (chiseled cracked and mossy variants included) -Limestone Brick Tileset (chiseled cracked and mossy variants included) -Shale Brick Tileset (chiseled cracked and mossy variants included) Added new (advancement, crafting and smelting) recipes and modified existing recipes.
- Loading branch information
Showing
838 changed files
with
13,876 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
gradlew build |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/strata/blockstates/amphibolite_brick_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"type=bottom": { "model": "strata:block/amphibolite_brick_slab" }, | ||
"type=top": { "model": "strata:block/amphibolite_brick_slab_top" }, | ||
"type=double": { "model": "strata:block/amphibolite_brick" } | ||
} | ||
} |
44 changes: 44 additions & 0 deletions
44
src/main/resources/assets/strata/blockstates/amphibolite_brick_stairs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"variants": { | ||
"facing=east,half=bottom,shape=straight": { "model": "strata:block/amphibolite_brick_stairs" }, | ||
"facing=west,half=bottom,shape=straight": { "model": "strata:block/amphibolite_brick_stairs", "y": 180, "uvlock": true }, | ||
"facing=south,half=bottom,shape=straight": { "model": "strata:block/amphibolite_brick_stairs", "y": 90, "uvlock": true }, | ||
"facing=north,half=bottom,shape=straight": { "model": "strata:block/amphibolite_brick_stairs", "y": 270, "uvlock": true }, | ||
"facing=east,half=bottom,shape=outer_right": { "model": "strata:block/amphibolite_brick_stairs_outer" }, | ||
"facing=west,half=bottom,shape=outer_right": { "model": "strata:block/amphibolite_brick_stairs_outer", "y": 180, "uvlock": true }, | ||
"facing=south,half=bottom,shape=outer_right": { "model": "strata:block/amphibolite_brick_stairs_outer", "y": 90, "uvlock": true }, | ||
"facing=north,half=bottom,shape=outer_right": { "model": "strata:block/amphibolite_brick_stairs_outer", "y": 270, "uvlock": true }, | ||
"facing=east,half=bottom,shape=outer_left": { "model": "strata:block/amphibolite_brick_stairs_outer", "y": 270, "uvlock": true }, | ||
"facing=west,half=bottom,shape=outer_left": { "model": "strata:block/amphibolite_brick_stairs_outer", "y": 90, "uvlock": true }, | ||
"facing=south,half=bottom,shape=outer_left": { "model": "strata:block/amphibolite_brick_stairs_outer" }, | ||
"facing=north,half=bottom,shape=outer_left": { "model": "strata:block/amphibolite_brick_stairs_outer", "y": 180, "uvlock": true }, | ||
"facing=east,half=bottom,shape=inner_right": { "model": "strata:block/amphibolite_brick_stairs_inner" }, | ||
"facing=west,half=bottom,shape=inner_right": { "model": "strata:block/amphibolite_brick_stairs_inner", "y": 180, "uvlock": true }, | ||
"facing=south,half=bottom,shape=inner_right": { "model": "strata:block/amphibolite_brick_stairs_inner", "y": 90, "uvlock": true }, | ||
"facing=north,half=bottom,shape=inner_right": { "model": "strata:block/amphibolite_brick_stairs_inner", "y": 270, "uvlock": true }, | ||
"facing=east,half=bottom,shape=inner_left": { "model": "strata:block/amphibolite_brick_stairs_inner", "y": 270, "uvlock": true }, | ||
"facing=west,half=bottom,shape=inner_left": { "model": "strata:block/amphibolite_brick_stairs_inner", "y": 90, "uvlock": true }, | ||
"facing=south,half=bottom,shape=inner_left": { "model": "strata:block/amphibolite_brick_stairs_inner" }, | ||
"facing=north,half=bottom,shape=inner_left": { "model": "strata:block/amphibolite_brick_stairs_inner", "y": 180, "uvlock": true }, | ||
"facing=east,half=top,shape=straight": { "model": "strata:block/amphibolite_brick_stairs", "x": 180, "uvlock": true }, | ||
"facing=west,half=top,shape=straight": { "model": "strata:block/amphibolite_brick_stairs", "x": 180, "y": 180, "uvlock": true }, | ||
"facing=south,half=top,shape=straight": { "model": "strata:block/amphibolite_brick_stairs", "x": 180, "y": 90, "uvlock": true }, | ||
"facing=north,half=top,shape=straight": { "model": "strata:block/amphibolite_brick_stairs", "x": 180, "y": 270, "uvlock": true }, | ||
"facing=east,half=top,shape=outer_right": { "model": "strata:block/amphibolite_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, | ||
"facing=west,half=top,shape=outer_right": { "model": "strata:block/amphibolite_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, | ||
"facing=south,half=top,shape=outer_right": { "model": "strata:block/amphibolite_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, | ||
"facing=north,half=top,shape=outer_right": { "model": "strata:block/amphibolite_brick_stairs_outer", "x": 180, "uvlock": true }, | ||
"facing=east,half=top,shape=outer_left": { "model": "strata:block/amphibolite_brick_stairs_outer", "x": 180, "uvlock": true }, | ||
"facing=west,half=top,shape=outer_left": { "model": "strata:block/amphibolite_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, | ||
"facing=south,half=top,shape=outer_left": { "model": "strata:block/amphibolite_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, | ||
"facing=north,half=top,shape=outer_left": { "model": "strata:block/amphibolite_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, | ||
"facing=east,half=top,shape=inner_right": { "model": "strata:block/amphibolite_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, | ||
"facing=west,half=top,shape=inner_right": { "model": "strata:block/amphibolite_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, | ||
"facing=south,half=top,shape=inner_right": { "model": "strata:block/amphibolite_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, | ||
"facing=north,half=top,shape=inner_right": { "model": "strata:block/amphibolite_brick_stairs_inner", "x": 180, "uvlock": true }, | ||
"facing=east,half=top,shape=inner_left": { "model": "strata:block/amphibolite_brick_stairs_inner", "x": 180, "uvlock": true }, | ||
"facing=west,half=top,shape=inner_left": { "model": "strata:block/amphibolite_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, | ||
"facing=south,half=top,shape=inner_left": { "model": "strata:block/amphibolite_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, | ||
"facing=north,half=top,shape=inner_left": { "model": "strata:block/amphibolite_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/strata/blockstates/amphibolite_brick_wall.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"multipart": [ | ||
{ "when": { "up": "true" }, | ||
"apply": { "model": "strata:block/amphibolite_brick_wall_post" } | ||
}, | ||
{ "when": { "north": "true" }, | ||
"apply": { "model": "strata:block/amphibolite_brick_wall_side", "uvlock": true } | ||
}, | ||
{ "when": { "east": "true" }, | ||
"apply": { "model": "strata:block/amphibolite_brick_wall_side", "y": 90, "uvlock": true } | ||
}, | ||
{ "when": { "south": "true" }, | ||
"apply": { "model": "strata:block/amphibolite_brick_wall_side", "y": 180, "uvlock": true } | ||
}, | ||
{ "when": { "west": "true" }, | ||
"apply": { "model": "strata:block/amphibolite_brick_wall_side", "y": 270, "uvlock": true } | ||
} | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/amphibolite_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/amphibolite_bricks" } | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/strata/blockstates/basalt_brick_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"type=bottom": { "model": "strata:block/basalt_brick_slab" }, | ||
"type=top": { "model": "strata:block/basalt_brick_slab_top" }, | ||
"type=double": { "model": "strata:block/basalt_brick" } | ||
} | ||
} |
44 changes: 44 additions & 0 deletions
44
src/main/resources/assets/strata/blockstates/basalt_brick_stairs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"variants": { | ||
"facing=east,half=bottom,shape=straight": { "model": "strata:block/basalt_brick_stairs" }, | ||
"facing=west,half=bottom,shape=straight": { "model": "strata:block/basalt_brick_stairs", "y": 180, "uvlock": true }, | ||
"facing=south,half=bottom,shape=straight": { "model": "strata:block/basalt_brick_stairs", "y": 90, "uvlock": true }, | ||
"facing=north,half=bottom,shape=straight": { "model": "strata:block/basalt_brick_stairs", "y": 270, "uvlock": true }, | ||
"facing=east,half=bottom,shape=outer_right": { "model": "strata:block/basalt_brick_stairs_outer" }, | ||
"facing=west,half=bottom,shape=outer_right": { "model": "strata:block/basalt_brick_stairs_outer", "y": 180, "uvlock": true }, | ||
"facing=south,half=bottom,shape=outer_right": { "model": "strata:block/basalt_brick_stairs_outer", "y": 90, "uvlock": true }, | ||
"facing=north,half=bottom,shape=outer_right": { "model": "strata:block/basalt_brick_stairs_outer", "y": 270, "uvlock": true }, | ||
"facing=east,half=bottom,shape=outer_left": { "model": "strata:block/basalt_brick_stairs_outer", "y": 270, "uvlock": true }, | ||
"facing=west,half=bottom,shape=outer_left": { "model": "strata:block/basalt_brick_stairs_outer", "y": 90, "uvlock": true }, | ||
"facing=south,half=bottom,shape=outer_left": { "model": "strata:block/basalt_brick_stairs_outer" }, | ||
"facing=north,half=bottom,shape=outer_left": { "model": "strata:block/basalt_brick_stairs_outer", "y": 180, "uvlock": true }, | ||
"facing=east,half=bottom,shape=inner_right": { "model": "strata:block/basalt_brick_stairs_inner" }, | ||
"facing=west,half=bottom,shape=inner_right": { "model": "strata:block/basalt_brick_stairs_inner", "y": 180, "uvlock": true }, | ||
"facing=south,half=bottom,shape=inner_right": { "model": "strata:block/basalt_brick_stairs_inner", "y": 90, "uvlock": true }, | ||
"facing=north,half=bottom,shape=inner_right": { "model": "strata:block/basalt_brick_stairs_inner", "y": 270, "uvlock": true }, | ||
"facing=east,half=bottom,shape=inner_left": { "model": "strata:block/basalt_brick_stairs_inner", "y": 270, "uvlock": true }, | ||
"facing=west,half=bottom,shape=inner_left": { "model": "strata:block/basalt_brick_stairs_inner", "y": 90, "uvlock": true }, | ||
"facing=south,half=bottom,shape=inner_left": { "model": "strata:block/basalt_brick_stairs_inner" }, | ||
"facing=north,half=bottom,shape=inner_left": { "model": "strata:block/basalt_brick_stairs_inner", "y": 180, "uvlock": true }, | ||
"facing=east,half=top,shape=straight": { "model": "strata:block/basalt_brick_stairs", "x": 180, "uvlock": true }, | ||
"facing=west,half=top,shape=straight": { "model": "strata:block/basalt_brick_stairs", "x": 180, "y": 180, "uvlock": true }, | ||
"facing=south,half=top,shape=straight": { "model": "strata:block/basalt_brick_stairs", "x": 180, "y": 90, "uvlock": true }, | ||
"facing=north,half=top,shape=straight": { "model": "strata:block/basalt_brick_stairs", "x": 180, "y": 270, "uvlock": true }, | ||
"facing=east,half=top,shape=outer_right": { "model": "strata:block/basalt_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, | ||
"facing=west,half=top,shape=outer_right": { "model": "strata:block/basalt_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, | ||
"facing=south,half=top,shape=outer_right": { "model": "strata:block/basalt_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, | ||
"facing=north,half=top,shape=outer_right": { "model": "strata:block/basalt_brick_stairs_outer", "x": 180, "uvlock": true }, | ||
"facing=east,half=top,shape=outer_left": { "model": "strata:block/basalt_brick_stairs_outer", "x": 180, "uvlock": true }, | ||
"facing=west,half=top,shape=outer_left": { "model": "strata:block/basalt_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, | ||
"facing=south,half=top,shape=outer_left": { "model": "strata:block/basalt_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, | ||
"facing=north,half=top,shape=outer_left": { "model": "strata:block/basalt_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, | ||
"facing=east,half=top,shape=inner_right": { "model": "strata:block/basalt_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, | ||
"facing=west,half=top,shape=inner_right": { "model": "strata:block/basalt_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, | ||
"facing=south,half=top,shape=inner_right": { "model": "strata:block/basalt_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, | ||
"facing=north,half=top,shape=inner_right": { "model": "strata:block/basalt_brick_stairs_inner", "x": 180, "uvlock": true }, | ||
"facing=east,half=top,shape=inner_left": { "model": "strata:block/basalt_brick_stairs_inner", "x": 180, "uvlock": true }, | ||
"facing=west,half=top,shape=inner_left": { "model": "strata:block/basalt_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, | ||
"facing=south,half=top,shape=inner_left": { "model": "strata:block/basalt_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, | ||
"facing=north,half=top,shape=inner_left": { "model": "strata:block/basalt_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/strata/blockstates/basalt_brick_wall.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"multipart": [ | ||
{ "when": { "up": "true" }, | ||
"apply": { "model": "strata:block/basalt_brick_wall_post" } | ||
}, | ||
{ "when": { "north": "true" }, | ||
"apply": { "model": "strata:block/basalt_brick_wall_side", "uvlock": true } | ||
}, | ||
{ "when": { "east": "true" }, | ||
"apply": { "model": "strata:block/basalt_brick_wall_side", "y": 90, "uvlock": true } | ||
}, | ||
{ "when": { "south": "true" }, | ||
"apply": { "model": "strata:block/basalt_brick_wall_side", "y": 180, "uvlock": true } | ||
}, | ||
{ "when": { "west": "true" }, | ||
"apply": { "model": "strata:block/basalt_brick_wall_side", "y": 270, "uvlock": true } | ||
} | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/basalt_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/basalt_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/chiseled_amphibolite_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/chiseled_amphibolite_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/chiseled_basalt_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/chiseled_basalt_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/chiseled_gabbro_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/chiseled_gabbro_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/chiseled_gneiss_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/chiseled_gneiss_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/chiseled_limestone_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/chiseled_limestone_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/chiseled_schist_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/chiseled_schist_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/chiseled_shale_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/chiseled_shale_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/cracked_amphibolite_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/cracked_amphibolite_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/cracked_basalt_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/cracked_basalt_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/cracked_gabbro_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/cracked_gabbro_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/cracked_gneiss_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/cracked_gneiss_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/cracked_limestone_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/cracked_limestone_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/cracked_schist_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/cracked_schist_bricks" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/strata/blockstates/cracked_shale_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "strata:block/cracked_shale_bricks" } | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/strata/blockstates/gabbro_brick_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"type=bottom": { "model": "strata:block/gabbro_brick_slab" }, | ||
"type=top": { "model": "strata:block/gabbro_brick_slab_top" }, | ||
"type=double": { "model": "strata:block/gabbro_brick" } | ||
} | ||
} |
Oops, something went wrong.