
Put Ingot Down!
Neatly stacked ingots look so aesthetically pleasing and fascinating!
This modification allows you to elegantly place various items directly on the ground. Simply use the designated hotkey (default K) to neatly arrange ingots or other objects, then right-click to collect them back.
Main Features
Universal Object Placement
The mod supports not only metal ingots but any other items starting from version 1.1.0. You can create beautiful compositions and organize space according to your preferences.
Complete Visual Customization
The modification offers extensive personalization options:
- Specify which exact items can be placed
- Configure object display colors
- All objects use a unified ingot model for consistency
Configuration Files
In the Putingotdown-common file you can configure:
// Here item-color correspondences are set
Item = ["minecraft:iron_ingot", "16777215", "minecraft:gold_ingot", "163", "minecraft:netherite_ingot", "4473153"]
// Color settings through game tags
Tag = ["forge:ingots/tin", "10470592"]
// Number of items in one stack (default 64)
MaxCount = 64
// Allow placement of regular items
CanAllPut = true
For performance, in the Putingotdown-client file you configure:
// Render distance from 1 to 160 blocks
Distance = 64
Useful Features
- Default colors for basic metal ingots are already configured
- When both Item and Tag are active, Item settings have priority
- Reducing render distance decreases system load