Crafting using Glass, Glass, Glass, Raw Silver, Diamond Dust, Raw Silver, Glass, Glass and Glass, arranged in the pattern shown. Produces 6× Glass Fiber Cable.
Glass Fiber Cable
Tech Reborn · by Team Reborn, modmuss50, drcrazy
Acquisition
Crafting using Glass, Glass, Glass, Electrum Dust, Diamond Dust, Electrum Dust, Glass, Glass and Glass, arranged in the pattern shown. Produces 8× Glass Fiber Cable.
Crafting using Glass, Glass, Glass, Redstone Dust, Diamond Dust, Redstone Dust, Glass, Glass and Glass, arranged in the pattern shown. Produces 4× Glass Fiber Cable.
Crafting using Glass, Glass, Glass, Redstone Dust, Ruby Dust, Redstone Dust, Glass, Glass and Glass, arranged in the pattern shown. Produces 3× Glass Fiber Cable.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Glass Fiber Cable | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
techreborn:glassfiber_cable- Namespace
techreborn- Mod ID
techreborn
Recipe JSON (4):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"SDS",
"GGG"
],
"ingredients": {
"D": {
"tag": "c:diamond_dusts"
},
"G": {
"item": "minecraft:glass"
},
"S": {
"item": "techreborn:raw_silver"
}
},
"conditions": [],
"sequence": null,
"group_name": "glassfiber_cable",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"EDE",
"GGG"
],
"ingredients": {
"D": {
"tag": "c:diamond_dusts"
},
"E": {
"tag": "c:electrum_dusts"
},
"G": {
"item": "minecraft:glass"
}
},
"conditions": [],
"sequence": null,
"group_name": "glassfiber_cable",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"RDR",
"GGG"
],
"ingredients": {
"D": {
"tag": "c:diamond_dusts"
},
"G": {
"item": "minecraft:glass"
},
"R": {
"item": "minecraft:redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": "glassfiber_cable",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"RUR",
"GGG"
],
"ingredients": {
"G": {
"item": "minecraft:glass"
},
"R": {
"item": "minecraft:redstone"
},
"U": {
"tag": "c:ruby_dusts"
}
},
"conditions": [],
"sequence": null,
"group_name": "glassfiber_cable",
"experience": null,
"cooking_time": null
}
