#Bug

8 messages · Page 1 of 1 (latest)

silver mural
#

Cant seem to get 2 items made with kubejs. i can ownly get one amd of I try to make another, it wont even load into the game with it in there...

crisp havenBOT
#

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

obsidian cedarBOT
#

Never say 'it crashed', 'it errored', or 'it didn't work' without providing the full crash report, log, and scripts!

silver mural
obsidian cedarBOT
#

Paste version of Items.js from @silver mural

silver mural
#

but if i add another one

#

the one under the first and so on dont load

obsidian cedarBOT
#

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)
})