#DeluxeMenus 1.21.4 GUI looks bad
1 messages · Page 1 of 1 (latest)
Hi!
I think due to lot of changes about custom model data in 1.21.4 version, DeluxeMenus isn't compatible at the moment.
lok ty
crates have the same issue, custom items made for crates like keys show as paper also
probably same cause
Resources pack format changed for custommodeldata
Up to 1.21.3 (old):
Path: assets/minecraft/models/item/netherite_pickaxe.json
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/netherite_pickaxe"
},
"overrides": [
{ "predicate": { "custom_model_data": 1 }, "model": "zencraft:item/collection/betav3/pickaxe" }
]
}```
**Since 1.21.4 (new):**
Path: `assets/minecraft/items/netherite_pickaxe.json`
``` {
"model": {
"type": "range_dispatch",
"property": "custom_model_data",
"entries": [
{
"threshold": 1,
"model": {
"type": "model",
"model": "zencraft:item/collection/betav3/pickaxe"
}
}
],
"fallback": {
"type": "model",
"model": "item/netherite_pickaxe"
}
}
}```
is there any way to make this compatible with both 1.21.3 and 1.21.4 or it's one or another?
Most likely have to make separate packs, or include multiversion support within the pack
Ok ty, will wait for plugin update first.
I am having the same problem, I am using Oraxen plugin and the picture I posted is me using Advanced Enchatment Plugin, and some custom GUI, I don't know how to fix it. I have been searching for the problem all day but I can't find it.
File: Oraxen/pack/models/hyronic_utils/transparent_model.json
{ "parent": "minecraft:item/generated", "textures": { "layer0": "hyronic_utils/transparent" } }
As I read, the current Oraxen update does not support custom data models, but I am confused about how to add custom data models to other plugins that still support custom data models.
1: item: type: FEATHER id: 0 custom-model-data: 0 force-glow: false enchant-group: SIMPLE price: money:20000 sound: BLOCK_ANVIL_LAND name: "&f᪗ Random Enchantment" lore: - ""
I want to remove the feather item using a transparent texture, but the AE plugin still supports custom model data, while Oraxen doesn't support custom model data.
Sorry my English bad