#Create spout recipe not working
29 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
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)
})
ServerEvents.recipes(event => {
event.recipes.create.filling('minecraft:skeleton_skull', [Fluid.lava(), 'tconsruct:blaze_head'])
})
Your using 119 Syntex. U need onEvent format for 118
Events that get fired during game to control recipes, world, etc.
onEvent('recipes', event => {
event.recipes.create.filling('minecraft:skeleton_skull', [Fluid.lava(), 'tconsruct:blaze_head'])
})
doesnt work
You got the kubejs create mod?
ye
Send ur server kubejs log.
??neversay
Never say 'it crashed', 'it errored', or 'it didn't work' without providing the full crash report, log, and scripts!
Paste version of server.txt from @modest kelp
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
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
oops
Ticket re-opened!
STILL not worikng im going insane
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.
finally