#Wanting to use a tinkers fluid in a recipe with create but fluid dose not have a tag or id
30 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of AddedRecipes.js from @tired imp
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)
})
///js
//
Paste version of message.txt from @tired imp
What fluid are you trying to use? Check for its id in JEI (might have to press F3+H first).
Assuming it is actually called "magma" you should be using Fluid.of("tconstruct:magma", 250)
ya thats exactly what it is and i do have tooltips on and theres no id whatsoever
thats from probejs
Well if probejs says it's called "tconstruct:magma" my code snippet should be correct for the fluid syntax
But yeah it's odd that JEI isn't displaying the fluid id, idk what's going on there
i also have a blaze cake base recipe not working lol
also that code snipit you gave me worked perfectaly lol
It's a spelling mistake in "dragon_egg"
And cinder flour ("create:cinder_flour") lol
If you're unsure about an id type @item in vscode and hit tab, probejs will provide you with item id autocompletions