Gunnar

Results 47 comments of Gunnar

Yes, the recipe book config and recipe book editor got a complete overhaul (multiple, in fact, since 3.x). To fix any issues with the recipe book and use the new...

There seem to be too issues here. #### 1. The ingredient (input slot) is not checked for valid NBT I'll look into this one and try to fix it. As...

I had a look into it, and it is happening because the Equip Event causes the cursor and current stack to swap. That is because the event updates the inventory....

Hmm, maybe I mixed things up, and you need to add it to the `loadbefore` list in the `plugin.yml`. All we need is that the events of AdvancedEnchantments are called...

Unfortunately, the recipe book and custom recipes is a very tricky situation, because vanilla recipes and the recipe book don't support NBT data. (https://bugs.mojang.com/browse/MC-122622) Does this look like your issue?...

I fixed things up and added better feedback messages, so in the future the error tell me what's wrong. The next free version that'll include these changes will be released...

For some reason, the prepare event isn't called for the last ingredient in the grid. I found a fix for it, but it requires ProtocolLib to function... Trying to find...

I assume these variables are saved in the NBT of the item, right? If that is the case you could use the [Result Target](https://github.com/WolfyScript/CustomCrafting/wiki/Result-Target) and the [NBTMergeAdapter](https://github.com/WolfyScript/CustomCrafting/wiki/Merge-Adapter-%7C-NBT) and copy the...

ok so, adding this target to the result of the recipe (via the config), should take the variables from the ingredient in the specified slot and put them into the...

This sounds like Magic is doing something that blocks interactions in inventories. I'll try to find the conflict, but fixing it might be complicated. Do the wands have an option...