Crafting using Copper Ingot, Copper Ingot, Glass Bottle, Silver Gear, Any String, Cured Rubber, Copper Ingot and Cured Rubber, arranged in the pattern shown. Produces Potion Quiver.
Potion Quiver
Thermal Innovation · by King Lemming
Acquisition
Developer reference
- Registry name
thermal:potion_quiver- Namespace
thermal- Mod ID
thermal_innovation- Tags (2)
curios:items/back curios:items/belt
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"C C",
"BGS",
"RCR"
],
"ingredients": {
"B": {
"item": "minecraft:glass_bottle"
},
"C": {
"tag": "forge:ingots/copper"
},
"G": {
"tag": "forge:gears/silver"
},
"R": {
"item": "thermal:cured_rubber"
},
"S": {
"tag": "forge:string"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}