Minecraft 1.21.4 custom model data command
I have looked online for some results, but did not figure out how I could get an item with a custom model data, let's say 1.
/give @a paper[custom_model_data={id:2}]
This is what I tried, but once I change to other ids, the items stack on each other, indicating that the custom model data did not register. Could someone help me?6 Replies
/give @a cobblestone[custom_model_data=11]
Example
Odd
https://www.gamergeeks.net/apps/minecraft/give-command-generator says its correct for 1.21.4
Minecraft, Give Command Generator
The Minecraft give code generator is a simple to use command maker, with enchantments, color name text, lore and advanced attributes.
yes but it's not working haha, i copied from that originally, then learned what a 'map' is in Java.
The command i sent in the original message goes through, but doesn't give the item the correct data because different data'd items still stack
Hey, I found a solution myself
/give @p paper[custom_model_data={floats:[1]}]
Try typing "/minecraft:give" instead of only "/give"