Giter Site home page Giter Site logo

Crafttweaker about naturesaura HOT 4 CLOSED

ellpeck avatar ellpeck commented on August 14, 2024
Crafttweaker

from naturesaura.

Comments (4)

Ellpeck avatar Ellpeck commented on August 14, 2024

Not yet, but there shall be some soon.

from naturesaura.

Fortist avatar Fortist commented on August 14, 2024

It's alright I had already dived and made some recipes when posting.
A few hiccups with the string, No OreDict entries allowed (which makes some recipes annoyingly specific, but I digress) and wondering what aura amount to use, unsure if it's a per tick amount or a flat amount.
The first hurdle was wtf "NaturesAura.MODID" was, but being an idiot, it was simply just the modID. "naturesaura"

Next was a test and I didnt realize I needed a string, so got that issue.
After was the trying to use an array of items in a recipe, which failed.
After that was using Oredict, which failed.
So, after figuring out the rules, everything fell into place.

import mods.naturesaura.TreeRitual;
import mods.naturesaura.Altar;
import mods.naturesaura.AnimalSpawner;
import mods.naturesaura.Offering;

[TreeRitual/Altar/AnimalSpawner/Offering].removeRecipe(<Item Output>);

TreeRitual.addRecipe("STRING", <Sapling Input>, <Item Output>, Tick Time, [<Array>, <of Items>]);
Altar.addRecipe("STRING", <Item Input>, <Item Output>, <Catalyst>, Aura, Ticktime);  (Im unsure if the catalyst can be set to "null," havent tried yet.)
AnimalSpawner.addRecipe("STRING", "Mob ID", Aura, TickTime, [<Array>, <of Items>]);
Offering.addRecipe("STRING", <Item input>, <Offering/Item>, <Item output>);

This was mostly spurred on because the very first Tree Ritual recipe, Ancient Trees, seemed to not work due to having Sugar Canes go missing in both the book and JEI, no idea what mod interaction (Or resource pack interaction, if possible) broke the recipe.

from naturesaura.

Ellpeck avatar Ellpeck commented on August 14, 2024

The rules are just CraftTweaker's default rules 🤔
As I said though, I will add documentation for the CT integration at some point.

from naturesaura.

Shadows-of-Fire avatar Shadows-of-Fire commented on August 14, 2024

Oredict doesnt work because your methods require IItemStack for item input, they should require IIngredient instead.

from naturesaura.

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.