diff --git a/info.json b/info.json index cf4c66c..24728a3 100644 --- a/info.json +++ b/info.json @@ -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": "justarandomgeek@gmail.com", "description": "A Pushbutton that emits the configured signal as a pulse when pressed.", - "dependencies": ["base >= 0.13.0"] + "dependencies": ["base >= 0.16.0"] } diff --git a/prototypes/items.lua b/prototypes/items.lua index db7e44c..40fdced 100644 --- a/prototypes/items.lua +++ b/prototypes/items.lua @@ -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",