#Create Mixing
35 messages · Page 1 of 1 (latest)
I think that should be either:
event.createMixing // as an alias
or
event.recipes.create.mixing // full
And if both of them don't work
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Then send logs
Please send your KubeJS server log. It can be found at /minecraft/logs/kubejs/server.log.
If you are on 1.18 or 1.16 it will be called server.txt.
Please send the file directly, without links or snippets.
And as the support bot says please close your ticket if it works
yup
ok so the 2nd one produces no errors but still dont work
Paste version of server.log from @tranquil egret
it wont mix and there is no jei
Oh wait I see the issue
You're using square brackets
h
And you have no result
Ah.
KubeJS Create is an addon that will allow you to use KJS scripts with Create more easily.
Look at the wiki there
ServerEvents.recipes( event => {
event.recipes.create.mixing(
['minecraft:carrot'],
[Fluid.of('kubejs:gold', 250)]
)
})
Even that doesn't have a result
Well it does
250 mB of Gold into a Carrot
But I'm assuming they aren't trying to make carrots from gold
Yeah
I'm assuming they want golden carrots
yeah golden carrots
Yeah you haven't specified that anywhere
In that case, you should get a result as the first parameter
ServerEvents.recipes( event => {
event.recipes.create.mixing(
['minecraft:golden_carrot'],
['minecraft:carrot', Fluid.of('kubejs:gold', 250)]
)
})
i did specify it a while ago but then i rewrote the code a billion times and forgot the result 😭
yeah this works, im sobbing