
Custom Model Data tutorial + example pack - Planet Minecraft
Nov 3, 2021 · Hi, managed to get the custom model data to work with the below, but the normal item without the custom model data now shows as a flat black-and-purple item (missing …
Custommodeldata Minecraft Texture Packs
Jan 21, 2010 · x 11 9 12 Example Custom Model Data 16x Minecraft 1.21.10 Other Texture Pack ewanhowell5195 4 months ago • posted last year 4.7k 784
How to use Custom Model Data in your Resource Pack - Planet …
Jul 21, 2023 · Custom model data can be used to essentially add a skin to an item by changing it's texture based on a value You must first need a basic resource...
CustomModelData 1.21.4 | SpigotMC - High Performance …
May 4, 2025 · Hello everyone, I'm creating a Minecraft 1.21.4 plugin and I can't seem to define an ID for a model I'd like to put in my GUI. I've looked at the...
Resource - Advanced Resourcepack Mechanics | How to create …
Aug 8, 2021 · As the name suggests, Custom Model Data is a NBT tag added by Mojang to support custom models for items (Originally intended for datapacks). This NBT Tag can be …
1.21 - Custom Model Data | SpigotMC - High Performance …
Apr 3, 2025 · Hey! I was wandering if anyone knew how to use custom model data in 1.21.4. I've already learned how to do the resource pack part i just don't know how...
Example Custom Model Data Minecraft Texture Pack
Nov 10, 2024 · Example Custom Model Data undefined View the pack on my website! This pack provides example item definitions and models for using Custom Model Data in Minecraft …
1.21 - Custom model data | SpigotMC - High Performance …
Aug 16, 2025 · 1.21 Custom model data Discussion in ' Spigot Plugin Development ' started by Amisoz, Aug 16, 2025.
1.21 - CustomModelData | SpigotMC - High Performance …
Apr 27, 2025 · Custom model data now uses the CustomModelDataComponent. This is straight from my ItemBuilder: Code (Text): public ItemBuilder setItemModel (String model) { ItemMeta …
1.20 - In need of some insight in Custom Model Data
Jul 8, 2023 · Custom Model Data was a feature intended for data packs (but can also be utilized by plugins) for creating custom "items" within textures. The feature allows you to change the …