This update adds Furnace Like Recipes to totem-recipes.json configuration file. Below is an example for each type of recipes.
recipe_type values are as follows, "furnace", "blast_furance", "smoker"
Code (Text):
{
"key": "totem_of_water_recipe",
"recipe_type": "furnace",
"result": "totem_of_water",
"cook_time": 100,
"experience": 10,
"input": "water_bucket"
}
Code (Text):
{
"key": "totem_of_water_recipe",
"recipe_type": "blast_furnace",
"result": "totem_of_water",
"cook_time": 100,
"experience": 10,
"input": "water_bucket"
}
Code (Text):
{
"key": "totem_of_water_recipe",
"recipe_type": "smoker",
"result": "totem_of_water",
"cook_time": 100,
"experience": 10,
"input": "water_bucket"
}