Download Placeable Items — Minecraft Mods — MetaMods
Placeable Items

Placeable Items

Active

Downloads

0

Last update

5 months ago

Versions

1.20.1
Client and server
Forge
Fabric
Adventure
Decor
Weapons and armor
Storage

downloads

This mod enables the placement of items across your world and is fully compatible with all third party mods. Do note, that the items aren't blocks but rather entities. Similar to item frames, having too many in a certain area will reduce your frame rate drastically. Its recommended to use optimization mods if possible.

DEPENDENCIES

CURRENTLY PLANNED

  • Placement of lossless custom data items (durability enabled/named items)

ADVERTISEMENT

advertisment

FOR DEVELOPERS

If you're a developer looking to make your mod compatible with Placeable Items then you've came to the right place! For this mod to work with the most possible mods, it dynamically loads the item textures from the origin source, being the loaded .jar files.

To make the mod the most universally compatible, the fetching format is assets\%MOD_ID%\textures\item\%ITEM_NAME%.png, which is considered the most widely used item texture location format.

To make your mod compatible with Placeable Items, just follow the above format. Below are some examples to help you out:

  • diamond is the registry name with the texture file named diamond.png
  • diamond is the registry name with the texture file named diamond_item.png