#Immersive Industry Custom recepis

89 messages · Page 1 of 1 (latest)

stark marlin
#

So, hello, first of all, I would like to create my own recipes for the Immersive Industry mod, which is an add-on for immersive engineering, but I can't seem to get it to work. I would really appreciate some help. I'm on 1.16.5 and use Forge as my modloader, and I have Kubejs Immerive add-on installed.

frail mountainBOT
#

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

civic thunder
#

I don't think 1.16 is even supported anymore

stark marlin
#

how not supported

hollow heart
#

if the mod youre trying to make recipes for uses the standard datapack method of creating recipes, you can use event.custom()

stark marlin
#

ok cold you give me an example of the code i wold need

stark marlin
hollow heart
#

its just

onEvent('recipes', e => {
  e.custom({
    // ... datapack format here
  })
})
static cloudBOT
#

You can add, remove, and modify recipes with KubeJS. The wiki has a page on that!
If you want to learn how to add recipes to any mod, click the Custom button.

hollow heart
#

custom page to find the datapack format ^

stark marlin
#

ok thanks

#

so if trid it but i donst work cold someone have a look over my code

hollow heart
#

what is that red error?

#

that looks very odd

stark marlin
#

that is exactly waht you send me expet that i put the resipe whre you sad datapack format

hollow heart
#

i know that, i can see it

#

i now want to know what the error is in your own screenshot

stark marlin
hollow heart
#

why is your file a json file

#

its JS

#

javascript

stark marlin
#

ah ok

#

ok thanks my bad now it works

hollow heart
#

nice

stark marlin
#

how can i add fluids from any other mod to the recepis

hollow heart
#

you need to find the proper recipe format for it, usually something like { fluid: '...', amount: x }
and then just use the fluid ID

stark marlin
#

ok i want to make an enrichtment recepie with the sulfuric asid fluid from meka do you have any idear what tag i need to use

hollow heart
#

not a clue, id have to research that too

stark marlin
#

ok

#

can i import tags for fluids

hollow heart
#

not sure what you mean by importing, but tags in recipe are just different recipe formats

#

it all comes down to the format of the recipe

stark marlin
#

i have the exaxt tag of my fluid i want to use but ingame the fulid is not found

limpid badge
stark marlin
#

no

#

the acid is from meka

limpid badge
#

What’s the format of the original Immersive Industry recipe?

stark marlin
#

ther are no only examlpels

limpid badge
#

You’re using “tags” -> “fluids”, not “fluid” -> “tag”

#

Are you sure that’s correct for this?

limpid badge
stark marlin
#

if i do it like i showd the recipe is ther but witchout the acid

limpid badge
stark marlin
#

nope donst work

#

the wird thing is that i can produze the acid in the multi block

limpid badge
stark marlin
limpid badge
#

It’s “fluid” then “tag” again

#

Not “tag” then “fluid”

stark marlin
#

that is the code for the recipe that donst work

limpid badge
#

I wonder how you can get fluid tags

stark marlin
#

going into the mod it self and surching

limpid badge
#

What if you tried “id” instead of “tag”? I’m not sure that the thing you specified is a tag

hollow heart
#

its usually id or name most commonly, from what ive seen hmmm

stark marlin
#

nope

#

it donst work

limpid badge
stark marlin
#

Error creating recipe immersiveindustry:kjs_6cjg5uil9r4948357g6vm3a0f[immersiveindustry:electrolyzer]: {"type":"immersiveindustry:electrolyzer","input":{"item":"immersiveengineering:ore_aluminum"},"fluid":{"id":"mekanism:flowing_sulfuric_acid","amount":1000},"result_fluid":{"fluid":"minecraft:water","amount":1000},"result":{"item":"immersiveengineering:dust_aluminum","count":3},"large_only":true,"time":10,"tickEnergy":32}: com.google.gson.JsonSyntaxException: Missing tag, expected to find a string

limpid badge
#

Actually, try “id”: “mekanism:sulfuric_acid”

stark marlin
#

alrady trid that

limpid badge
#

Not flowing sulfuric, just sulfuric

stark marlin
#

nope

limpid badge
#

Error?

stark marlin
#

same error

limpid badge
#

You could just copy paste the result of the fluid output that did work into the input hete

limpid badge
stark marlin
#

nope dint work ether

limpid badge
#

Would you send the full error?

stark marlin
static cloudBOT
#

Paste version of startup.txt, client.txt, server.txt from @stark marlin

limpid badge
#

That’s quite odd

#

Have you considered checking the dependents tab on CurseForge for this mod, looking though mod packs that use it, and see how they did it (if at all)?

stark marlin
#

most times they dint use other fluits than minecraft

#

the wird thing is that if i use this versin i get an recepie but it donst use the fluid

stark marlin
#

can i change the tag that i need to an kubeja tag?

#

from the acid

civic thunder
#

You can add a tag to the acid

#

(modify tags)

stark marlin
#

i mean that how do i do that

civic thunder
#

One second

#
onEvent("fluid.tags", event => {
  event.add("your:tag", "the:fluid")
})

That might work

stark marlin
#

ok i will trie it afer i ate

stark marlin
#

it works thaks you saft me