Rack It Up

Quick rating

Community listing page, reviews here may not be monitored by the author.

Rack It Up

By ZoranZOwner , LeZoranZ

No reviews yet

A port of the drying rack from Tinkers' Construct to 1.20.1

Mod Loaders
Minecraft

About

Description

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

For 1.20.1, you can define recipes under: 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
}


For 1.21+, the path is your_pack/data/rackitup/recipe/your_recipe.json and instead of "item": "rackitup:monster_jerky" under "result", you'd just have

"id": "rackitup:monster_jerky",

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

For 1.20.1, 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
}

For 1.21+, the path is your_pack/data/rackitup/recipe/your_recipe.json and instead of "item": "rackitup:monster_jerky" under "result", you'd just have

"id": "rackitup:monster_jerky

You can also hang up items that have no recipes as a decoration

Feel free to suggest new features in the discord

Support me on Ko-fi