Add warped planks

This commit is contained in:
Andrew-71 2023-10-23 20:36:23 +03:00
parent 95d822babd
commit 113f5117b1
73 changed files with 1398 additions and 6 deletions

View file

@ -11,6 +11,8 @@
"new_soviet:cross_birch_planks",
"new_soviet:herringbone_crimson_planks",
"new_soviet:cross_crimson_planks",
"new_soviet:herringbone_warped_planks",
"new_soviet:cross_warped_planks",
"new_soviet:herringbone_dark_oak_planks",
"new_soviet:cross_dark_oak_planks",
"new_soviet:herringbone_jungle_planks",
@ -54,6 +56,10 @@
"new_soviet:herringbone_crimson_planks_slab",
"new_soviet:cross_crimson_planks_stairs",
"new_soviet:cross_crimson_planks_slab",
"new_soviet:herringbone_warped_planks_stairs",
"new_soviet:herringbone_warped_planks_slab",
"new_soviet:cross_warped_planks_stairs",
"new_soviet:cross_warped_planks_slab",
"new_soviet:herringbone_dark_oak_planks_stairs",
"new_soviet:herringbone_dark_oak_planks_slab",
"new_soviet:cross_dark_oak_planks_stairs",

View file

@ -84,6 +84,8 @@
"new_soviet:cross_birch_planks_slab",
"new_soviet:herringbone_crimson_planks_slab",
"new_soviet:cross_crimson_planks_slab",
"new_soviet:herringbone_warped_planks_slab",
"new_soviet:cross_warped_planks_slab",
"new_soviet:herringbone_dark_oak_planks_slab",
"new_soviet:cross_dark_oak_planks_slab",
"new_soviet:herringbone_jungle_planks_slab",

View file

@ -84,6 +84,8 @@
"new_soviet:cross_birch_planks_stairs",
"new_soviet:herringbone_crimson_planks_stairs",
"new_soviet:cross_crimson_planks_stairs",
"new_soviet:herringbone_warped_planks_stairs",
"new_soviet:cross_warped_planks_stairs",
"new_soviet:herringbone_dark_oak_planks_stairs",
"new_soviet:cross_dark_oak_planks_stairs",
"new_soviet:herringbone_jungle_planks_stairs",

View file

@ -9,6 +9,8 @@
"new_soviet:cross_birch_planks_slab",
"new_soviet:herringbone_crimson_planks_slab",
"new_soviet:cross_crimson_planks_slab",
"new_soviet:herringbone_warped_planks_slab",
"new_soviet:cross_warped_planks_slab",
"new_soviet:herringbone_dark_oak_planks_slab",
"new_soviet:cross_dark_oak_planks_slab",
"new_soviet:herringbone_jungle_planks_slab",

View file

@ -9,6 +9,8 @@
"new_soviet:cross_birch_planks_stairs",
"new_soviet:herringbone_crimson_planks_stairs",
"new_soviet:cross_crimson_planks_stairs",
"new_soviet:herringbone_warped_planks_stairs",
"new_soviet:cross_warped_planks_stairs",
"new_soviet:herringbone_dark_oak_planks_stairs",
"new_soviet:cross_dark_oak_planks_stairs",
"new_soviet:herringbone_jungle_planks_stairs",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_warped_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_warped_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:warped_planks_from_herringbone_warped_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_warped_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:warped_planks_from_herringbone_warped_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_warped_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_warped_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_warped_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_warped_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_warped_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_warped_planks_stairs"
}
],
"rolls": 1.0
}
]
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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