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