Kubejs Recipes That Keep Inputs

1 week ago kubejs.com Show details

Logo recipes 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 …

Ingredients Recipes Ingredient 321 Show detail

1 week ago kubejs.com Show details

Logo recipes Jun 28, 2024  · Compacting uses the Mechanical Press, Basin and optionally a Blaze Burner. Features: supports multiple inputs and outputs. supports .heated() and .superheated() can …

287 Show detail

1 week ago kubejs.com Show details

Logo recipes Aug 9, 2024  · supports multiple chance-based outputs; supports .processingTime() and .springColor(); ServerEvents.recipes(event => { event.recipes.vintageimprovements.coiling ...

Recipes 67 Show detail

2 weeks ago pages.dev Show details

Logo recipes Oct 19, 2024  · Mango's KubeJS Notes. Homepage. Related Links. Notes. Example Scripts. Tips and Tricks. ... Replace Multiple Item Recipes. Trigger after player opens village loot chest 10 …

72 Show detail

1 week ago github.com Show details

Logo recipes Mar 14, 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.

Ingredients Recipes Ingredient 312 Show detail

1 week ago reddit.com Show details

Logo recipes 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 …

Recipes 483 Show detail

1 week ago gitbook.io Show details

Logo recipes Custom Machine recipes can be made with KubeJS. Create a .js file in the kubejs/server_scripts/ folder (ex: custom_machine_recipes.js).. Then inside the .js file you …

Side Recipes 443 Show detail

1 week ago github.com Show details

Logo recipes May 26, 2021  · Say I have a bucket full of lava, the lava I'd want to use and the bucket I'd like to keep. From what I remember vaguely, you could call a transform on CraftTweaker to simply …

191 Show detail

1 week ago project-vyre.github.io Show details

Logo recipes When it comes to being inside the main ServerEvent / onEvent class, the word event can be changed to e to keep it short. Just ensure that it matches so that your events can be fired and …

Side 136 Show detail

2 days ago github.com Show details

Logo recipes 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 …

Side Recipes 457 Show detail

6 days ago curseforge.com Show details

Logo recipes KubeJS support for Ars Nouveau 1.0M Downloads | Mods

141 Show detail

1 week ago kubejs.com Show details

Logo recipes Jun 28, 2024  · #Supported Recipe Types #Crushing, Enriching, Smelting event.recipes.mekanism.crushing(output, input) event.recipes.mekanism.enriching(output, …

Recipes 202 Show detail

1 week ago reddit.com Show details

Logo recipes You should be able to just copy/paste the entire json text of any recipe into an event.custom() call. For a sequenced assembly recipe, just look at the existing recipes in the Create source …

Recipes 302 Show detail

6 days ago reddit.com Show details

Logo recipes Changing the amount of output items, in a KubeJS recipe. This code creates a cutting recipe for planks to buttons. And since one plank to one button seems a bit unrealistic I wanted to up the …

290 Show detail

1 week ago reddit.com Show details

Logo recipes The Mekanism addon DOES NOT WORK for 1.19. It is expected to be fixed in a future KubeJS release. Any recipe modifications have to be done with custom recipes. Here's what finally …

Recipes 176 Show detail

4 days ago github.com Show details

Logo recipes For example replacing '#forge:stone' with '#forge:rods/wooden' will replace the recipe for stone stairs with sticks as well, even though the recipe doesn't call for the tag, but for the stone item …

Recipes 315 Show detail

1 day ago github.com Show details

Logo recipes 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 …

Side Recipes 176 Show detail

1 week ago reddit.com Show details

Logo recipes KubeJS is a tool to automate modifying recipes, not exactly the tool to just modify a few recipes. Reply reply Top 1% Rank by size . More posts you may like r/feedthebeast. r/feedthebeast. …

Recipes 370 Show detail

1 week ago github.com Show details

Logo recipes Deploying recipes now include a boolean property named keepHeldItem which decides wether the held item will get used or remains. There should be a way to set this property, for example. …

Recipes 354 Show detail

Please leave your comments here:

Comments