diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-10-30 22:01:05 +0100 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-10-31 00:15:50 +0000 |
commit | e33d42ee6943fac9e4cb2aa4fcf148272cc7dafe (patch) | |
tree | fac92f6a306a664fdf76da19ca73e99d1349cfa2 /world/map/db/mob_db.conf | |
parent | 14e9e4851f5174bcced4ed5b3cce0f4d53df351e (diff) | |
download | serverdata-e33d42ee6943fac9e4cb2aa4fcf148272cc7dafe.tar.gz serverdata-e33d42ee6943fac9e4cb2aa4fcf148272cc7dafe.tar.bz2 serverdata-e33d42ee6943fac9e4cb2aa4fcf148272cc7dafe.tar.xz serverdata-e33d42ee6943fac9e4cb2aa4fcf148272cc7dafe.zip |
Mobs and Items disable items for now
Diffstat (limited to 'world/map/db/mob_db.conf')
-rw-r--r-- | world/map/db/mob_db.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index f9d0efeb..a1764814 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -3147,7 +3147,6 @@ mob_db: ( Drops: { SmallMushroom: 500 InsectLeg: 500 - MoonDust: 400 SulphurPowder: 400 Lifestone: 300 EmptyBottle: 100 @@ -10661,7 +10660,7 @@ mob_db: ( Drops: { SmallMushroom: 500 InsectLeg: 500 - SunDust: 400 + SulphurPowder: 400 Lifestone: 300 EmptyBottle: 100 Fungus: 30 |