techreborn:basic_solar_panel

Basic Solar Panel

Tech Reborn · by Team Reborn, modmuss50, drcrazy
block

Acquisition

Crafting using Coal Dust, Glass Pane, Coal Dust, Glass Pane, Coal Dust, Glass Pane, Electronic Circuit, Generator and Electronic Circuit, arranged in the pattern shown. Produces Basic Solar Panel.

Crafting
Basic Solar Panel guaranteed

Mining & drops

sourcecountchanceconditions
Basic Solar Panel1–1100%Survives Explosion

Used in (1)

Crafting using Coal Dust, Glass, Coal Dust, Glass, Coal Dust, Glass, Advanced Circuit, Basic Solar Panel and Advanced Circuit, arranged in the pattern shown. Produces Advanced Solar Panel.

Crafting
Advanced Solar Panel guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
techreborn:basic_solar_panel
Namespace
techreborn
Mod ID
techreborn

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "DLD",
    "LDL",
    "CGC"
  ],
  "ingredients": {
    "C": {
      "item": "techreborn:electronic_circuit"
    },
    "D": {
      "tag": "c:coal_dusts"
    },
    "G": {
      "item": "techreborn:solid_fuel_generator"
    },
    "L": {
      "item": "minecraft:glass_pane"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}