lesnointeriors.blogg.se

Custom crafting recipes mod
Custom crafting recipes mod








"item": "startermod_basic:furniture:custom_table" We need to repeat the same "item" in different entries instead like this: "produces": [ If we want the recipe to produce more than one item, we can't use a "count" field here. There's one difference with the previous array of objects though. Let's also add some extra fields that we can encounter in recipes: ].

custom crafting recipes mod

We'll call our file custom_table_recipe.json. It is located inside stonehearth\jobs\carpenter\recipes.

custom crafting recipes mod

Let's copy the recipe of the "table_for_one" of the carpenter and adjust its values to reference our custom table and our mod's localization file.

custom crafting recipes mod

We're going to add a recipe for the custom table that we created in a previous example in the startermod_basic mod. Test that the crafter can craft the item. Steps to add a recipe to an existing crafter from the stonehearth modĭecide which existing crafter will craft the item.Īdd a mixinto to integrate the new recipe in the recipes list of that crafter.

  • Steps to add a recipe to an existing crafter from the stonehearth mod.
  • In this other guide we cover how to add your own crafting job to the game. Here's how to change the scale of an item too, if you need it. Of course, you can add whichever components you want for those items and, if you create the models from scratch, make sure to check the modeling guide and the guide on collision regions so that your models are correctly exported and aligned in the world.

    custom crafting recipes mod

    On Mac, open Finder, hold down ALT and click Go then Library in the top menu bar.We've covered how to create our own items in this previous section. Open Minecraft launcher then select Forge profile.įind your.minecraft application folder: On Windows, open Run from the start menu, type appdata.minecraft and click Run. ModTweaker Mod Installation Make sure you have already Right now the compatibility issues kind of hold Modtweaker back quite a bit, but with a few changes and new updates, that should no longer be a problem. Over time, ModTweaker will also (hopefully) add support for some of those other custom handlers as well, so you can then use Minetweaker 3 with a greater number of other mods. Reason ModTweaker was made is that there are many mods out there which use custom crafting handlers, which come up a lot when youre adding custom recipes and items to Minecraft.Įnter ModTweaker, which is like a specially designed custom handler made just for Minetweaker 3. Custom Crafting Recipes Mod By cazaplustlawn1986 Follow | PublicĬustom Crafting Recipes Mod Mods Out There










    Custom crafting recipes mod