espidev / ProtectionStones

A useful and intuitive Minecraft region protection plugin that uses a certain block to protect regions.
https://www.spigotmc.org/resources/protectionstones-updated-for-1-13-wg7.61797/
GNU General Public License v3.0
67 stars 34 forks source link

PS crafting recipe does nothing (Solved) #398

Closed nnnarvaez closed 6 months ago

nnnarvaez commented 6 months ago

As the name says, the crafting recipe does not produce a PS

espidev commented 6 months ago

did you set allow_craft_with_custom_recipe = true

nnnarvaez commented 6 months ago

Yes i had, after much struggle i found i needed to add true the use in crafting in the ingredient stone config file in the behavior part:

[behaviour]
    allow_use_in_crafting = false 

Probably good to mention it in the docs lol, im closing this one