From 9c3e171a9dbb32c29922580b36bc9422b108a916 Mon Sep 17 00:00:00 2001 From: Badhad <46411657+BadHad@users.noreply.github.com> Date: Mon, 22 Mar 2021 23:42:13 -0400 Subject: [PATCH] Chicken Fix - Added a pad to chicken and feathers to main. --- Server/data/configs/drop_tables.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index 633a2b715..8f86aeace 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -2120,12 +2120,6 @@ "weight": "100.0", "id": "2138", "maxAmount": "1" - }, - { - "minAmount": "11", - "weight": "50.0", - "id": "314", - "maxAmount": "30" } ], "charm": [], @@ -2134,9 +2128,15 @@ "main": [ { "minAmount": "1", - "weight": "100.0", + "weight": "50.0", "id": "0", "maxAmount": "1" + }, + { + "minAmount": "11", + "weight": "50.0", + "id": "314", + "maxAmount": "30" } ] },