Kubejs Delete Recipes

1 week ago kubejs.com Show details

Logo recipes To remove all recipes: event.remove({})To remove a specific recipe by mod ID: event.remove({mod: 'mod_id'})To remove a specific recipe by item ID: event.remove({id: 'item_id'})To remove a specific recipe by item ID and count: event.remove({id: 'item_id', count: 1})

Recipes 149 Show detail

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 event.shapeless() are: 1. The output item. 2. An array of input items. The total input items' count must be 9 at …

› Editing Tags - KubeJS Wiki Recipes use item tags, not block or fluid tags. Even if items representing those …
› KubeJS server_scripts/: Use /reload to reload scripts, recipes, tags and all data or …

Ingredients Recipes Ingredient 469 Show detail

5 days ago kubejs.com Show details

Logo recipes RecipeViewerEvents.removeRecipes. KubeJS 📚 Wiki 🙋 Support 📥 Downloads.

326 Show detail

2 weeks ago kubejs.com Show details

Logo recipes Getting Started Basics of KubeJS Video Tutorials KubeJS tutorials in video format Editing Recipes Adding, removing, and modifying recipes Editing Tags Adding, removing, and modifying tags …

Recipes 265 Show detail

1 week ago reddit.com Show details

Logo recipes Tomska95. • 2 yr. ago. I was in the same situation a while ago and just decided to use datapacks instead as they are much better documented and easier to learn. kubejs is probably better if …

Recipes 172 Show detail

5 days 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 …

53 Show detail

1 week ago reddit.com Show details

Logo recipes What I mean: The player has chosen a development branch and follows it, unlocking crafts that are unique to this branch. I think gamestages has integration to lock a recipe behind a stage. I …

Recipes 440 Show detail

1 week ago github.com Show details

Logo recipes Feb 5, 2023  · the game version is 1.18.2 and i just want to change the recipe of stone pickaxe, at first I code like this: onEvent('recipe', event => {recipe.remove({ output: …

406 Show detail

1 week ago reddit.com Show details

Logo recipes I like using Recipe GUI with KubeJS or Crafttweaker. But can you remove certain recipes, like if i want to make a custom recipe for a chest, can i delete the vanilla recipe, but still have the …

Recipes 472 Show detail

4 days ago project-vyre.github.io Show details

Logo recipes KubeJS Create. After KubeJS is installed, run the game to generate the kubejs folder which is located in your Minecraft instance folder. It contains the following folders and a README.txt …

443 Show detail

1 week ago kubejs.com Show details

Logo recipes 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. // Listen to the block tag event …

Recipes 211 Show detail

1 week ago exdeorum.readthedocs.io Show details

Logo recipes Ex Deorum modifies the remove function to also accept a "sieve_mesh" property, useful for removing Sieve recipes based on what mesh they use. Here is an example of what that looks …

Recipes 148 Show detail

1 week ago github.com Show details

Logo recipes May 21, 2024  · event.remove({type: 'minecraft:campfire_cooking'}) // Remove all campfire cooking recipes // Add shaped recipe for 3 Stone from 8 Sponge in chest shape // (Shortcut for …

Recipes 153 Show detail

1 week ago reddit.com Show details

Logo recipes I have installed hardcore torches mod which adds torches than burn out overtime. So I want to replace normal torches with those torches. I have removed all recipes for normal torches using …

Recipes 382 Show detail

1 week ago kubejs.com Show details

Logo recipes #Example RecipeViewerEvents.removeEntries('item', event => { event.remove('minecraft:tipped_arrow') event.remove('minecraft:splash_potion') …

279 Show detail

2 weeks ago reddit.com Show details

Logo recipes the recipe on the bottom is what i want to remove (the top one is what i added) recipe id is ironjetpacks:wood_jetpack. here's the code. also i am new to kubejs (sorry for my bad english) …

79 Show detail

3 days ago curseforge.com Show details

Logo recipes Oct 31, 2024  · The mod is intended as toolset for modpack makers and not meant to be just thrown into a pack and not modified at all. Adjust/Add/Remove recipes and machines to fit the …

Recipes 103 Show detail

1 week ago kubejs.com Show details

Logo recipes server_scripts/: Use /reload to reload scripts, recipes, tags and all data or /kubejs reload server_scripts to reload scripts only; ... KubeJS wraps minecraft classes and adds utilities to …

Recipes 306 Show detail

1 week ago reddit.com Show details

Logo recipes Hello. I'm developing a custom modpack for 1.16.5("update already" I know, I know; there's a specific mod I wanted to go back to 1.16 to play with), and I'm trying to use KubeJS to delete …

283 Show detail

2 weeks ago reddit.com Show details

Logo recipes r/feedthebeast. • 1 yr. ago. DeathRam34. Removing recipes (kubejs) Problem. Hi there! I’m trying to remove a modded crafting recipe for a modpack for a server I work on, and when I try to get …

Recipes 405 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 …

201 Show detail

Please leave your comments here:

Comments