Kubejs Crafting Recipe Data Recipes
Related Searches
Editing Recipes - KubeJS Wiki
1 week ago kubejs.com Show details
Shapeless recipes are added with the event.shapeless() method. Players can put ingredients of shapeless recipes anywhere on the grid and it will still craft. The arguments to …
Create - KubeJS Wiki
1 week ago kubejs.com Show details
Jun 28, 2024 · If you don't want smelting, blasting, smoking, crafting, or stonecutting to get an auto-generated counterpart, then include manual_only at the end of the recipe id:
Recipes | NotEnoughMail’s Stuff
4 days ago notenoughmail.github.io Show details
This recipe has two possible syntaxes. The first: 1st argument: A KubeJS Shapeless crafting recipe, including advanced shapeless crafting, extra products shapeless crafting, and …
Tutorials - KubeJS Wiki
1 week ago kubejs.com Show details
How to use KubeJS. Getting Started Basics of KubeJS Video Tutorials KubeJS tutorials in video format Editing Recipes Adding, removing, and modifying recipes Editing Tags Adding, …
Using Kubejs to Add Custom Forbidden and Arcanus Recipes
5 days ago reddit.com Show details
Kubejs can load datapacks globally, using the 'data' folder that comes preloaded when you launch a pack with Kubejs. Parrot the format from the Forbidden and Arcanus recipes and put them …
Recipe ingredients and ouputs don't get nbt data #94 - GitHub
1 week ago github.com Show details
Mar 13, 2021 · Fabric / Vanilla doesn't support NBT output in recipes by default, you will need to use other mods (like NBT crafting) to potentially re-add support for that.
How to use KubeJS with Create 0.5.1? : r/CreateMod - Reddit
1 week ago reddit.com Show details
How can I make a recipe for the creative items by using the extended crafting table? I keep trying to find examples of the code needed to change recipes, but I cannot find it.
KubeJS 1.12.2 Recipes · GitHub
1 week ago github.com Show details
Nov 30, 2019 · Raw. recipes.js. // This script replaces beacon recipe with new one. // Listen to Crafing Table recipe event. events.listen ('recipes.crafting_table', function (event) {. // …
Editing Tags - KubeJS Wiki
2 weeks ago kubejs.com Show details
Recipes use item tags, not block or fluid tags. Even if items representing those are blocks, like minecraft:cobblestone, it still uses an item tag for recipes.
Consuming Item Durability in Crafting | Mango's KubeJS Notes
5 days ago pages.dev Show details
Oct 19, 2024 · Info .damageIngredient can only be used in kubejs:shaped and kubejs:shapeless recipes.
Having problems with adding crafting recipes with KubeJS - Reddit
1 week ago reddit.com Show details
The third recipe is where I'm having a problem. I don't see anything wrong, and when doing "/kubejs reload server_scripts" "/reload" the game tells me there are no errors, but the recipe …
KubeJS - Create | Custom Shapeless Recipes not creating Create
4 days ago github.com Show details
Feb 15, 2022 · Update: While it doesn't work with KubeJS's custom recipes, when making the recipe with a data pack and overwriting the default recipe that way it works and allows …
kubejs-more-recipe-types/docs/elementalcraft.md at main - GitHub
1 day ago github.com Show details
A kubejs addon that adds more recipe types (downloadable with KJSPKG) - gcatkjspkgs/kubejs-more-recipe-types
Custom Recipes : r/CreateMod - Reddit
1 week ago reddit.com Show details
Custom Recipes : r/CreateMod. Create is a Minecraft Java Edition mod. It is based on building, decoration and aesthetic automation.
Does anyone know how to modify / replace recipes with KubeJS
1 week ago reddit.com Show details
I'm trying to replace all recipes which use vanilla bamboo, minecraft:bamboo, with 4 TFC Florae bamboos. There's as far as I can tell no forge class for bamboo. According to the KubeJS …
Mekanism - KubeJS Wiki
1 week ago kubejs.com Show details
Jun 28, 2024 · # Supported Recipe Types # Crushing, Enriching, Smelting event.recipes.mekanism.crushing(output, input) event.recipes.mekanism.enriching(output, …
[FORGE] recipes cannot output with custom NBT data #152 - GitHub
2 days ago github.com Show details
Jun 29, 2021 · Which recipe type are you trying to use Item NBT with? It should just work on Forge
KubeJS - can you apply logic to nbt while crafting? - Reddit
4 days ago reddit.com Show details
KubeJS - can you apply logic to nbt while crafting? I was thinking of trying to implement a reward in my pack for an item I was going to call "Sands of Time". It would be able to be crafted with a …
gcatkjspkgs/kubejs-more-recipe-types - GitHub
6 days ago github.com Show details
All new types are functions inside of the global object. They should be called inside of the recipes event like so: global.mrt.<mod>.<type>(event, {args}, <id>). the recipe id and almost all …