
How do I use /give command for specific spell scrolls?
Blu8901 opened this issue ยท 1 comments
This isn't technically an issue but I can't figure out how to do it so it actually works in the binding table.
I've been trying to do /give @p spell_engine:scroll[spell_engine:spell_container={spell_engine:blink}] like you would for enchantments or potions but every variation I've tried hasn't worked so far.
Hopefully I'm just being dumb and missing something.
Thank you!
Please don't use GitHub for QnA, RPG Series has a Discord server.
In general, use the following command to find the information you need:
/data get entity @p SelectedItem
(make sure to hold the item what you want to get info about)
With the output of the command, it is easy to figure out the following
/give @p spell_engine:scroll[spell_engine:spell_container={spell_ids:["wizards:frost_blizzard"]}]