Improve concrete with bars and parquet

This commit is contained in:
Andrew-71 2024-01-20 14:37:43 +03:00
parent cb857a028b
commit f2373e0971
65 changed files with 803 additions and 328 deletions

View file

@ -21,7 +21,7 @@
"new_soviet:cross_mangrove_planks",
"new_soviet:herringbone_spruce_planks",
"new_soviet:cross_spruce_planks",
"new_soviet:herringbone_parquet",
"new_soviet:herringbone_dark_oak_parquet",
"new_soviet:straight_parquet",
"new_soviet:separated_parquet",
"new_soviet:green_linoleum",
@ -76,8 +76,8 @@
"new_soviet:herringbone_spruce_planks_slab",
"new_soviet:cross_spruce_planks_stairs",
"new_soviet:cross_spruce_planks_slab",
"new_soviet:herringbone_parquet_stairs",
"new_soviet:herringbone_parquet_slab",
"new_soviet:herringbone_dark_oak_parquet_stairs",
"new_soviet:herringbone_dark_oak_parquet_slab",
"new_soviet:straight_parquet_stairs",
"new_soviet:straight_parquet_slab",
"new_soviet:separated_parquet_stairs",

View file

@ -94,7 +94,7 @@
"new_soviet:cross_mangrove_planks_slab",
"new_soviet:herringbone_spruce_planks_slab",
"new_soviet:cross_spruce_planks_slab",
"new_soviet:herringbone_parquet_slab",
"new_soviet:herringbone_dark_oak_parquet_slab",
"new_soviet:straight_parquet_slab",
"new_soviet:separated_parquet_slab",
"new_soviet:green_linoleum_slab",

View file

@ -94,7 +94,7 @@
"new_soviet:cross_mangrove_planks_stairs",
"new_soviet:herringbone_spruce_planks_stairs",
"new_soviet:cross_spruce_planks_stairs",
"new_soviet:herringbone_parquet_stairs",
"new_soviet:herringbone_dark_oak_parquet_stairs",
"new_soviet:straight_parquet_stairs",
"new_soviet:separated_parquet_stairs",
"new_soviet:green_linoleum_stairs",

View file

@ -1,12 +1,12 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_parquet": {
"has_dark_oak_planks": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_parquet"
"minecraft:dark_oak_planks"
]
}
]
@ -15,20 +15,20 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:herringbone_parquet_stairs"
"recipe": "minecraft:herringbone_dark_oak_parquet_from_dark_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_parquet",
"has_dark_oak_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:herringbone_parquet_stairs"
"minecraft:herringbone_dark_oak_parquet_from_dark_oak_planks_stonecutting"
]
},
"sends_telemetry_event": false

View file

@ -1,12 +1,12 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_spruce_planks": {
"has_herringbone_dark_oak_parquet": {
"conditions": {
"items": [
{
"items": [
"minecraft:spruce_planks"
"new_soviet:herringbone_dark_oak_parquet"
]
}
]
@ -15,20 +15,20 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:herringbone_parquet_from_spruce_planks_stonecutting"
"recipe": "new_soviet:herringbone_dark_oak_parquet_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_spruce_planks",
"has_herringbone_dark_oak_parquet",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:herringbone_parquet_from_spruce_planks_stonecutting"
"new_soviet:herringbone_dark_oak_parquet_slab"
]
},
"sends_telemetry_event": false

View file

@ -1,12 +1,12 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_parquet": {
"has_herringbone_dark_oak_parquet": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_parquet"
"new_soviet:herringbone_dark_oak_parquet"
]
}
]
@ -15,20 +15,20 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:herringbone_parquet_slab_from_herringbone_parquet_stonecutting"
"recipe": "minecraft:herringbone_dark_oak_parquet_slab_from_herringbone_dark_oak_parquet_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_parquet",
"has_herringbone_dark_oak_parquet",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:herringbone_parquet_slab_from_herringbone_parquet_stonecutting"
"minecraft:herringbone_dark_oak_parquet_slab_from_herringbone_dark_oak_parquet_stonecutting"
]
},
"sends_telemetry_event": false

View file

@ -1,12 +1,12 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_herringbone_parquet": {
"has_herringbone_dark_oak_parquet": {
"conditions": {
"items": [
{
"items": [
"new_soviet:herringbone_parquet"
"new_soviet:herringbone_dark_oak_parquet"
]
}
]
@ -15,20 +15,20 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:herringbone_parquet_slab"
"recipe": "new_soviet:herringbone_dark_oak_parquet_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_herringbone_parquet",
"has_herringbone_dark_oak_parquet",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:herringbone_parquet_slab"
"new_soviet:herringbone_dark_oak_parquet_stairs"
]
},
"sends_telemetry_event": false

View file

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

View file

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

View file

@ -11,7 +11,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:herringbone_parquet"
"name": "new_soviet:herringbone_dark_oak_parquet"
}
],
"rolls": 1.0

View file

@ -11,7 +11,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:herringbone_parquet_slab"
"name": "new_soviet:herringbone_dark_oak_parquet_slab"
}
],
"rolls": 1.0

View file

@ -11,7 +11,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:herringbone_parquet_stairs"
"name": "new_soviet:herringbone_dark_oak_parquet_stairs"
}
],
"rolls": 1.0

View file

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

View file

@ -3,7 +3,7 @@
"category": "building",
"key": {
"#": {
"item": "new_soviet:herringbone_parquet"
"item": "new_soviet:herringbone_dark_oak_parquet"
}
},
"pattern": [
@ -11,7 +11,7 @@
],
"result": {
"count": 6,
"item": "new_soviet:herringbone_parquet_slab"
"item": "new_soviet:herringbone_dark_oak_parquet_slab"
},
"show_notification": true
}

View file

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

View file

@ -3,7 +3,7 @@
"category": "building",
"key": {
"#": {
"item": "new_soviet:herringbone_parquet"
"item": "new_soviet:herringbone_dark_oak_parquet"
}
},
"pattern": [
@ -13,7 +13,7 @@
],
"result": {
"count": 4,
"item": "new_soviet:herringbone_parquet_stairs"
"item": "new_soviet:herringbone_dark_oak_parquet_stairs"
},
"show_notification": true
}

View file

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

View file

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

View file

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

View file

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