CustomModelData not working on kits
ElMoha943 opened this issue · 1 comments
Type of bug
Other unexpected behaviour
/ess version
output
[20:16:52 INFO]: CONSOLE issued server command: /ess version
[20:16:52 INFO]: Server version: 1.16.5-R0.1-SNAPSHOT git-Tuinity-"9f3435b" (MC: 1.16.5)
[20:16:52 INFO]: Brand version: Tuinity
[20:16:52 INFO]: EssentialsX version: 2.19.0-dev+194-6535edf
[20:16:52 INFO]: PlaceholderAPI version: 2.10.9
[20:16:52 INFO]: LuckPerms version: 5.3.47
[20:16:52 INFO]: Vault version: 1.7.3-b131
[20:16:52 INFO]: Citizens version: 2.0.27-SNAPSHOT (build 2296)
[20:16:52 INFO]: EssentialsXSpawn version: 2.19.0-dev+194-6535edf
[20:16:52 INFO]: Towny version: 0.97.0.0
[20:16:52 INFO]: Economy Layer: None
[20:16:52 INFO]: Obteniendo información de versión...
Server startup log
https://paste.gg/p/anonymous/8805ae4f57064d76b9f4687625fd0f5e
EssentialsX config files
https://paste.gg/p/anonymous/a742bcc14c3d4578a7688562babeb0bd
Error log (if applicable)
No response
Bug description
when creating a kit with /createkit
it doesnt save the item custom model data, i read on #2829 that it should.
Steps to reproduce
Give yourselft an item with a custom model data
use /createkit tools -1
use /kit tools
Expected behaviour
Items given have proper custom model data
Actual behaviour
items given dont have custom model data value
The issue you linked states that CustomModelData works if you add the NBT tag manually to the kit item inside the kits.yml
file like below:
- itemname amount {NBT...}
If you want to use CustomModelData on kit items, you either need to manually add the NBT tag to the kit item itself, or if you're using a dev build, you can use the new use-nbt-serialization-in-createkit
config option.