From 5b29f7dae6745acb8f00e5e9a5932fcae0b3f8ec Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 12 Sep 2023 12:27:06 +0100 Subject: [PATCH] Fixed earth ponies not being able to kick zap apple trees --- src/main/resources/data/unicopia/tree_types/zap_apple.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/unicopia/tree_types/zap_apple.json b/src/main/resources/data/unicopia/tree_types/zap_apple.json index 7ca43ce2..a1220dfd 100644 --- a/src/main/resources/data/unicopia/tree_types/zap_apple.json +++ b/src/main/resources/data/unicopia/tree_types/zap_apple.json @@ -1,6 +1,6 @@ { "logs": [ "unicopia:zap_log" ], - "leaves": [ "unicopia:zap_leaves" ], + "leaves": [ "unicopia:zap_leaves_placeholder", "unicopia:zap_leaves", "unicopia:flowering_zap_leaves" ], "wideTrunk": false, "leavesRatio": 0.5, "drops": []