Git Product home page Git Product logo

Comments (4)

MaxNeedsSnacks avatar MaxNeedsSnacks commented on August 19, 2024

Can you provide a full script file please? (go to https://hastebin.com/ and paste the contents there, then send the link here)

Also please tell me which folder the script is in, is it in kubejs/server_scripts or another folder?

from kubejs.

theLadyStardust avatar theLadyStardust commented on August 19, 2024

It's in server_scripts. I managed to get the infusing recipe to work, it was likely something else in the file. I did have an issue with injecting recipes, however. Here's the file, the lines that aren't working are at 438 - 440. https://hastebin.com/kiqefixiju.csharp

from kubejs.

MaxNeedsSnacks avatar MaxNeedsSnacks commented on August 19, 2024

Your gas ingredient is formatted incorrectly:
{gas: "mekanism:sulfuric_acid", 200}
needs the amount key because you're using a js object, so:
{gas: "mekanism:sulfuric_acid", amount: 200}

As for your other questions:

Is there a way to add new fluids the same way you can add items and blocks?

Yes, there is an event called fluid.registry which you can use to create fluids using a Fluid Builder

and is there a way, aside from making multiple recipes, to allow for multiple inputs, aside from forge tags?

Yes, vanilla ingredients support lists of tags / items and you can achieve the same effect in KubeJS by using ingredient.of([...])

Hope I could help!

from kubejs.

theLadyStardust avatar theLadyStardust commented on August 19, 2024

That's perfect! Thanks so much!

from kubejs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.