copied recipes for customizing
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "minecraft:acacia_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_acacia_log",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "quark:ancient_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_ancient_log",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "quark: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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "minecraft:birch_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_birch_log",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "quark: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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "minecraft:cherry_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_cherry_log",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "minecraft:crimson_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_crimson_stem",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "minecraft:dark_oak_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_dark_oak_log",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "minecraft:jungle_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_jungle_log",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "minecraft:mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_mangrove_log",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "minecraft:oak_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_oak_log",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "minecraft:spruce_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_spruce_log",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "minecraft:warped_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quark:hollow_warped_stem",
|
||||
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "quark:flag",
|
||||
"flag": "hollow_logs"
|
||||
}
|
||||
]
|
||||
}
|
||||
6
akanealw_custom_datapacks/quark-custom-recipes/pack.mcmeta
Executable file
6
akanealw_custom_datapacks/quark-custom-recipes/pack.mcmeta
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "quark custom recipes"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user