Request for BlockStateTag in kits. #4360
Answered
by
triagonal
cataclisto
asked this question in
Ideas and Feature Suggestions
-
Right now the current kits do not save blockstates on held items. If I were to spawn in the light blocks 1-15 The blocks would be separate in my inventory, but if a kit would be made with them it would only save the default light block and give you 15 level 15's when a kit is given. |
Beta Was this translation helpful? Give feedback.
Answered by
triagonal
Jul 14, 2021
Replies: 1 comment 2 replies
-
By default, the
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cataclisto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, the
/createkit
command is unable to record NBT data on items. You have two options:- itemname amount {NBT...}
. Note that if you choose this option, you can't also use essentials meta such asname:
orlore:
on the same item.use-nbt-serialization-in-createkit
which will record item NBT data when using/createkit
, but will store the kit items in a non human-editable format inside the kits.yml file.