Code: Select all
data:extend(
{
	{
		type = "solar-panel", --THIS is the part I cannot figure out what to use.
		name = "fusion-reactor-mk1",
		icon = "__PajMod__/graphics/icons/fusion-reactor-mk1.png",
		flags = {"placeable-neutral", "player-creation"},
		minable = {hardness = 0.2, mining_time = 0.5, result = "fusion-reactor-mk1"},
		max_health = 150,
		corpse = "big-remnants",
		collision_box = {{-1.4, -1.4}, {1.4, 1.4}},
		selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
		picture = {
			filename = "__PajMod__/graphics/entity/fusion-reactors/fusion-reactor-mk1.png",
			priority = "high",
			width = 110,
			height = 110
		},
		energy_source = {
			type = "electric",
			usage_priority = "primary-output"
		},
		production = "1MW"
	}
})











