diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_acacia_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_acacia_log_to_plank.json new file mode 100755 index 0000000..603f3df --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_acacia_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_ancient_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_ancient_log_to_plank.json new file mode 100755 index 0000000..3f9cfdb --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_ancient_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_azalea_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_azalea_log_to_plank.json new file mode 100755 index 0000000..e81bcf4 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_azalea_log_to_plank.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_birch_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_birch_log_to_plank.json new file mode 100755 index 0000000..c751155 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_birch_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_blossom_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_blossom_log_to_plank.json new file mode 100755 index 0000000..05be04b --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_blossom_log_to_plank.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_cherry_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_cherry_log_to_plank.json new file mode 100755 index 0000000..4a7fe38 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_cherry_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_crimson_stem.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_crimson_stem.json new file mode 100755 index 0000000..90ea8b8 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_crimson_stem.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_dark_oak_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_dark_oak_log_to_plank.json new file mode 100755 index 0000000..5b535b3 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_dark_oak_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_jungle_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_jungle_log_to_plank.json new file mode 100755 index 0000000..dcfc200 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_jungle_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_mangrove_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_mangrove_log_to_plank.json new file mode 100755 index 0000000..c1257dd --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_mangrove_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_oak_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_oak_log_to_plank.json new file mode 100755 index 0000000..9d318b3 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_oak_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_spruce_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_spruce_log_to_plank.json new file mode 100755 index 0000000..a7c827b --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_spruce_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_warped_stem.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_warped_stem.json new file mode 100755 index 0000000..d2c58a7 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting.bak/hollow_warped_stem.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_acacia_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_acacia_log_to_plank.json new file mode 100755 index 0000000..c121a77 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_acacia_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_ancient_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_ancient_log_to_plank.json new file mode 100755 index 0000000..8a52cf0 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_ancient_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_azalea_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_azalea_log_to_plank.json new file mode 100755 index 0000000..5963a6a --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_azalea_log_to_plank.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_birch_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_birch_log_to_plank.json new file mode 100755 index 0000000..80f6742 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_birch_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_blossom_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_blossom_log_to_plank.json new file mode 100755 index 0000000..dc90d5d --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_blossom_log_to_plank.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_cherry_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_cherry_log_to_plank.json new file mode 100755 index 0000000..e1b7ef6 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_cherry_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_crimson_stem.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_crimson_stem.json new file mode 100755 index 0000000..1ca3a41 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_crimson_stem.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_dark_oak_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_dark_oak_log_to_plank.json new file mode 100755 index 0000000..106ea88 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_dark_oak_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_jungle_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_jungle_log_to_plank.json new file mode 100755 index 0000000..bc35bc6 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_jungle_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_mangrove_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_mangrove_log_to_plank.json new file mode 100755 index 0000000..e5b0fcb --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_mangrove_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_oak_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_oak_log_to_plank.json new file mode 100755 index 0000000..18331ce --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_oak_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_spruce_log_to_plank.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_spruce_log_to_plank.json new file mode 100755 index 0000000..28af747 --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_spruce_log_to_plank.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_warped_stem.json b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_warped_stem.json new file mode 100755 index 0000000..fcea66b --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/data/quark/recipes/world/crafting/hollow_warped_stem.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/quark-custom-recipes/pack.mcmeta b/akanealw_custom_datapacks/quark-custom-recipes/pack.mcmeta new file mode 100755 index 0000000..653383a --- /dev/null +++ b/akanealw_custom_datapacks/quark-custom-recipes/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "quark custom recipes" + } +} \ No newline at end of file