I'm having trouble making this Alchemist's Cauldron recipe work. This is just a test to see if I can get it working, really, so I tried making a recipe that makes it so that when you add an amethyst shard to a mundane potion in the alchemist's cauldron, you get an Arcane Essence. I have the KubeJS Iron's Spells addon and I put the script in the startup folder, but it just gives me an error about the script trying to access a private method. I'm kind of new to KubeJS and the documentation on the Iron's addon is kinda sparse, so could anyone help me understand what I did wrong?
#Adding Iron's Spellbooks Alchemist Cauldron recipes.
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
StartupEvents.postInit(event =>{ AlchemistCauldronRecipeBuilder.create() .setPotionInput(Potions.MUNDANE) .setIngredient('minecraft:amethyst_shard') .setResult('irons_spellbooks:arcane_essence') .setBaseRequirement(1) .setResultLimit(1) .register() })
Paste version of startup.log from @upbeat shell
@vivid olive your mod, go time
i've seen this issue before, i haven't touched the mod in a while though
it's an incompatibility between the newer versions of ISS iirc