Halved the chance of zombie's nothing drop from 8/128 to 4/128

Added a Bronze axe drop to zombie drop table with a 1/32 (4/128) chance
This commit is contained in:
Ceikry
2022-12-18 07:26:15 +00:00
committed by Ryan
parent 8188c72417
commit 1e3e43ab2d
+7 -1
View File
@@ -3476,7 +3476,7 @@
}, },
{ {
"minAmount": "1", "minAmount": "1",
"weight": "8.0", "weight": "4.0",
"id": "0", "id": "0",
"maxAmount": "1" "maxAmount": "1"
}, },
@@ -3509,6 +3509,12 @@
"weight": "1.0", "weight": "1.0",
"id": "14426", "id": "14426",
"maxAmount": "1" "maxAmount": "1"
},
{
"minAmount": "1",
"weight": "4.0",
"id": "1351",
"maxAmount": "1"
} }
] ]
}, },