diff --git a/src/main/resources/data/cherry/recipes/cherry_planks.json b/src/main/resources/data/cherry/recipes/cherry_planks.json new file mode 100644 index 0000000..2251f60 --- /dev/null +++ b/src/main/resources/data/cherry/recipes/cherry_planks.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "planks", + "ingredients": [ + { + "tag": "cherry:cherry_logs" + } + ], + "result": { + "item": "cherry:cherry_planks", + "count": 4 + } + } \ No newline at end of file diff --git a/src/main/resources/data/cherry/tags/blocks/cherry_logs.json b/src/main/resources/data/cherry/tags/blocks/cherry_logs.json index 2abc1a4..7c766bc 100644 --- a/src/main/resources/data/cherry/tags/blocks/cherry_logs.json +++ b/src/main/resources/data/cherry/tags/blocks/cherry_logs.json @@ -3,4 +3,4 @@ "values": [ "cherry:cherry_log" ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/cherry/tags/items/cherry_logs.json b/src/main/resources/data/cherry/tags/items/cherry_logs.json new file mode 100644 index 0000000..7c766bc --- /dev/null +++ b/src/main/resources/data/cherry/tags/items/cherry_logs.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "cherry:cherry_log" + ] +} diff --git a/src/main/resources/data/minecraft/tags/items/leaves.json b/src/main/resources/data/minecraft/tags/items/leaves.json new file mode 100644 index 0000000..d9a8e0d --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/leaves.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "cherry:cherry_leaves" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/items/logs_that_burn.json b/src/main/resources/data/minecraft/tags/items/logs_that_burn.json new file mode 100644 index 0000000..e00a231 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/logs_that_burn.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#cherry:cherry_logs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/items/planks.json b/src/main/resources/data/minecraft/tags/items/planks.json new file mode 100644 index 0000000..8bcf3fb --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/planks.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "cherry:cherry_planks" + ] +} \ No newline at end of file