Spelunkery has a feature where when you right-click a grindstone while holding certain items you can grind them into other items. I am trying to replace the input for one of these grinding recipies, but a normal event.replaceInput() doesn't work. Does anyone know what I could do instead? I'm a total beginner to KubeJS so any help would be appreciated!!
#Trying to Edit Spelunkery Grindstone Recipes
4 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Looking at the Spelunkery source code and it seems grindstone recipes are not recipes at all but instead loottables.
thanks i'll try editing to use LootJS!