#[DeluxeMenus] Placeholders as material

1 messages · Page 1 of 1 (latest)

gloomy ruin
#

Is it possible to have a placeholder as the material?

For example:

  "ItemName":
      material: %placeholder_here%
      slot: 10```

Where %placeholder_here%, say would return "stone"?
#

But combined with other supported material values?

Say: itemsadder-namespace:%placeholder%

abstract glen
gloomy ruin
#

Custom Model Data in nbt string is depreciated but can it still be used?

#

Or could a placeholder be used for model_data?

abstract glen
abstract glen
abstract glen
# gloomy ruin Or could a placeholder be used for model_data?

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.

gloomy ruin
abstract glen
#

I believe it looks like this: ```yml
nbt_ints:

  • 'CustomModelData:3'
gloomy ruin