/
!Drying rack in action
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 under: your_pack/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
}
You can also hang up items that have no recipes as a decoration
Feel free to suggest new features in the discord