#Did i do something wrong??
27 messages · Page 1 of 1 (latest)
You can write your code in a codeblock by typing it between the codeblock delimiters:
```js :arrow_left:
ServerEvents.recipes(event => {
event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})
``` :arrow_left:
As an example, :arrow_up: will look like this:
ServerEvents.recipes(event => {
event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})
ServerEvents.recipes(event => {
event.custom(
{
"type": "create:haunting",
"ingredients": [
{
"tag": "minecraft:raw_iron"
}
],
"results": [
{
"item": "mekanism:raw_uranium"
}
]
}
)
})
thats ID
ServerEvents.recipes(event => {
event.custom(
{
"type": "create:haunting",
"ingredients": [
{
"item": "minecraft:raw_iron"
}
],
"results": [
{
"item": "mekanism:raw_uranium"
}
]
}
)
})
like this?
it still doestnt work....its the same layout
You can find your KubeJS server log in /minecraft/logs/kubejs/server.log.
If you are on 1.18 or below it will be called server.txt.
Please send it if asked, as it contains helpful information.
Paste version of server.log from @cursive forge
hold on, ive seen this issue before
i mentioned it in a private channel we have, hopefully Lat will know more
thank you
#1163981057826230384
Ticket closed!

