]> git.somenet.org - factorio/some-npp.git/blob - prototypes/items.lua
It finally works but is still a WIP.
[factorio/some-npp.git] / prototypes / items.lua
1 data:extend(
2     {
3         {
4             type = "item",
5             name = "some-npp",
6             icon = "__some-npp__/graphics/icons/some-npp.png",
7             icon_size = 64,
8             place_result = "some-npp",
9             stack_size = 1
10         }
11     }
12 )