#Create spout recipe not working

29 messages · Page 1 of 1 (latest)

modest kelp
#

ServerEvents.recipes(event => {
event.recipes.create.filling('minecraft:skeleton_skull', [Fluid.lava(), 'tconsruct:blaze_head'])
})

trim cliffBOT
#

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

light muralBOT
#

You can write your code in a codeblock by typing it between the codeblock delimiters:
Note that these are backticks, not apostrophes

```js :arrow_left:

ServerEvents.recipes(event => {
event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})

``` :arrow_left:

This example will look like this:

ServerEvents.recipes(event => {
  event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})
modest kelp
#
ServerEvents.recipes(event => {
    event.recipes.create.filling('minecraft:skeleton_skull', [Fluid.lava(), 'tconsruct:blaze_head'])
  })
barren field
#

Your using 119 Syntex. U need onEvent format for 118

modest kelp
#

what

#

oooh

#

so whats the 1.18 format

barren field
#
onEvent('recipes', event => {
    event.recipes.create.filling('minecraft:skeleton_skull', [Fluid.lava(), 'tconsruct:blaze_head'])
})
barren field
#

You got the kubejs create mod?

modest kelp
#

ye

barren field
#

Send ur server kubejs log.

outer shell
light muralBOT
# outer shell ??neversay

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

modest kelp
#

ok

light muralBOT
#

Paste version of server.txt from @modest kelp

barren field
#

server_scripts:retete create.js:2: Failed to create recipe for type 'create:filling': tconsruct:blaze_head is not a valid ingredient!
[16:39:56] [ERR ] server_scripts:retete.js:379: Failed to create recipe for type 'kubejs:shaped': create_fluid_pipe with key 'B' is not a valid ingredient!
[16:39:56] [INFO ] Posted recipe events in 333.5 ms

#

There isn't any item called tconsruct:blaze_head.

And ur other recipe is failing to. No such item for your B ingredient

#

tconstruct:blaze_head I'm assuming is correct spelling

#

@modest kelp

light muralBOT
#

ProbeJS is an addon mod for KubeJS that generates typings files for VSCode, allowing VSCode to offer autocompletions for a ton of things!

Mod by @shut kelp

modest kelp
#

oops

modest kelp
#

STILL not worikng im going insane

light muralBOT
#

Send your code here instead of a screenshot

It makes it easier to diagnose your code and help you fix it or make the required changes/additions.

modest kelp
#

finally