Kubejs Recipes That Keep Inputs
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 · Compacting uses the Mechanical Press, Basin and optionally a Blaze Burner. Features: supports multiple inputs and outputs. supports .heated() and .superheated() can …
Vintage KubeJS
1 week ago kubejs.com Show details
Aug 9, 2024 · supports multiple chance-based outputs; supports .processingTime() and .springColor(); ServerEvents.recipes(event => { event.recipes.vintageimprovements.coiling ...
Example Scripts | Mango's KubeJS Notes
2 weeks ago pages.dev Show details
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 …
Recipe ingredients and ouputs don't get nbt data #94 - GitHub
1 week ago github.com Show details
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.
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 …
Recipes | Custom Machinery 1.21 - GitBook
1 week ago gitbook.io Show details
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 …
[Question] Can you stop an item from being consumed in a recipe ...
1 week ago github.com Show details
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 …
Getting Started with KubeJS 6.1 - Another Create Wiki
1 week ago project-vyre.github.io Show details
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 …
kubejs-more-recipe-types/README.md at main - GitHub
2 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 …
KubeJS Ars Nouveau - Minecraft Mods - CurseForge
6 days ago curseforge.com Show details
KubeJS support for Ars Nouveau 1.0M Downloads | Mods
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, …
How to use KubeJS with Create 0.5.1? : r/CreateMod - Reddit
1 week ago reddit.com Show details
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 …
Changing the amount of output items, in a KubeJS recipe
6 days ago reddit.com Show details
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 …
[ATM 8] How to use KubeJS Mekanism addon to add crusher …
1 week ago reddit.com Show details
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 …
replace a tag input/output in recipes is currently impossible #612
4 days ago github.com Show details
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 …
KubeJS More Recipe Types - GitHub
1 day 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 …
Is there ANY modern kubejs recipe adding/removing/changing
1 week ago reddit.com Show details
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. …
Missing keepHeldItem option for Deploying recipes #14 - GitHub
1 week ago github.com Show details
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. …