Drying Rack
Dries select items over a (often) long period of time, transforming it into another at no additional cost. To dry an item, hold it and right-click the Drying Rack. Do not remove the item until the process is over, otherwise the timer will reset.
Recipe
Recipes
If Kibe Utilities is installed, its Fluid Hoppers can be dried into regular Hoppers:
Adding custom recipes
Recipes can be added through Data Packs following the schema bellow:
- 1.21+
- 1.20-
{
"type": "coxinhautilities:drying",
"ingredient": {
"item": "minecraft:chorus_fruit"
},
"result": {
"id": "minecraft:popped_chorus_fruit"
},
"dryingTime": 240
}
{
"type": "coxinhautilities:drying",
"ingredient": {
"item": "minecraft:chorus_fruit"
},
"outputItem": "minecraft:popped_chorus_fruit",
"dryingTime": 220
}
-
ingredient
can be either anitem
ortag
; -
dryingTime
is measured in ticks (20 ticks = 1 second).