#Adding a custom model to the deluxmenu
1 messages · Page 1 of 1 (latest)
Try 'material: itemsadder-<item-name>'
https://ci.extendedclip.com/job/DeluxeMenus/
And use the dev-build version
Hey! Is this feature compatible with Oraxen? Is that something planned?
Currently not, just IA, but we could add that on the todo list
It is now included in the latest release
Alright, should I suggest this somewhere specific?
Nope, I will add it to the list
Awesome, thanks! 🙂
you can also do it with custommodeldata
'randomitem': material: DIAMOND_HOE nbt_ints: - CustomModelData:39
In this way, it is basically compatible with everything, since it directly uses the CustomModelData of the items, as long as you know what the CustomModelData of the item you want is, you can use it in this way :3
It is the same thing as model_data
yea, it is
I commented on it because "it is not compatible with "Oraxen", so this is its solution :3
here for more information:
https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/item#nbt-tags-custommodeldata
As they said on spigot
Added a new item option called model_data:. This should be used over nbt tags when using CustomModelData as this option uses Spigot’s API so it won’t break every version!