From 0c1fa07079f0ad385b8b910e1664cd6c0dc6a311 Mon Sep 17 00:00:00 2001 From: Lane Date: Fri, 17 Jan 2020 18:23:28 +1100 Subject: [PATCH] Fixed typo in config for potato (#4096) --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 3343d0564..a73b3ddc7 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -442,7 +442,7 @@ Bonus_Drops: Melon_Slice: true Nether_Wart: true Potatoes: true - Potatoe: true + Potato: true Pumpkin: true Red_Mushroom: true Sugar_Cane: true