#Alchemistry

27 messages · Page 1 of 1 (latest)

rain phoenixBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

inland craterBOT
#

You can add, remove, and modify recipes with KubeJS. The wiki has a page on that!

dense roost
#

scroll down to the custom recipe section

echo edge
#

Can't understand how to add chances and how do I know what's the recipe type?

dense roost
#

firstly, does the recipe allow for chance?

pastel widget
#

looks like it does a form of 'loot table' in it's recipes

echo edge
echo edge
pastel widget
#

it's all there, just need to look for an existing recipe that does what you want and copy it

echo edge
#

Okay no

pastel widget
#

what is It?

echo edge
#

Oh, sorry, I'm back

#

Btw, the recipe

#

I copied and edited the stone one

#

But the Dissolver doesn't work as I scripted

#

It still does what originally do

#

event.custom({ "type": "alchemistry:dissolver", "input": { "ingredient": { "item": "minecraft:stone" }, "count": 1 }, "output": { "rolls": 1, "weighted": true, "groups": [ { "probability": 55.0, "results": [ { "item": "minecraft:air" } ] }, { "probability": 2.0, "results": [ { "item": "chemlib:iron" } ] }, { "probability": 0.5, "results": [ { "item": "chemlib:gold" } ] }, { "probability": 5.0, "results": [ { "item": "chemlib:carbon" } ] }, { "probability": 10.0, "results": [ { "item": "chemlib:silicon" } ] }, { "probability": 18.0, "results": [ { "item": "chemlib:silicon_dioxide" } ] }, { "probability": 5.0, "results": [ { "item": "chemlib:copper" } ] }, { "probability": 2.0, "results": [ { "item": "chemlib:sulfur" } ] }, { "probability": 2.5, "results": [ { "item": "chemlib:oxygen" } ] } ] } })

#

This is how I did

deep stratus
#

did you remove the original recipe?

echo edge
#

Oh, no

#

I did

#

But still