Skip to content
MrSpring edited this page Dec 4, 2014 · 5 revisions

Example file: http://mrspring.dk/mods/kitchen/config/Knife.json
The config file is located at: ".minecraft\config\TheKitchenMod\Knife.json"

knife_recipe

The "knife_recipe" variable is a simple way of changing the Knife recipe if it is conflicting with other recipes.

Value: '0':

When this value is set to '0' (Zero) the default Knife recipe will be used.
Example:
Knife Recipe Zero

Value: '1':

When it is set to '1' (One) the mod will use the "Iron Torch" recipe. It is crafted just like a torch, but with an Iron Ingot instead of a piece of Coal.
Example:
Knife Recipe One

Value: '2':

When it is set to '2' (Two) the mod will use the "Line" recipe. It is crafted with an Iron Ingot with a Stick to the left or right of it.
Example:
Knife Recipe Two

Value: '3':

When it is set to '3' (Three) the mod will use the "custom_knife_recipe" as recipe.

custom_knife_recipe

The custom Knife recipe let you change the recipe to whatever you want (As long as it's made of Sticks and Iron Ingots).
The variable consists of three lines, each representing a vertical line in the Crafting Table.
When there is an 'I' it will require an Iron Ingot.
When there is an 'S' it will require a Stick.
When there is a 'B' it will be seen as a blank space.
NOTE: This recipe will only be active when "knife_recipe" is set to '3' (Three).
The default custom recipe looks like this:
Knife Recipe Three

[Knife Recipes](Knife Recipes)

Blocks:

  • [Cutting Board](Cutting Board)
  • Oven

Items:

Configs:

  • [Knife Config](Knife Config)
  • [Sandwichable Config](Sandwichable Config)
  • [Oven Config](Oven Config)
Clone this wiki locally