wand and crafting_table
Yukylyu opened this issue ยท 4 comments
Hi
My players can put the wand in a craft table :(
spigot 1.16.3
magic 7.10.3
containers:
- crafting_table
- furnace
- furnace_minecart
- brewing_stand
- blast_furnace
- smoker
- dispenser
- hopper
- dropper
- barrel
- chest
- trapped_chest
I have prevented to put the wand in the crafting table (with the list 'containers'), because if a player puts his wand and breaks the crafting table, the wand falls to the ground and therefore he can lose his wand.
Hm, ok i see that's a good point.
Crafting tables are not considered containers (by Minecraft itself) because they don't really hold or store items in the block, it's just a GUI.
I recently allowed crafting with wands so that you could make complex recipes involving wands as ingredients.
I will change that to only allow wand crafting for wands that are "stashable", meaning wands that can be put into containers. I'll let you know here when that's available to test.