Block Icon 2D
This is to support clients older than 1.21.2. Minecraft 1.21.2 now supports 2D icons directly.
Refer to the modern tutorial here.
Step 1
Create the 2D icon for the block.
Now create the rocks.png file inside the folder contents\myitems\resourcepack\myitems\textures\item.
Step 2
Create the item which shows the placed rock model. It is a different item form the one you see in the inventory (the one created in the step 1).
Now create the placed_rocks.json file inside the folder contents\myitems\resourcepack\myitems\models\block\.
Done!
Now try to right click with the rocks item and you will see it places the rocks_placed model.
Last updated
Was this helpful?