configured crafting recipes for hollow logs

This commit is contained in:
2024-12-29 10:06:26 -06:00
parent 418230799e
commit a6ce10a01a
26 changed files with 65 additions and 530 deletions

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "minecraft:acacia_log"
}
},
"result": {
"item": "quark:hollow_acacia_log",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "quark:ancient_log"
}
},
"result": {
"item": "quark:hollow_ancient_log",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,32 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "quark:azalea_log"
}
},
"result": {
"item": "quark:hollow_azalea_log",
"count": 4
},
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "quark:flag",
"flag": "hollow_logs"
},
{
"type": "quark:flag",
"flag": "azalea_wood"
}
]
}
]
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "minecraft:birch_log"
}
},
"result": {
"item": "quark:hollow_birch_log",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,32 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "quark:blossom_log"
}
},
"result": {
"item": "quark:hollow_blossom_log",
"count": 4
},
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "quark:flag",
"flag": "hollow_logs"
},
{
"type": "quark:flag",
"flag": "blossom_trees"
}
]
}
]
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "minecraft:cherry_log"
}
},
"result": {
"item": "quark:hollow_cherry_log",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "minecraft:crimson_stem"
}
},
"result": {
"item": "quark:hollow_crimson_stem",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "minecraft:dark_oak_log"
}
},
"result": {
"item": "quark:hollow_dark_oak_log",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "minecraft:jungle_log"
}
},
"result": {
"item": "quark:hollow_jungle_log",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "minecraft:mangrove_log"
}
},
"result": {
"item": "quark:hollow_mangrove_log",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "minecraft:oak_log"
}
},
"result": {
"item": "quark:hollow_oak_log",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "minecraft:spruce_log"
}
},
"result": {
"item": "quark:hollow_spruce_log",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"L L",
" L "
],
"key": {
"L": {
"item": "minecraft:warped_stem"
}
},
"result": {
"item": "quark:hollow_warped_stem",
"count": 4
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "minecraft:acacia_log"
}
},
"ingredients": [
{"item": "quark:hollow_acacia_log"}
],
"result": {
"item": "quark:hollow_acacia_log",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "minecraft:acacia_planks",
}
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "quark:ancient_log"
}
},
"ingredients": [
{"item": "quark:hollow_ancient_log"}
],
"result": {
"item": "quark:hollow_ancient_log",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "quark:ancient_planks",
}
}

View File

@@ -1,28 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "quark:azalea_log"
}
},
"ingredients": [
{"item": "quark:hollow_azalea_log"}
],
"result": {
"item": "quark:hollow_azalea_log",
},
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "quark:flag",
"flag": "hollow_logs"
},
{
"type": "quark:flag",
"flag": "azalea_wood"
}
]
}
]
"item": "quark:azalea_planks",
}
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "minecraft:birch_log"
}
},
"ingredients": [
{"item": "quark:hollow_birch_log"}
],
"result": {
"item": "quark:hollow_birch_log",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "minecraft:birch_planks",
}
}

View File

@@ -1,28 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "quark:blossom_log"
}
},
"ingredients": [
{"item": "quark:hollow_blossom_log"}
],
"result": {
"item": "quark:hollow_blossom_log",
},
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "quark:flag",
"flag": "hollow_logs"
},
{
"type": "quark:flag",
"flag": "blossom_trees"
}
]
}
]
"item": "quark:blossom_planks",
}
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "minecraft:cherry_log"
}
},
"ingredients": [
{"item": "quark:hollow_cherry_log"}
],
"result": {
"item": "quark:hollow_cherry_log",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "minecraft:cherry_planks",
}
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "minecraft:crimson_stem"
}
},
"ingredients": [
{"item": "quark:hollow_crimson_stem"}
],
"result": {
"item": "quark:hollow_crimson_stem",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "minecraft:crimson_planks",
}
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "minecraft:dark_oak_log"
}
},
"ingredients": [
{"item": "quark:hollow_dark_oak_log"}
],
"result": {
"item": "quark:hollow_dark_oak_log",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "minecraft:dark_oak_planks",
}
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "minecraft:jungle_log"
}
},
"ingredients": [
{"item": "quark:hollow_jungle_log"}
],
"result": {
"item": "quark:hollow_jungle_log",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "minecraft:jungle_planks",
}
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "minecraft:mangrove_log"
}
},
"ingredients": [
{"item": "quark:hollow_mangrove_log"}
],
"result": {
"item": "quark:hollow_mangrove_log",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "minecraft:mangrove_planks",
}
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "minecraft:oak_log"
}
},
"ingredients": [
{"item": "quark:hollow_oak_log"}
],
"result": {
"item": "quark:hollow_oak_log",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "minecraft:oak_planks",
}
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "minecraft:spruce_log"
}
},
"ingredients": [
{"item": "quark:hollow_spruce_log"}
],
"result": {
"item": "quark:hollow_spruce_log",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "minecraft:spruce_planks",
}
}

View File

@@ -1,19 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"key": {
"L": {
"item": "minecraft:warped_stem"
}
},
"ingredients": [
{"item": "quark:hollow_warped_stem"}
],
"result": {
"item": "quark:hollow_warped_stem",
},
"conditions": [
{
"type": "quark:flag",
"flag": "hollow_logs"
}
]
"item": "minecraft:warped_planks",
}
}