Skip to content

Commit

Permalink
Add tuff, tuff brick and polished tuff block variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Aug 19, 2024
1 parent 5cf2876 commit efebb69
Show file tree
Hide file tree
Showing 75 changed files with 994 additions and 1 deletion.
3 changes: 3 additions & 0 deletions common/src/data/vanilla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<stone id="minecraft:polished_deepslate"/>
<stone id="minecraft:polished_diorite"/>
<stone id="minecraft:polished_granite"/>
<stone id="minecraft:polished_tuff"/>
<stone id="minecraft:prismarine"/>
<stone id="minecraft:prismarine_brick" bricks="true"/>
<stone id="minecraft:purpur">
Expand Down Expand Up @@ -95,4 +96,6 @@
<stone id="minecraft:smooth_stone"/>
<stone id="minecraft:stone_brick" bricks="true"/>
<stone id="minecraft:stone"/>
<stone id="minecraft:tuff"/>
<stone id="minecraft:tuff_brick" bricks="true"/>
</data_generators>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "adorn:block/polished_tuff_platform"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"variants": {
"axis=z": {
"model": "adorn:block/polished_tuff_post",
"x": 90
},
"axis=x": {
"model": "adorn:block/polished_tuff_post",
"x": 90,
"y": 90
},
"axis=y": {
"model": "adorn:block/polished_tuff_post"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "adorn:block/polished_tuff_step"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "adorn:block/tuff_brick_platform"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"variants": {
"axis=z": {
"model": "adorn:block/tuff_brick_post",
"x": 90
},
"axis=x": {
"model": "adorn:block/tuff_brick_post",
"x": 90,
"y": 90
},
"axis=y": {
"model": "adorn:block/tuff_brick_post"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "adorn:block/tuff_brick_step"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "adorn:block/tuff_platform"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"variants": {
"axis=z": {
"model": "adorn:block/tuff_post",
"x": 90
},
"axis=x": {
"model": "adorn:block/tuff_post",
"x": 90,
"y": 90
},
"axis=y": {
"model": "adorn:block/tuff_post"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "adorn:block/tuff_step"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "adorn:block/templates/platform",
"textures": {
"texture": "minecraft:block/polished_tuff"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "adorn:block/templates/post",
"textures": {
"texture": "minecraft:block/polished_tuff"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "adorn:block/templates/step",
"textures": {
"texture": "minecraft:block/polished_tuff"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "adorn:block/templates/platform",
"textures": {
"texture": "minecraft:block/tuff_bricks"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "adorn:block/templates/post",
"textures": {
"texture": "minecraft:block/tuff_bricks"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "adorn:block/templates/step",
"textures": {
"texture": "minecraft:block/tuff_bricks"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "adorn:block/templates/platform",
"textures": {
"texture": "minecraft:block/tuff"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "adorn:block/templates/post",
"textures": {
"texture": "minecraft:block/tuff"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "adorn:block/templates/step",
"textures": {
"texture": "minecraft:block/tuff"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "adorn:block/polished_tuff_platform"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "adorn:block/polished_tuff_post"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "adorn:block/polished_tuff_step"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "adorn:block/tuff_brick_platform"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "adorn:block/tuff_brick_post"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "adorn:block/tuff_brick_step"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "adorn:block/tuff_platform"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "adorn:block/tuff_post"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "adorn:block/tuff_step"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"adorn:polished_tuff_platform"
]
},
"criteria": {
"has_slab": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff_slab"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "adorn:polished_tuff_platform"
}
}
},
"requirements": [
[
"has_slab",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"adorn:polished_tuff_post"
]
},
"criteria": {
"has_polished_tuff": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "adorn:polished_tuff_post"
}
}
},
"requirements": [
[
"has_polished_tuff",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"adorn:polished_tuff_step"
]
},
"criteria": {
"has_slab": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff_slab"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "adorn:polished_tuff_step"
}
}
},
"requirements": [
[
"has_slab",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"adorn:tuff_brick_platform"
]
},
"criteria": {
"has_slab": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:tuff_brick_slab"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "adorn:tuff_brick_platform"
}
}
},
"requirements": [
[
"has_slab",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"adorn:tuff_brick_post"
]
},
"criteria": {
"has_tuff_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:tuff_bricks"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "adorn:tuff_brick_post"
}
}
},
"requirements": [
[
"has_tuff_bricks",
"has_the_recipe"
]
]
}
Loading

0 comments on commit efebb69

Please sign in to comment.