Add missing planks

This commit is contained in:
Andrew-71 2023-10-22 14:49:42 +03:00
parent 24e5854d8c
commit 6fb9c51fde
86 changed files with 1728 additions and 14 deletions

View file

@ -90,6 +90,15 @@
"new_soviet:brown_linoleum_slab",
"new_soviet:cyan_linoleum_stairs",
"new_soviet:cyan_linoleum_slab",
"new_soviet:table_lamp"
"new_soviet:table_lamp",
"new_soviet:cross_cherry_planks",
"new_soviet:cross_cherry_planks_stairs",
"new_soviet:cross_cherry_planks_slab",
"new_soviet:herringbone_cherry_planks_stairs",
"new_soviet:herringbone_cherry_planks_slab",
"new_soviet:herringbone_cherry_planks",
"new_soviet:herringbone_bamboo_planks_stairs",
"new_soviet:herringbone_bamboo_planks_slab",
"new_soviet:herringbone_bamboo_planks"
]
}

View file

@ -16,6 +16,9 @@
"new_soviet:herringbone_mangrove_planks",
"new_soviet:cross_mangrove_planks",
"new_soviet:herringbone_spruce_planks",
"new_soviet:cross_spruce_planks"
"new_soviet:cross_spruce_planks",
"new_soviet:cross_cherry_planks",
"new_soviet:herringbone_cherry_planks",
"new_soviet:herringbone_bamboo_planks"
]
}

View file

@ -102,6 +102,9 @@
"new_soviet:orange_linoleum_slab",
"new_soviet:brown_linoleum_slab",
"new_soviet:cyan_linoleum_slab",
"new_soviet:metal_plating_slab"
"new_soviet:metal_plating_slab",
"new_soviet:herringbone_bamboo_planks_slab",
"new_soviet:cross_cherry_planks_slab",
"new_soviet:herringbone_cherry_planks_slab"
]
}

View file

@ -102,6 +102,9 @@
"new_soviet:orange_linoleum_stairs",
"new_soviet:brown_linoleum_stairs",
"new_soviet:cyan_linoleum_stairs",
"new_soviet:metal_plating_stairs"
"new_soviet:metal_plating_stairs",
"new_soviet:herringbone_bamboo_planks_stairs",
"new_soviet:cross_cherry_planks_stairs",
"new_soviet:herringbone_cherry_planks_stairs"
]
}

View file

@ -16,6 +16,9 @@
"new_soviet:herringbone_mangrove_planks_slab",
"new_soviet:cross_mangrove_planks_slab",
"new_soviet:herringbone_spruce_planks_slab",
"new_soviet:cross_spruce_planks_slab"
"new_soviet:cross_spruce_planks_slab",
"new_soviet:herringbone_bamboo_planks_slab",
"new_soviet:cross_cherry_planks_slab",
"new_soviet:herringbone_cherry_planks_slab"
]
}

View file

@ -16,6 +16,9 @@
"new_soviet:herringbone_mangrove_planks_stairs",
"new_soviet:cross_mangrove_planks_stairs",
"new_soviet:herringbone_spruce_planks_stairs",
"new_soviet:cross_spruce_planks_stairs"
"new_soviet:cross_spruce_planks_stairs",
"new_soviet:herringbone_bamboo_planks_stairs",
"new_soviet:cross_cherry_planks_stairs",
"new_soviet:herringbone_cherry_planks_stairs"
]
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cross_cherry_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:cross_cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:cross_cherry_planks_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cross_cherry_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:cross_cherry_planks_slab"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cross_cherry_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:cross_cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cross_cherry_planks_slab_from_cross_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cross_cherry_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cross_cherry_planks_slab_from_cross_cherry_planks_stonecutting"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cross_cherry_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:cross_cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:cross_cherry_planks_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cross_cherry_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:cross_cherry_planks_stairs"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cross_cherry_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:cross_cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cross_cherry_planks_stairs_from_cross_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cross_cherry_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cross_cherry_planks_stairs_from_cross_cherry_planks_stonecutting"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_bamboo_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_bamboo_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:herringbone_bamboo_planks_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_bamboo_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:herringbone_bamboo_planks_slab"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_bamboo_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_bamboo_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:herringbone_bamboo_planks_slab_from_herringbone_bamboo_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_bamboo_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:herringbone_bamboo_planks_slab_from_herringbone_bamboo_planks_stonecutting"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_bamboo_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_bamboo_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:herringbone_bamboo_planks_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_bamboo_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:herringbone_bamboo_planks_stairs"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_bamboo_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_bamboo_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:herringbone_bamboo_planks_stairs_from_herringbone_bamboo_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_bamboo_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:herringbone_bamboo_planks_stairs_from_herringbone_bamboo_planks_stonecutting"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_cherry_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:herringbone_cherry_planks_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_cherry_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:herringbone_cherry_planks_slab"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_cherry_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:herringbone_cherry_planks_slab_from_herringbone_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_cherry_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:herringbone_cherry_planks_slab_from_herringbone_cherry_planks_stonecutting"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_cherry_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:herringbone_cherry_planks_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_cherry_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:herringbone_cherry_planks_stairs"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_cherry_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:herringbone_cherry_planks_stairs_from_herringbone_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_cherry_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:herringbone_cherry_planks_stairs_from_herringbone_cherry_planks_stonecutting"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:cross_cherry_planks"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:cross_cherry_planks_slab"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:cross_cherry_planks_stairs"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:herringbone_bamboo_planks"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:herringbone_bamboo_planks_slab"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:herringbone_bamboo_planks_stairs"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:herringbone_cherry_planks"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:herringbone_cherry_planks_slab"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:herringbone_cherry_planks_stairs"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "new_soviet:cross_cherry_planks"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "new_soviet:cross_cherry_planks_slab"
},
"show_notification": true
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"ingredient": {
"item": "new_soviet:cross_cherry_planks"
},
"result": "new_soviet:cross_cherry_planks_slab"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "new_soviet:cross_cherry_planks"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "new_soviet:cross_cherry_planks_stairs"
},
"show_notification": true
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"ingredient": {
"item": "new_soviet:cross_cherry_planks"
},
"result": "new_soviet:cross_cherry_planks_stairs"
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "new_soviet:herringbone_bamboo_planks"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "new_soviet:herringbone_bamboo_planks_slab"
},
"show_notification": true
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_bamboo_planks"
},
"result": "new_soviet:herringbone_bamboo_planks_slab"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "new_soviet:herringbone_bamboo_planks"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "new_soviet:herringbone_bamboo_planks_stairs"
},
"show_notification": true
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_bamboo_planks"
},
"result": "new_soviet:herringbone_bamboo_planks_stairs"
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "new_soviet:herringbone_cherry_planks"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "new_soviet:herringbone_cherry_planks_slab"
},
"show_notification": true
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_cherry_planks"
},
"result": "new_soviet:herringbone_cherry_planks_slab"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "new_soviet:herringbone_cherry_planks"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "new_soviet:herringbone_cherry_planks_stairs"
},
"show_notification": true
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_cherry_planks"
},
"result": "new_soviet:herringbone_cherry_planks_stairs"
}