aboutsummaryrefslogtreecommitdiff
path: root/prototypes/item.lua
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-04-14 07:56:28 -0700
committerPaul Oliver <contact@pauloliver.dev>2025-04-15 01:44:25 +0200
commit9e163491a56ff4fb8eadc7dd22142c4ee539f24d (patch)
tree111c528719973bfe8cf5d00226e4b86c57834c03 /prototypes/item.lua
parent5d77cdfd76be425181d218a2d5dd0e5e3a624304 (diff)
Adds README and build/install scripts (linux only)
Diffstat (limited to 'prototypes/item.lua')
-rw-r--r--prototypes/item.lua89
1 files changed, 0 insertions, 89 deletions
diff --git a/prototypes/item.lua b/prototypes/item.lua
deleted file mode 100644
index b0eeb68..0000000
--- a/prototypes/item.lua
+++ /dev/null
@@ -1,89 +0,0 @@
-data:extend{
- {
- type = "item",
- name = "iron-active-provider-chest",
- icon = "__von-newmann-2__/graphics/items/iron-active-provider-chest.png",
- icon_size = 64,
- icon_mipmaps = 4,
- subgroup = "storage",
- order = "a[items]-b[iron-active-provider-chest]",
- place_result = "iron-active-provider-chest",
- stack_size = 50
- },
- {
- type = "item",
- name = "iron-buffer-chest",
- icon = "__von-newmann-2__/graphics/items/iron-buffer-chest.png",
- icon_size = 64,
- icon_mipmaps = 4,
- subgroup = "storage",
- order = "a[items]-b[iron-buffer-chest]",
- place_result = "iron-buffer-chest",
- stack_size = 50
- },
- {
- type = "item",
- name = "iron-passive-provider-chest",
- icon = "__von-newmann-2__/graphics/items/iron-passive-provider-chest.png",
- icon_size = 64,
- icon_mipmaps = 4,
- subgroup = "storage",
- order = "a[items]-b[iron-passive-provider-chest]",
- place_result = "iron-passive-provider-chest",
- stack_size = 50
- },
- {
- type = "item",
- name = "iron-requester-chest",
- icon = "__von-newmann-2__/graphics/items/iron-requester-chest.png",
- icon_size = 64,
- icon_mipmaps = 4,
- subgroup = "storage",
- order = "a[items]-b[iron-requester-chest]",
- place_result = "iron-requester-chest",
- stack_size = 50
- },
- {
- type = "item",
- name = "iron-storage-chest",
- icon = "__von-newmann-2__/graphics/items/iron-storage-chest.png",
- icon_size = 64,
- icon_mipmaps = 4,
- subgroup = "storage",
- order = "a[items]-b[iron-storage-chest]",
- place_result = "iron-storage-chest",
- stack_size = 50
- },
- {
- type = "item",
- name = "early-logistic-robot",
- icon = "__von-newmann-2__/graphics/items/logistic-robot.png",
- icon_size = 64,
- icon_mipmaps = 4,
- subgroup = "logistic-network",
- order = "a[robot]-b[early-logistic-robot]",
- place_result = "early-logistic-robot",
- stack_size = 50
- },
- {
- type = "item",
- name = "early-construction-robot",
- icon = "__von-newmann-2__/graphics/items/construction-robot.png",
- icon_size = 64,
- icon_mipmaps = 4,
- subgroup = "logistic-network",
- order = "a[robot]-b[early-construction-robot]",
- place_result = "early-construction-robot",
- stack_size = 50
- },
- {
- type = "item",
- name = "inventory-blocker",
- icon = "__von-newmann-2__/graphics/items/inventory-blocker.png",
- icon_size = 64,
- icon_mipmaps = 4,
- subgroup = "logistic-network",
- order = "a[robot]-b[early-construction-robot]",
- stack_size = 1
- },
-}