Crafting using Any Gold Ingot, Any Gold Ingot, Redstone Comparator, Upgrade Template, Redstone Comparator, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces Balanced Fill Upgrade.
Balanced Fill Upgrade
Function
Distribute items evenly across slots Has no effect with current mod configuration
Acquisition
Developer reference
- Registry name
storagedrawers:balance_fill_upgrade- Namespace
storagedrawers- Mod ID
storagedrawers
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"G G",
"CXC",
"///"
],
"ingredients": {
"/": {
"tag": "forge:rods/wooden"
},
"C": {
"item": "minecraft:comparator"
},
"G": {
"tag": "forge:ingots/gold"
},
"X": {
"item": "storagedrawers:upgrade_template"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}