Rename blue tiles, add missing recipes
This commit is contained in:
parent
23c20f8538
commit
267d6fe342
85 changed files with 1805 additions and 40 deletions
3
TODO.md
3
TODO.md
|
@ -4,10 +4,9 @@
|
||||||
### Missing recipes
|
### Missing recipes
|
||||||
* Aquamarine, teal - reliance on prismarine
|
* Aquamarine, teal - reliance on prismarine
|
||||||
* Long blue tiles - missing
|
* Long blue tiles - missing
|
||||||
* Yellow bricks - missing
|
|
||||||
* Concrete plate - missing
|
* Concrete plate - missing
|
||||||
* Spruce and jungle carved - missing
|
* Spruce and jungle carved - missing
|
||||||
* Yellow-red linoleum - missing
|
* Yellow-red linoleum - missingл
|
||||||
* Beige linoleum - missing
|
* Beige linoleum - missing
|
||||||
* Po-2 wall and crate...? - missing
|
* Po-2 wall and crate...? - missing
|
||||||
* Rusty blue iron bars - missing
|
* Rusty blue iron bars - missing
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": {
|
||||||
|
"model": "new_soviet:block/cracked_long_blue_tiles"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "new_soviet:block/cracked_tile_rest_blue"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": {
|
||||||
|
"model": "new_soviet:block/long_blue_tiles"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "new_soviet:block/tile_rest_blue"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"parent": "minecraft:block/cube_all",
|
"parent": "minecraft:block/cube_all",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "new_soviet:block/blue/cracked_tile_rest_blue"
|
"all": "new_soviet:block/blue/cracked_long_blue_tiles"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"parent": "minecraft:block/cube_all",
|
"parent": "minecraft:block/cube_all",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "new_soviet:block/blue/tile_rest_blue"
|
"all": "new_soviet:block/blue/long_blue_tiles"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"parent": "new_soviet:block/cracked_long_blue_tiles"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"parent": "new_soviet:block/cracked_tile_rest_blue"
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"parent": "new_soviet:block/long_blue_tiles"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"parent": "new_soviet:block/tile_rest_blue"
|
|
||||||
}
|
|
|
@ -0,0 +1,48 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_dye": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"minecraft:blue_dye"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"minecraft:bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:blue_bricks"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_bricks",
|
||||||
|
"has_blue_dye",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:blue_bricks"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:blue_bricks_slab"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:blue_bricks_slab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:blue_bricks_slab_from_blue_bricks_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:blue_bricks_slab_from_blue_bricks_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:blue_bricks_stairs"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:blue_bricks_stairs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:blue_bricks_stairs_from_blue_bricks_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:blue_bricks_stairs_from_blue_bricks_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:cracked_blue_bricks"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:cracked_blue_bricks"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_cracked_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:cracked_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:cracked_blue_bricks_slab"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_cracked_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:cracked_blue_bricks_slab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_cracked_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:cracked_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:cracked_blue_bricks_slab_from_cracked_blue_bricks_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_cracked_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:cracked_blue_bricks_slab_from_cracked_blue_bricks_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_cracked_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:cracked_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:cracked_blue_bricks_stairs"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_cracked_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:cracked_blue_bricks_stairs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_cracked_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:cracked_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:cracked_blue_bricks_stairs_from_cracked_blue_bricks_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_cracked_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:cracked_blue_bricks_stairs_from_cracked_blue_bricks_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_long_blue_tiles": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:long_blue_tiles"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:cracked_long_blue_tiles"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_long_blue_tiles",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:cracked_long_blue_tiles"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,48 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_herringbone_dark_oak_parquet": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:herringbone_dark_oak_parquet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_herringbone_spruce_planks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:herringbone_spruce_planks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_herringbone_dark_oak_parquet",
|
||||||
|
"has_herringbone_spruce_planks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_dark_oak_spruce_carved_parquet": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:dark_oak_spruce_carved_parquet_slab"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_dark_oak_spruce_carved_parquet",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:dark_oak_spruce_carved_parquet_slab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_dark_oak_spruce_carved_parquet": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:dark_oak_spruce_carved_parquet_slab_from_dark_oak_spruce_carved_parquet_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_dark_oak_spruce_carved_parquet",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:dark_oak_spruce_carved_parquet_slab_from_dark_oak_spruce_carved_parquet_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_dark_oak_spruce_carved_parquet": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:dark_oak_spruce_carved_parquet_stairs"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_dark_oak_spruce_carved_parquet",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:dark_oak_spruce_carved_parquet_stairs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_dark_oak_spruce_carved_parquet": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:dark_oak_spruce_carved_parquet_stairs_from_dark_oak_spruce_carved_parquet_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_dark_oak_spruce_carved_parquet",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:dark_oak_spruce_carved_parquet_stairs_from_dark_oak_spruce_carved_parquet_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:long_blue_tiles_from_blue_bricks_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:long_blue_tiles_from_blue_bricks_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_moss_block": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_mossy_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:mossy_blue_bricks_from_blue_bricks_moss"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_mossy_blue_bricks",
|
||||||
|
"has_blue_bricks",
|
||||||
|
"has_moss_block",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:mossy_blue_bricks_from_blue_bricks_moss"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_mossy_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:mossy_blue_bricks_from_blue_bricks_vine"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
},
|
||||||
|
"has_vine": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_mossy_blue_bricks",
|
||||||
|
"has_blue_bricks",
|
||||||
|
"has_vine",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:mossy_blue_bricks_from_blue_bricks_vine"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_mossy_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:mossy_blue_bricks_slab"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_mossy_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:mossy_blue_bricks_slab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks_slab": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_slab"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_moss_block": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_slab"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_mossy_blue_bricks_slab": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_slab"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:mossy_blue_bricks_slab_from_blue_bricks_slab_moss"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_mossy_blue_bricks_slab",
|
||||||
|
"has_blue_bricks_slab",
|
||||||
|
"has_moss_block",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:mossy_blue_bricks_slab_from_blue_bricks_slab_moss"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks_slab": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_slab"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_mossy_blue_bricks_slab": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_slab"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:mossy_blue_bricks_slab_from_blue_bricks_slab_vine"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
},
|
||||||
|
"has_vine": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_slab"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_mossy_blue_bricks_slab",
|
||||||
|
"has_blue_bricks_slab",
|
||||||
|
"has_vine",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:mossy_blue_bricks_slab_from_blue_bricks_slab_vine"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_mossy_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:mossy_blue_bricks_slab_from_mossy_blue_bricks_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_mossy_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:mossy_blue_bricks_slab_from_mossy_blue_bricks_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_mossy_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_mossy_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks_stairs": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_moss_block": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_mossy_blue_bricks_stairs": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:mossy_blue_bricks_stairs_from_blue_bricks_stairs_moss"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_mossy_blue_bricks_stairs",
|
||||||
|
"has_blue_bricks_stairs",
|
||||||
|
"has_moss_block",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:mossy_blue_bricks_stairs_from_blue_bricks_stairs_moss"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_blue_bricks_stairs": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_mossy_blue_bricks_stairs": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:mossy_blue_bricks_stairs_from_blue_bricks_stairs_vine"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
},
|
||||||
|
"has_vine": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_mossy_blue_bricks_stairs",
|
||||||
|
"has_blue_bricks_stairs",
|
||||||
|
"has_vine",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:mossy_blue_bricks_stairs_from_blue_bricks_stairs_vine"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_mossy_blue_bricks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:mossy_blue_bricks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:mossy_blue_bricks_stairs_from_mossy_blue_bricks_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_mossy_blue_bricks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:mossy_blue_bricks_stairs_from_mossy_blue_bricks_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,48 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_herringbone_jungle_planks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:herringbone_jungle_planks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_herringbone_spruce_planks": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:herringbone_spruce_planks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_herringbone_spruce_planks",
|
||||||
|
"has_herringbone_jungle_planks",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_spruce_jungle_carved_parquet": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:spruce_jungle_carved_parquet_slab"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_spruce_jungle_carved_parquet",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:spruce_jungle_carved_parquet_slab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_spruce_jungle_carved_parquet": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:spruce_jungle_carved_parquet_slab_from_spruce_jungle_carved_parquet_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_spruce_jungle_carved_parquet",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:spruce_jungle_carved_parquet_slab_from_spruce_jungle_carved_parquet_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_spruce_jungle_carved_parquet": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "new_soviet:spruce_jungle_carved_parquet_stairs"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_spruce_jungle_carved_parquet",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"new_soviet:spruce_jungle_carved_parquet_stairs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:recipes/root",
|
||||||
|
"criteria": {
|
||||||
|
"has_spruce_jungle_carved_parquet": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
},
|
||||||
|
"has_the_recipe": {
|
||||||
|
"conditions": {
|
||||||
|
"recipe": "minecraft:spruce_jungle_carved_parquet_stairs_from_spruce_jungle_carved_parquet_stonecutting"
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"has_spruce_jungle_carved_parquet",
|
||||||
|
"has_the_recipe"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"minecraft:spruce_jungle_carved_parquet_stairs_from_spruce_jungle_carved_parquet_stonecutting"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sends_telemetry_event": false
|
||||||
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "new_soviet:cracked_tile_rest_blue"
|
"name": "new_soviet:cracked_long_blue_tiles"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rolls": 1.0
|
"rolls": 1.0
|
|
@ -11,7 +11,7 @@
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "new_soviet:tile_rest_blue"
|
"name": "new_soviet:long_blue_tiles"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rolls": 1.0
|
"rolls": 1.0
|
22
src/main/generated/data/new_soviet/recipes/blue_bricks.json
Normal file
22
src/main/generated/data/new_soviet/recipes/blue_bricks.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:bricks"
|
||||||
|
},
|
||||||
|
"Y": {
|
||||||
|
"item": "minecraft:blue_dye"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"XXX",
|
||||||
|
"XYX",
|
||||||
|
"XXX"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 8,
|
||||||
|
"item": "new_soviet:blue_bricks"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "new_soviet:blue_bricks"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 6,
|
||||||
|
"item": "new_soviet:blue_bricks_slab"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 2,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:blue_bricks"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:blue_bricks_slab"
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "new_soviet:blue_bricks"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"# ",
|
||||||
|
"## ",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"item": "new_soviet:blue_bricks_stairs"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:blue_bricks"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:blue_bricks_stairs"
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "blocks",
|
||||||
|
"cookingtime": 200,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:blue_bricks"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:cracked_blue_bricks"
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "new_soviet:cracked_blue_bricks"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 6,
|
||||||
|
"item": "new_soviet:cracked_blue_bricks_slab"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 2,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:cracked_blue_bricks"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:cracked_blue_bricks_slab"
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "new_soviet:cracked_blue_bricks"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"# ",
|
||||||
|
"## ",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"item": "new_soviet:cracked_blue_bricks_stairs"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:cracked_blue_bricks"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:cracked_blue_bricks_stairs"
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "blocks",
|
||||||
|
"cookingtime": 200,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:long_blue_tiles"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:cracked_long_blue_tiles"
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "building",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "new_soviet:herringbone_dark_oak_parquet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "new_soviet:herringbone_spruce_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 2,
|
||||||
|
"item": "new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 6,
|
||||||
|
"item": "new_soviet:dark_oak_spruce_carved_parquet_slab"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 2,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:dark_oak_spruce_carved_parquet_slab"
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"# ",
|
||||||
|
"## ",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"item": "new_soviet:dark_oak_spruce_carved_parquet_stairs"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:dark_oak_spruce_carved_parquet"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:dark_oak_spruce_carved_parquet_stairs"
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:blue_bricks"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:long_blue_tiles"
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "building",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "new_soviet:blue_bricks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:moss_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "new_soviet:mossy_blue_bricks"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "building",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "new_soviet:blue_bricks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:vine"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "new_soviet:mossy_blue_bricks"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "new_soviet:mossy_blue_bricks"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 6,
|
||||||
|
"item": "new_soviet:mossy_blue_bricks_slab"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "building",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "new_soviet:blue_bricks_slab"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:moss_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "new_soviet:mossy_blue_bricks_slab"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "building",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "new_soviet:blue_bricks_slab"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:vine"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "new_soviet:mossy_blue_bricks_slab"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 2,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:mossy_blue_bricks"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:mossy_blue_bricks_slab"
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "new_soviet:mossy_blue_bricks"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"# ",
|
||||||
|
"## ",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"item": "new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "building",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "new_soviet:blue_bricks_stairs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:moss_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "building",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "new_soviet:blue_bricks_stairs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:vine"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:mossy_blue_bricks"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:mossy_blue_bricks_stairs"
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "building",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "new_soviet:herringbone_jungle_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "new_soviet:herringbone_spruce_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 2,
|
||||||
|
"item": "new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 6,
|
||||||
|
"item": "new_soviet:spruce_jungle_carved_parquet_slab"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 2,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:spruce_jungle_carved_parquet_slab"
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"# ",
|
||||||
|
"## ",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"item": "new_soviet:spruce_jungle_carved_parquet_stairs"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"count": 1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "new_soviet:spruce_jungle_carved_parquet"
|
||||||
|
},
|
||||||
|
"result": "new_soviet:spruce_jungle_carved_parquet_stairs"
|
||||||
|
}
|
|
@ -95,8 +95,8 @@ public class BlockLootTables extends FabricBlockLootTableProvider {
|
||||||
addDrop(NSE_Blocks.MOSSY_SAND_BRICKS);
|
addDrop(NSE_Blocks.MOSSY_SAND_BRICKS);
|
||||||
addDrop(NSE_Blocks.BIG_SAND_BRICKS);
|
addDrop(NSE_Blocks.BIG_SAND_BRICKS);
|
||||||
addDrop(NSE_Blocks.BRICK_TILES);
|
addDrop(NSE_Blocks.BRICK_TILES);
|
||||||
addDrop(NSE_Blocks.TILE_REST_BLUE);
|
addDrop(NSE_Blocks.LONG_BLUE_TILES);
|
||||||
addDrop(NSE_Blocks.CRACKED_TILE_REST_BLUE);
|
addDrop(NSE_Blocks.CRACKED_LONG_BLUE_TILES);
|
||||||
addDrop(NSE_Blocks.CRACKED_BRICK_TILES);
|
addDrop(NSE_Blocks.CRACKED_BRICK_TILES);
|
||||||
addDrop(NSE_Blocks.MOSSY_BRICK_TILES);
|
addDrop(NSE_Blocks.MOSSY_BRICK_TILES);
|
||||||
addDrop(NSE_Blocks.DIRTY_BRICK_TILES);
|
addDrop(NSE_Blocks.DIRTY_BRICK_TILES);
|
||||||
|
|
|
@ -176,8 +176,8 @@ public class ModelGenerator extends FabricModelProvider {
|
||||||
registerCube(blockStateModelGenerator, NSE_Blocks.WHITEWASH, "whitewash");
|
registerCube(blockStateModelGenerator, NSE_Blocks.WHITEWASH, "whitewash");
|
||||||
registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_WHITEWASH, "whitewash");
|
registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_WHITEWASH, "whitewash");
|
||||||
registerCube(blockStateModelGenerator, NSE_Blocks.VERY_CRACKED_WHITEWASH, "whitewash");
|
registerCube(blockStateModelGenerator, NSE_Blocks.VERY_CRACKED_WHITEWASH, "whitewash");
|
||||||
registerCube(blockStateModelGenerator, NSE_Blocks.TILE_REST_BLUE, "blue");
|
registerCube(blockStateModelGenerator, NSE_Blocks.LONG_BLUE_TILES, "blue");
|
||||||
registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_TILE_REST_BLUE, "blue");
|
registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_LONG_BLUE_TILES, "blue");
|
||||||
registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.CONCRETE, NSE_Blocks.CONCRETE_STAIRS, NSE_Blocks.CONCRETE_SLAB, "concrete");
|
registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.CONCRETE, NSE_Blocks.CONCRETE_STAIRS, NSE_Blocks.CONCRETE_SLAB, "concrete");
|
||||||
registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.CRACKED_CONCRETE, NSE_Blocks.CRACKED_CONCRETE_STAIRS, NSE_Blocks.CRACKED_CONCRETE_SLAB, "concrete");
|
registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.CRACKED_CONCRETE, NSE_Blocks.CRACKED_CONCRETE_STAIRS, NSE_Blocks.CRACKED_CONCRETE_SLAB, "concrete");
|
||||||
registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.WHITE_CONCRETE, NSE_Blocks.WHITE_CONCRETE_STAIRS, NSE_Blocks.WHITE_CONCRETE_SLAB, "concrete");
|
registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.WHITE_CONCRETE, NSE_Blocks.WHITE_CONCRETE_STAIRS, NSE_Blocks.WHITE_CONCRETE_SLAB, "concrete");
|
||||||
|
|
|
@ -303,6 +303,8 @@ public class RecipeGenerator extends FabricRecipeProvider {
|
||||||
offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_YELLOW_BRICKS, NSE_Blocks.YELLOW_BRICKS);
|
offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_YELLOW_BRICKS, NSE_Blocks.YELLOW_BRICKS);
|
||||||
offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_YELLOW_BRICKS_CROSS, NSE_Blocks.YELLOW_BRICKS_CROSS);
|
offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_YELLOW_BRICKS_CROSS, NSE_Blocks.YELLOW_BRICKS_CROSS);
|
||||||
offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_YELLOW_BRICKS_DRESSED, NSE_Blocks.YELLOW_BRICKS_DRESSED);
|
offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_YELLOW_BRICKS_DRESSED, NSE_Blocks.YELLOW_BRICKS_DRESSED);
|
||||||
|
offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_BLUE_BRICKS, NSE_Blocks.BLUE_BRICKS);
|
||||||
|
offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_LONG_BLUE_TILES, NSE_Blocks.LONG_BLUE_TILES);
|
||||||
|
|
||||||
// Mossy variants
|
// Mossy variants
|
||||||
mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_TILES, NSE_Blocks.SAND_TILES);
|
mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_TILES, NSE_Blocks.SAND_TILES);
|
||||||
|
@ -371,6 +373,9 @@ public class RecipeGenerator extends FabricRecipeProvider {
|
||||||
mossRecipe(exporter, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED, NSE_Blocks.YELLOW_BRICKS_DRESSED);
|
mossRecipe(exporter, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED, NSE_Blocks.YELLOW_BRICKS_DRESSED);
|
||||||
mossRecipe(exporter, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED_STAIRS, NSE_Blocks.YELLOW_BRICKS_DRESSED_STAIRS);
|
mossRecipe(exporter, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED_STAIRS, NSE_Blocks.YELLOW_BRICKS_DRESSED_STAIRS);
|
||||||
mossRecipe(exporter, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED_SLAB, NSE_Blocks.YELLOW_BRICKS_DRESSED_SLAB);
|
mossRecipe(exporter, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED_SLAB, NSE_Blocks.YELLOW_BRICKS_DRESSED_SLAB);
|
||||||
|
mossRecipe(exporter, NSE_Blocks.MOSSY_BLUE_BRICKS, NSE_Blocks.BLUE_BRICKS);
|
||||||
|
mossRecipe(exporter, NSE_Blocks.MOSSY_BLUE_BRICKS_STAIRS, NSE_Blocks.BLUE_BRICKS_STAIRS);
|
||||||
|
mossRecipe(exporter, NSE_Blocks.MOSSY_BLUE_BRICKS_SLAB, NSE_Blocks.BLUE_BRICKS_SLAB);
|
||||||
|
|
||||||
// Dirty blocks recipe
|
// Dirty blocks recipe
|
||||||
dirtyRecipe(exporter, NSE_Blocks.DIRTY_AQUAMARINE_TILES, NSE_Blocks.AQUAMARINE_TILES);
|
dirtyRecipe(exporter, NSE_Blocks.DIRTY_AQUAMARINE_TILES, NSE_Blocks.AQUAMARINE_TILES);
|
||||||
|
@ -514,6 +519,7 @@ public class RecipeGenerator extends FabricRecipeProvider {
|
||||||
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.NII_WALL_2, Blocks.SMOOTH_STONE);
|
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.NII_WALL_2, Blocks.SMOOTH_STONE);
|
||||||
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.VINTAGE_IRON_BARS, Blocks.IRON_BARS);
|
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.VINTAGE_IRON_BARS, Blocks.IRON_BARS);
|
||||||
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.METAL_PLATING, Blocks.IRON_BLOCK);
|
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.METAL_PLATING, Blocks.IRON_BLOCK);
|
||||||
|
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.LONG_BLUE_TILES, NSE_Blocks.BLUE_BRICKS);
|
||||||
|
|
||||||
diceRecipe(exporter, NSE_Items.DICE_D4);
|
diceRecipe(exporter, NSE_Items.DICE_D4);
|
||||||
diceRecipe(exporter, NSE_Items.DICE_D6);
|
diceRecipe(exporter, NSE_Items.DICE_D6);
|
||||||
|
@ -741,6 +747,13 @@ public class RecipeGenerator extends FabricRecipeProvider {
|
||||||
FabricRecipeProvider.conditionsFromItem(NSE_Blocks.LEATHER_LINED_CHISELED_ACACIA_DOOR)).criterion(FabricRecipeProvider.hasItem(Items.LEATHER),
|
FabricRecipeProvider.conditionsFromItem(NSE_Blocks.LEATHER_LINED_CHISELED_ACACIA_DOOR)).criterion(FabricRecipeProvider.hasItem(Items.LEATHER),
|
||||||
FabricRecipeProvider.conditionsFromItem(Items.LEATHER)).offerTo(exporter, Registries.ITEM.getId(NSE_Blocks.LEATHER_LINED_CHISELED_ACACIA_DOOR.asItem()));
|
FabricRecipeProvider.conditionsFromItem(Items.LEATHER)).offerTo(exporter, Registries.ITEM.getId(NSE_Blocks.LEATHER_LINED_CHISELED_ACACIA_DOOR.asItem()));
|
||||||
|
|
||||||
|
ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.SPRUCE_JUNGLE_CARVED_PARQUET, 2).input(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS).input(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS).criterion(FabricRecipeProvider.hasItem(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS),
|
||||||
|
FabricRecipeProvider.conditionsFromItem(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS)).criterion(FabricRecipeProvider.hasItem(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS),
|
||||||
|
FabricRecipeProvider.conditionsFromItem(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS)).offerTo(exporter, Registries.ITEM.getId(NSE_Blocks.SPRUCE_JUNGLE_CARVED_PARQUET.asItem()));
|
||||||
|
|
||||||
|
ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.DARK_OAK_SPRUCE_CARVED_PARQUET, 2).input(NSE_Blocks.HERRINGBONE_DARK_OAK_PARQUET).input(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS).criterion(FabricRecipeProvider.hasItem(NSE_Blocks.HERRINGBONE_DARK_OAK_PARQUET),
|
||||||
|
FabricRecipeProvider.conditionsFromItem(NSE_Blocks.HERRINGBONE_DARK_OAK_PARQUET)).criterion(FabricRecipeProvider.hasItem(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS),
|
||||||
|
FabricRecipeProvider.conditionsFromItem(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS)).offerTo(exporter, Registries.ITEM.getId(NSE_Blocks.DARK_OAK_SPRUCE_CARVED_PARQUET.asItem()));
|
||||||
|
|
||||||
ShapelessRecipeJsonBuilder.create(RecipeCategory.MISC, NSE_Items.MAKHORKA, 4).input(ItemTags.LEAVES).input(Items.GUNPOWDER).criterion(FabricRecipeProvider.hasItem(NSE_Items.MAKHORKA),
|
ShapelessRecipeJsonBuilder.create(RecipeCategory.MISC, NSE_Items.MAKHORKA, 4).input(ItemTags.LEAVES).input(Items.GUNPOWDER).criterion(FabricRecipeProvider.hasItem(NSE_Items.MAKHORKA),
|
||||||
FabricRecipeProvider.conditionsFromItem(NSE_Items.MAKHORKA)).criterion(FabricRecipeProvider.hasItem(Items.GUNPOWDER),
|
FabricRecipeProvider.conditionsFromItem(NSE_Items.MAKHORKA)).criterion(FabricRecipeProvider.hasItem(Items.GUNPOWDER),
|
||||||
|
@ -866,6 +879,7 @@ public class RecipeGenerator extends FabricRecipeProvider {
|
||||||
centerRecipe(exporter, NSE_Blocks.SMALL_YELLOW_TILES, NSE_Blocks.SMALL_WHITE_TILES, Items.YELLOW_DYE);
|
centerRecipe(exporter, NSE_Blocks.SMALL_YELLOW_TILES, NSE_Blocks.SMALL_WHITE_TILES, Items.YELLOW_DYE);
|
||||||
centerRecipe(exporter, NSE_Blocks.RED_BRICKS, Items.BRICKS, Items.RED_DYE);
|
centerRecipe(exporter, NSE_Blocks.RED_BRICKS, Items.BRICKS, Items.RED_DYE);
|
||||||
centerRecipe(exporter, NSE_Blocks.DARK_BRICK_TILES, NSE_Blocks.BRICK_TILES, Items.BROWN_DYE);
|
centerRecipe(exporter, NSE_Blocks.DARK_BRICK_TILES, NSE_Blocks.BRICK_TILES, Items.BROWN_DYE);
|
||||||
|
centerRecipe(exporter, NSE_Blocks.BLUE_BRICKS, Blocks.BRICKS, Items.BLUE_DYE);
|
||||||
|
|
||||||
ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.GREEN_BRICKS_MIXED, 2)
|
ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.GREEN_BRICKS_MIXED, 2)
|
||||||
.input(Items.BRICKS).input(NSE_Blocks.GREEN_BRICKS)
|
.input(Items.BRICKS).input(NSE_Blocks.GREEN_BRICKS)
|
||||||
|
@ -1000,6 +1014,11 @@ public class RecipeGenerator extends FabricRecipeProvider {
|
||||||
offerStairsAndSlab(exporter, NSE_Blocks.YELLOW_BRICKS_DRESSED_STAIRS, NSE_Blocks.YELLOW_BRICKS_DRESSED_SLAB, NSE_Blocks.YELLOW_BRICKS_DRESSED);
|
offerStairsAndSlab(exporter, NSE_Blocks.YELLOW_BRICKS_DRESSED_STAIRS, NSE_Blocks.YELLOW_BRICKS_DRESSED_SLAB, NSE_Blocks.YELLOW_BRICKS_DRESSED);
|
||||||
offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED_STAIRS, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED_SLAB, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED);
|
offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED_STAIRS, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED_SLAB, NSE_Blocks.MOSSY_YELLOW_BRICKS_DRESSED);
|
||||||
offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_YELLOW_BRICKS_DRESSED_STAIRS, NSE_Blocks.CRACKED_YELLOW_BRICKS_DRESSED_SLAB, NSE_Blocks.CRACKED_YELLOW_BRICKS_DRESSED);
|
offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_YELLOW_BRICKS_DRESSED_STAIRS, NSE_Blocks.CRACKED_YELLOW_BRICKS_DRESSED_SLAB, NSE_Blocks.CRACKED_YELLOW_BRICKS_DRESSED);
|
||||||
|
offerStairsAndSlab(exporter, NSE_Blocks.SPRUCE_JUNGLE_CARVED_PARQUET_STAIRS, NSE_Blocks.SPRUCE_JUNGLE_CARVED_PARQUET_SLAB, NSE_Blocks.SPRUCE_JUNGLE_CARVED_PARQUET);
|
||||||
|
offerStairsAndSlab(exporter, NSE_Blocks.DARK_OAK_SPRUCE_CARVED_PARQUET_STAIRS, NSE_Blocks.DARK_OAK_SPRUCE_CARVED_PARQUET_SLAB, NSE_Blocks.DARK_OAK_SPRUCE_CARVED_PARQUET);
|
||||||
|
offerStairsAndSlab(exporter, NSE_Blocks.BLUE_BRICKS_STAIRS, NSE_Blocks.BLUE_BRICKS_SLAB, NSE_Blocks.BLUE_BRICKS);
|
||||||
|
offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_BLUE_BRICKS_STAIRS, NSE_Blocks.MOSSY_BLUE_BRICKS_SLAB, NSE_Blocks.MOSSY_BLUE_BRICKS);
|
||||||
|
offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_BLUE_BRICKS_STAIRS, NSE_Blocks.CRACKED_BLUE_BRICKS_SLAB, NSE_Blocks.CRACKED_BLUE_BRICKS);
|
||||||
|
|
||||||
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.WHITE_BOUNDARY_MARKER, Blocks.DIORITE_WALL, 1);
|
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.WHITE_BOUNDARY_MARKER, Blocks.DIORITE_WALL, 1);
|
||||||
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.WHITE_BOUNDARY_MARKER, Blocks.BONE_BLOCK, 2);
|
offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.WHITE_BOUNDARY_MARKER, Blocks.BONE_BLOCK, 2);
|
||||||
|
|
|
@ -229,8 +229,8 @@ public class NSE_Blocks extends NSE_BaseRegistration {
|
||||||
public static final Block MOSSY_BLUE_BRICKS = new Block(FabricBlockSettings.copy(LIGHT_BLUE_TILES));
|
public static final Block MOSSY_BLUE_BRICKS = new Block(FabricBlockSettings.copy(LIGHT_BLUE_TILES));
|
||||||
public static final StairsBlock MOSSY_BLUE_BRICKS_STAIRS = new StairsBlock(MOSSY_BLUE_BRICKS.getDefaultState(), FabricBlockSettings.copy(MOSSY_BLUE_BRICKS));
|
public static final StairsBlock MOSSY_BLUE_BRICKS_STAIRS = new StairsBlock(MOSSY_BLUE_BRICKS.getDefaultState(), FabricBlockSettings.copy(MOSSY_BLUE_BRICKS));
|
||||||
public static final SlabBlock MOSSY_BLUE_BRICKS_SLAB = new SlabBlock(FabricBlockSettings.copy(MOSSY_BLUE_BRICKS));
|
public static final SlabBlock MOSSY_BLUE_BRICKS_SLAB = new SlabBlock(FabricBlockSettings.copy(MOSSY_BLUE_BRICKS));
|
||||||
public static final Block TILE_REST_BLUE = new Block(FabricBlockSettings.copy(LIGHT_BLUE_TILES).mapColor(MapColor.WATER_BLUE));
|
public static final Block LONG_BLUE_TILES = new Block(FabricBlockSettings.copy(LIGHT_BLUE_TILES).mapColor(MapColor.WATER_BLUE));
|
||||||
public static final Block CRACKED_TILE_REST_BLUE = new Block(FabricBlockSettings.copy(LIGHT_BLUE_TILES).mapColor(MapColor.WATER_BLUE));
|
public static final Block CRACKED_LONG_BLUE_TILES = new Block(FabricBlockSettings.copy(LIGHT_BLUE_TILES).mapColor(MapColor.WATER_BLUE));
|
||||||
|
|
||||||
public static final Block BIG_GRANITE_TILES = new Block(FabricBlockSettings.copy(Blocks.POLISHED_GRANITE));
|
public static final Block BIG_GRANITE_TILES = new Block(FabricBlockSettings.copy(Blocks.POLISHED_GRANITE));
|
||||||
public static final Block SMALL_GRANITE_TILES = new Block(FabricBlockSettings.copy(Blocks.POLISHED_GRANITE));
|
public static final Block SMALL_GRANITE_TILES = new Block(FabricBlockSettings.copy(Blocks.POLISHED_GRANITE));
|
||||||
|
@ -825,9 +825,9 @@ public class NSE_Blocks extends NSE_BaseRegistration {
|
||||||
registerBlock("mossy_light_blue_bricks", () -> MOSSY_LIGHT_BLUE_BRICKS, NSE_BUILDING_TAB);
|
registerBlock("mossy_light_blue_bricks", () -> MOSSY_LIGHT_BLUE_BRICKS, NSE_BUILDING_TAB);
|
||||||
registerBlock("mossy_light_blue_bricks_stairs", () -> MOSSY_LIGHT_BLUE_BRICKS_STAIRS, NSE_BUILDING_TAB);
|
registerBlock("mossy_light_blue_bricks_stairs", () -> MOSSY_LIGHT_BLUE_BRICKS_STAIRS, NSE_BUILDING_TAB);
|
||||||
registerBlock("mossy_light_blue_bricks_slab", () -> MOSSY_LIGHT_BLUE_BRICKS_SLAB, NSE_BUILDING_TAB);
|
registerBlock("mossy_light_blue_bricks_slab", () -> MOSSY_LIGHT_BLUE_BRICKS_SLAB, NSE_BUILDING_TAB);
|
||||||
registerBlock("tile_rest_blue", () -> TILE_REST_BLUE, NSE_BUILDING_TAB);
|
|
||||||
registerBlock("cracked_tile_rest_blue", () -> CRACKED_TILE_REST_BLUE, NSE_BUILDING_TAB);
|
|
||||||
|
|
||||||
|
registerBlock("long_blue_tiles", () -> LONG_BLUE_TILES, NSE_BUILDING_TAB);
|
||||||
|
registerBlock("cracked_long_blue_tiles", () -> CRACKED_LONG_BLUE_TILES, NSE_BUILDING_TAB);
|
||||||
registerBlock("blue_bricks", () -> BLUE_BRICKS, NSE_BUILDING_TAB);
|
registerBlock("blue_bricks", () -> BLUE_BRICKS, NSE_BUILDING_TAB);
|
||||||
registerBlock("blue_bricks_stairs", () -> BLUE_BRICKS_STAIRS, NSE_BUILDING_TAB);
|
registerBlock("blue_bricks_stairs", () -> BLUE_BRICKS_STAIRS, NSE_BUILDING_TAB);
|
||||||
registerBlock("blue_bricks_slab", () -> BLUE_BRICKS_SLAB, NSE_BUILDING_TAB);
|
registerBlock("blue_bricks_slab", () -> BLUE_BRICKS_SLAB, NSE_BUILDING_TAB);
|
||||||
|
|
|
@ -564,8 +564,8 @@
|
||||||
"block.new_soviet.cracked_blue_bricks_stairs": "Cracked Blue Brick Stairs",
|
"block.new_soviet.cracked_blue_bricks_stairs": "Cracked Blue Brick Stairs",
|
||||||
"block.new_soviet.mossy_blue_bricks_slab": "Mossy Blue Brick Slab",
|
"block.new_soviet.mossy_blue_bricks_slab": "Mossy Blue Brick Slab",
|
||||||
"block.new_soviet.mossy_blue_bricks_stairs": "Mossy Blue Brick Stairs",
|
"block.new_soviet.mossy_blue_bricks_stairs": "Mossy Blue Brick Stairs",
|
||||||
"block.new_soviet.tile_rest_blue": "Long Blue Tile",
|
"block.new_soviet.long_blue_tiles": "Long Blue Tiles",
|
||||||
"block.new_soviet.cracked_tile_rest_blue": "Cracked Long Blue Tile",
|
"block.new_soviet.cracked_long_blue_tiles": "Cracked Long Blue Tiles",
|
||||||
"block.new_soviet.white_tiles": "White Tiles",
|
"block.new_soviet.white_tiles": "White Tiles",
|
||||||
"block.new_soviet.variated_white_tiles": "Variated White Tiles",
|
"block.new_soviet.variated_white_tiles": "Variated White Tiles",
|
||||||
"block.new_soviet.cracked_white_tiles": "Cracked White Tiles",
|
"block.new_soviet.cracked_white_tiles": "Cracked White Tiles",
|
||||||
|
|
|
@ -543,8 +543,8 @@
|
||||||
"block.new_soviet.cracked_blue_bricks_stairs": "Потрѣскавшiяся ступѣнi из синiхъ кирпичей",
|
"block.new_soviet.cracked_blue_bricks_stairs": "Потрѣскавшiяся ступѣнi из синiхъ кирпичей",
|
||||||
"block.new_soviet.mossy_blue_bricks_slab": "Замшелыя плита из синiхъ кирпичей",
|
"block.new_soviet.mossy_blue_bricks_slab": "Замшелыя плита из синiхъ кирпичей",
|
||||||
"block.new_soviet.mossy_blue_bricks_stairs": "Замшелые ступѣнi из синiхъ кирпичей",
|
"block.new_soviet.mossy_blue_bricks_stairs": "Замшелые ступѣнi из синiхъ кирпичей",
|
||||||
"block.new_soviet.tile_rest_blue": "Длинныя синяя кафельныя плитка",
|
"block.new_soviet.long_blue_tiles": "Длинныя синяя кафельныя плитка",
|
||||||
"block.new_soviet.cracked_tile_rest_blue": "Потрѣскавшыяся длинныя синяя кафельныя плитка",
|
"block.new_soviet.cracked_long_blue_tiles": "Потрѣскавшыяся длинныя синяя кафельныя плитка",
|
||||||
"block.new_soviet.white_tiles": "Бѣлыя плитка",
|
"block.new_soviet.white_tiles": "Бѣлыя плитка",
|
||||||
"block.new_soviet.variated_white_tiles": "Смѣшанныя бѣлыя плитка",
|
"block.new_soviet.variated_white_tiles": "Смѣшанныя бѣлыя плитка",
|
||||||
"block.new_soviet.cracked_white_tiles": "Потрѣскавшыяся бѣлыя плитка",
|
"block.new_soviet.cracked_white_tiles": "Потрѣскавшыяся бѣлыя плитка",
|
||||||
|
|
|
@ -564,8 +564,8 @@
|
||||||
"block.new_soviet.cracked_blue_bricks_stairs": "Потрескавшиеся ступени из синих кирпичей",
|
"block.new_soviet.cracked_blue_bricks_stairs": "Потрескавшиеся ступени из синих кирпичей",
|
||||||
"block.new_soviet.mossy_blue_bricks_slab": "Замшелая плита из синих кирпичей",
|
"block.new_soviet.mossy_blue_bricks_slab": "Замшелая плита из синих кирпичей",
|
||||||
"block.new_soviet.mossy_blue_bricks_stairs": "Замшелые ступени из синих кирпичей",
|
"block.new_soviet.mossy_blue_bricks_stairs": "Замшелые ступени из синих кирпичей",
|
||||||
"block.new_soviet.tile_rest_blue": "Длинная синяя кафельная плитка",
|
"block.new_soviet.long_blue_tiles": "Длинная синяя кафельная плитка",
|
||||||
"block.new_soviet.cracked_tile_rest_blue": "Потрескавшаяся длинная синяя кафельная плитка",
|
"block.new_soviet.cracked_long_blue_tiles": "Потрескавшаяся длинная синяя кафельная плитка",
|
||||||
"block.new_soviet.white_tiles": "Белая плитка",
|
"block.new_soviet.white_tiles": "Белая плитка",
|
||||||
"block.new_soviet.variated_white_tiles": "Смешанная белая плитка",
|
"block.new_soviet.variated_white_tiles": "Смешанная белая плитка",
|
||||||
"block.new_soviet.cracked_white_tiles": "Потрескавшаяся белая плитка",
|
"block.new_soviet.cracked_white_tiles": "Потрескавшаяся белая плитка",
|
||||||
|
|
Before Width: | Height: | Size: 388 B After Width: | Height: | Size: 388 B |
Loading…
Reference in a new issue