Crafting spell in the book
signorhuman opened this issue Β· 9 comments
Hi, I am writing to understand how I can solve this problem.
I can not put spells in books. I activated the command from the config:
Should we allow spells to be craftable into books?
spells-craftable: true
but the command does not seem to be good.
I don't understand what command I have to do. I tryed with:
/book
/teach book
every combination.... the only book I get is: minecraft:written_book "Invalid book tag".
How should I solve this?
i'm using "HarryPotterSpells v1.1.9" in minecraft 1.12
@signorhuman Just to understand the request further. Let's say I have a spell called Accio
- You want to be able to (craft the spell into) / (use a command that generates) a spell book
- Use the spell book on the wand
- The player is now taught Accio
Correct me if I'm wrong. Sorry for the delay, I still want to fulfill the request :)
Ran into a problem while trying to do this:
- Making spells craftable / Command that generates a spell book is no problem
- Spells are tied to players not the wand themselves, so it would be hard to "enchant" a wand item with the spell. Other problem is some wand items cannot be placed into an enchantment table eg) stick
I was thinking if a player has a spellbook and he right clicks the book in his inventory he then learns the spell, open to discussion about this. What do you think? @signorhuman
Hi @signorhuman
Currently, only 1 spell has a craft recipe and that's the time spell. So basically using the recipe below if you put those items into a crafting table you should receive a spell book.
recipe.shape("dGd", "dCd", "DBD");
recipe.setIngredient('d', Material.DIAMOND);
recipe.setIngredient('G', Material.GHAST_TEAR);
recipe.setIngredient('C', Material.WATCH);
recipe.setIngredient('D', Material.DIAMOND_BLOCK);
recipe.setIngredient('B', Material.BOOK);
Currently, there is no functionality with the created book as it is only for aesthetical uses. But if you would like some functionality built into the books feel free to let me know what they are. I might even be able to add it to the next release
The idea was to be able to put the spells on the books to use them on items of your choice: hoe for example. This changing the texture of the hoe with a wand can be customized to the maximum!
I was thinking of a basic command like / spellbook "spell", very easy.
it's possible? in short, I would like to be able to enchant the items: hoe, shovel, ax with spells. I'm waiting for your answer, Thank!
Hi there I thought I might jump in and suggest something here to do the spells books, I donβt have a lot of knowledge on the spell books from the plugin as they still being made but what I did make something with this plugin a few years back is create spell books from a tell raw program very simple so I created books that students can read and click their spells they want to to learn if you want I will forward that link to you http://minecraft.tools/en/book.php
@signorhuman Ahh ok understand. I can definitely make it a command. In terms of enchanting items with spells, I will need to see how hard that is :)
@ZeonBT Nice link XD
@jacklin213 thank you so much! I'm sure it will be the best plugin for spells! I look forward to the update!