Skip to content

Commit

Permalink
Added Brick Tileset
Browse files Browse the repository at this point in the history
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
Quizer9O8 committed Jun 20, 2020
1 parent bdf3077 commit 96472d8
Show file tree
Hide file tree
Showing 838 changed files with 13,876 additions and 195 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.15.2-1.0.0'
version = '1.15.2-1.0.1'
group = 'com.quizer9o8.strata' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'strata'

Expand Down Expand Up @@ -140,7 +140,7 @@ publishing {
}
repositories {
maven {
url "file:///${project.projectDir}/mcmodsrepo"
url "https://example.com/"
}
}
}
1 change: 1 addition & 0 deletions gradlew.build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gradlew build
107 changes: 104 additions & 3 deletions src/main/java/com/quizer9o8/strata/list/BlockList.java

Large diffs are not rendered by default.

106 changes: 103 additions & 3 deletions src/main/java/com/quizer9o8/strata/list/ItemList.java

Large diffs are not rendered by default.

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" }
}
}
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 }
}
}
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 }
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/amphibolite_bricks" }
}
}
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" }
}
}
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 }
}
}
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 }
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/basalt_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/chiseled_amphibolite_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/chiseled_basalt_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/chiseled_gabbro_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/chiseled_gneiss_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/chiseled_limestone_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/chiseled_schist_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/chiseled_shale_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/cracked_amphibolite_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/cracked_basalt_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/cracked_gabbro_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/cracked_gneiss_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/cracked_limestone_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/cracked_schist_bricks" }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "strata:block/cracked_shale_bricks" }
}
}
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" }
}
}
Loading

0 comments on commit 96472d8

Please sign in to comment.