FallingColors / HexMod

Minecraft mod about drawing spells
MIT License
120 stars 86 forks source link

Ancient Scrolls available in creative inventory #711

Open TinyDeskEngineer06 opened 1 month ago

TinyDeskEngineer06 commented 1 month ago

Describe the feature

All of the Ancient Scrolls should probably be available in the creative inventory. Currently there does not seem to be any way to get them in creative without looking for structures which may contain them. This makes it quite annoying to test things using Great Spells in creative.

Additional context

No response

object-Object commented 1 month ago

You can use a subcommand of the /hexcasting command to get great spell scrolls in creative.

object-Object commented 1 month ago

The reason they currently don't appear in the creative menu is because great spell patterns are different in each world, and the NBT for scrolls stores the physical pattern, not the pattern ID or something. So it would probably need to be some sort of dynamic item that replaces itself with the actual per world pattern when used, or something.