Placeable Items
With this mod, you can place any items throughout your game world as decorative elements. The mod is fully compatible with all third-party modifications, opening up endless possibilities for creativity.
It's important to understand that placed items are not blocks but entities, similar to item frames. When there are many such objects in one area, significant performance degradation may occur. For comfortable gameplay, it's recommended to use optimization mods.
Required Dependencies
- Kleiders Custom Renderer API (version 7.2.0 or higher)
Planned Updates
- Ability to place items with preserved custom data (items with durability, renamed items)
For Developers
If you're a developer and want to ensure your mod's compatibility with Placeable Items, this information will be useful. For maximum compatibility with various mods, item textures are dynamically loaded directly from the original .jar files.
The system uses a universal texture search format: assets\%MOD_ID%\textures\item\%ITEM_NAME%.png, which is the most common format for item texture locations.
To ensure your mod's compatibility, simply follow the specified format. Here are some examples:
- ✅ Registry name
diamondwith texture filediamond.png - ❌ Registry name
diamondwith texture filediamond_item.png