Skip to content

Commit

Permalink
Factorio 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielv123 committed Dec 14, 2017
1 parent fc02bc0 commit 3f2dcf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ data:extend({
type = "locomotive",
name = "PM1225",
icon = "__ChooChoo__/icon_x512.png",
icon_size = 512,
flags = {"placeable-neutral", "player-creation", "placeable-off-grid", "not-on-map"},
minable = {mining_time = 1, result = "PM1225"},
mined_sound = {filename = "__core__/sound/deconstruct-medium.ogg"},
Expand Down Expand Up @@ -232,9 +233,9 @@ data:extend({
{
-- left side
{
type = "create-smoke",
type = "create-trivial-smoke",
repeat_count = 125,
entity_name = "smoke-train-stop",
smoke_name = "smoke-train-stop",
initial_height = 0,
-- smoke goes to the left
speed = {-0.03, 0},
Expand All @@ -244,9 +245,9 @@ data:extend({
},
-- right side
{
type = "create-smoke",
type = "create-trivial-smoke",
repeat_count = 125,
entity_name = "smoke-train-stop",
smoke_name = "smoke-train-stop",
initial_height = 0,
-- smoke goes to the right
speed = {0.03, 0},
Expand Down
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
{
"name": "ChooChoo",
"title": "ChooChoo trains pack",
"version": "1.0.0",
"version": "2.0.0",
"date": "15-08-2017",
"author": "Danielv123",
"dependencies": ["base >= 0.15"],
"factorio_version": "0.15",
"factorio_version": "0.16",
"description": "Adds the famous PM1225 as a locomotive"
}

0 comments on commit 3f2dcf3

Please sign in to comment.