Skip to content

Commit

Permalink
Update for 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
justarandomgeek committed Dec 13, 2017
1 parent c0d4571 commit 7003d38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "pushbutton",
"version": "0.15.6",
"factorio_version": "0.15",
"version": "0.16.0",
"factorio_version": "0.16",
"title": "Pushbutton",
"author": "justarandomgeek",
"homepage": "",
"contact": "[email protected]",
"description": "A Pushbutton that emits the configured signal as a pulse when pressed.",
"dependencies": ["base >= 0.13.0"]
"dependencies": ["base >= 0.16.0"]
}
1 change: 1 addition & 0 deletions prototypes/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ data:extend{
type = "item",
name = "pushbutton",
icon = "__pushbutton__/graphics/pushbutton-icon.png",
icon_size = 32,
flags = {"goes-to-quickbar"},
subgroup = "circuit-network",
place_result="pushbutton",
Expand Down

0 comments on commit 7003d38

Please sign in to comment.