From 14cc085719189959e41bf5cf8873b380df0611b2 Mon Sep 17 00:00:00 2001 From: Hristo Gospodinov <86461330+Darkorg69@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:42:10 +0300 Subject: [PATCH] Update apple_sapling_to_pip.json Bug fix for issue #7 --- .../resources/data/dtphc2/recipes/apple_sapling_to_pip.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/dtphc2/recipes/apple_sapling_to_pip.json b/src/main/resources/data/dtphc2/recipes/apple_sapling_to_pip.json index 80eb779..c71f5c2 100644 --- a/src/main/resources/data/dtphc2/recipes/apple_sapling_to_pip.json +++ b/src/main/resources/data/dtphc2/recipes/apple_sapling_to_pip.json @@ -10,6 +10,6 @@ } ], "result": { - "item": "dynamictrees:apple_seed" + "item": "dynamictrees:apple_oak_seed" } -} \ No newline at end of file +}