So every part of it works until I get to the lithium. I think it’s just the way I’m labeling it but I’ve tried all different varieties and can’t get it to go. I don’t know what exactly I need to call the liquid lithium to get it to go to the rotaries. I have the rotaries set up to input liquid from the side the inventory cables are on.

by mrawaters

3 Comments

  1. Lua?

    If you press f3+h you can search liquid/molten lithium and see the actual tags. Not sure if you’ve done this already or not.

    Noticed your one ‘end’ is ‘End’ but I really doubt thats it.

    Also is this fluid:optionalmodhere:fluid_name like the other person mentioned? I have no idea what mod this is so idk what the docs would say.

  2. Use `each side` on blocks that faces dont matter. Also, you dont need to `end` each time you want to add a new sequence, just use `forget` and you wont need to put “end + every”.
    Now, for the real problem: The answer is already on your own code. You need to put “variables” in the correct order. Ex: `fluid:minecraft:water`. If you put: `minecraft:fluid:water`, it wont work.
    Change the `mekanism:fluid:liquid_lithium` to `fluid:mekanism:liquid_lithium` (or even just `fluid::`).