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

tired imp
#

any idea how i can add a tag to the magma fluid?

zenith swanBOT
#

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

tired imp
winged raftBOT
#

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)
})
tired imp
winged raftBOT
#

Paste version of message.txt from @tired imp

lilac harbor
#

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)

tired imp
#

ya thats exactly what it is and i do have tooltips on and theres no id whatsoever

#

thats from probejs

lilac harbor
#

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

tired imp
#

i also have a blaze cake base recipe not working lol

#

also that code snipit you gave me worked perfectaly lol

lilac harbor
tired imp
#

LMAO

#

i see it

#

sorry lol

lilac harbor
#

And cinder flour ("create:cinder_flour") lol

tired imp
#

omg 🤦‍♂️

#

yay!

lilac harbor
#

If you're unsure about an id type @item in vscode and hit tab, probejs will provide you with item id autocompletions

tired imp
#

hmm ill have to keep that in mind

#

i also have all these errors with emi

#

any idea what it is?