Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
BiggerItems is a Minecraft Forge mod for version 1.20.1 that gives players full control over the visual size of dropped item entities (items lying on the ground). Why? In vanilla Minecraft, every dropped item is the same size, making it hard to visually distinguish valuable loot from common junk. BiggerItems fixes this by letting you scale items independently. How it works:
Press the H key (configurable) to open the Item Scale Configuration GUI. The GUI lists every registered item in the game with a search bar to quickly find what you need. Adjust any item's ground scale from 0.01× (barely visible) to 10.0× (huge) using a logarithmic slider for precise control. Changes are saved immediately to config/biggeritems_scales.json and persist across restarts. A "Reset All" button restores every item back to its default 1.0× scale. Technical details: Uses a Mixin ( ItemRendererMixin.java ) to inject scale transformations into the item rendering pipeline — only affects ItemDisplayContext.GROUND , so inventory icons, item frames, and name tags are unaffected. The scale is applied via PoseStack.scale() wrapped in pushPose()/popPose() calls to isolate the transform. Built with Minecraft Forge (v47.4.20) for Minecraft 1.20.1 using the official Mojang mappings. Written in Java 17 using the ForgeGradle build system. Use cases: Make rare items like Netherite ingots or diamonds appear larger to stand out. Shrink common junk items to reduce visual clutter. Create dramatic visual effects for adventure maps or modpacks. Improve clarity when many items are dropped in the same spot.


