Crafting using Ender Pearl, Ender Pearl, Ender Pearl, Any Redstone Dust, Upgrade Template, Any Redstone Dust, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces Remote Group Upgrade.
Remote Group Upgrade
Function
Lets connected drawer group remotely connect to controller Use on controller to bind upgrade
Acquisition
Crafting using Ender Pearl, Remote Upgrade and Ender Pearl, arranged in the pattern shown. Produces Remote Group Upgrade.
Developer reference
- Registry name
storagedrawers:remote_group_upgrade- Namespace
storagedrawers- Mod ID
storagedrawers
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"EEE",
"RXR",
"///"
],
"ingredients": {
"/": {
"tag": "forge:rods/wooden"
},
"E": {
"item": "minecraft:ender_pearl"
},
"R": {
"tag": "forge:dusts/redstone"
},
"X": {
"item": "storagedrawers:upgrade_template"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"EXE"
],
"ingredients": {
"E": {
"item": "minecraft:ender_pearl"
},
"X": {
"item": "storagedrawers:remote_upgrade"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}