For the record, this is much more fun if you don't actually know what is on your clipboard, so I would consider taking a bit of code from some huge project you're working on and pasting it here cheating. But you're free to do so, at the expense of my respect and that of other forum members playing fair.
With that, let's see what's on my clipboard.
Code: Select all
{
type = "entity",
name = "path",
icon = "__Factorio_Mod__/graphics/path.png",
flags = {"placeable-neutral", "player-creation"},
minable = {mining_time = 10, result = "path"},
collision_box = {{-0.4, -0.4}, {0.4, 0.4}},
selection_box = {{-0.5, -0.5}, {0.5, 0.5}},
max_health = 50,
corpse = "small-remnants",
fast_replaceable_group = "entity",
order = "a",
picture =
{
filename = "__Factorio_Mod__/graphics/path.png",
priority = "extra-high",
width = 32,
height = 32,
shift = {0.3, 0}
}
}