Fix landmine explosion and add result of planks datagen

This commit is contained in:
Andrew-71 2023-08-05 19:08:17 +03:00
parent a118072923
commit cd2f02f614
97 changed files with 2065 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -121,6 +121,7 @@ public class LandMineBlock extends Block implements Waterloggable {
}
public void explode(World world, BlockPos pos) {
if (world.isClient()) return;
world.removeBlock(pos, false);
float f = 4.0F;
world.createExplosion(null, pos.getX(), pos.getY(), pos.getZ(), 4.0F, World.ExplosionSourceType.TNT);