Description

A simple port of the drying rack from Tinkers' Construct to 1.20.1 with some extra config options, JEI integration and support for data-driven recipes
You can define recipes as follows: data/rackitup/recipes/your_recipe.json
JSON Example ('time' is in ticks):
{
"type": "rackitup:drying",
"ingredient": {
"item": "minecraft:rotten_flesh"
},
"result": {
"item": "rackitup:monster_jerky",
"count": 1
},
"time": 12000
}





