
Glowing drops
A mod that add glow effect to drops and can be custmizable that which which item get glow for 1.20.1
00—fabricServer1.20.1mod
Glowing Drops mod
- Purpose: Adds a server-side glow effect to dropped item entities. By default diamonds, emeralds, netherite scraps, and netherite ingots spawn with a glow.
- Config: Edit
config/glowingdrops.jsonto control behavior. Fields:glowAll(boolean): when true, all item drops glow except those listed inexcludeItems.includeItems(list of item IDs): whitelist of items that glow whenglowAllis false.excludeItems(list of item IDs): items that should never glow whenglowAllis true. The file is created automatically on first run if it does not exist.
- Commands:
/glowingdrops reloadreloads the config from disk;/glowingdrops infoshows whether the mod is running in whitelist or glow-all mode. Requires permission level 2 or higher. - Behavior: The mod listens for item entities as they load/spawn and toggles their glow flag based on the config. Existing entities keep their current glow state until they despawn or reload.
- Environment: Dedicated/integrated servers only; no client changes required.