#[DeluxeMenus] Placeholders as material
1 messages · Page 1 of 1 (latest)
But combined with other supported material values?
Say: itemsadder-namespace:%placeholder%
This one is possible material: placeholder-%placeholder_here%.
This one is not
Custom Model Data in nbt string is depreciated but can it still be used?
Or could a placeholder be used for model_data?
Yes. But there's no need for that. There's a new option called model_data
I'll have to check.
No. Doesn't support placeholders. But you can still use the old option if you want. The only problem is that nbt options tend to break on every new minecraft release so you can't instantly update to a new version and you have to wait for DeluxeMenus to get an update first.
That absolutely fine for a work around at this point, do you have an example of the old method on it's set up for model data NBT?
I believe it looks like this: ```yml
nbt_ints:
- 'CustomModelData:3'
Thank you very much that's helped a lot!