#hide latex by thermal series

17 messages · Page 1 of 1 (latest)

median jetty
#
{
  "type": "thermal:tree_extractor",
  "trunk": "minecraft:jungle_log",
  "leaves": "minecraft:jungle_leaves",
  "result": {
    "fluid": "thermal:latex",
    "amount": 25
  }
}```


```js
onEvent('jei.hide.fluids', e => {
    e.hide([
    "thermal:latex"
  ])
})```

I took the id of the latex which was in the json of the mod, but after having restarted the modpack, I always have the latex
feral harnessBOT
#

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

opal marsh
#

e.hide([
"thermal:latex"
]) should just be
e.hide('thermal:latex');
No need for the [ ]

#

One line or two, single or double quotes, doesn't matter.

#

That's how I write it

#

I use that in my own pack to hide fluids without issue.

median jetty
#

I'll take a look at it right away 😉

#

I had put the [ ] because in the future I wanted to hide other fluid, bha thank you in any case I know where the error comes from now, do not put if you have 1 fluid or items to hide

opal marsh
#

Each fluid needs its own line

#

e.hide('thermal:latex');
e.hide('thermal:resin');
e.hide('thermal:tree_sap');
e.hide('thermal:whatever');

#

Same with items

median jetty
#

ha, good to know, I thought it was like the items

opal marsh
#

Did it work for you then?

#

If so, please close the ticket 🙂

rose yarrowBOT
#

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue! This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You generally should create a new post for unrelated issues.

median jetty
rose yarrowBOT
#

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue! This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You generally should create a new post for unrelated issues.