From 9e163491a56ff4fb8eadc7dd22142c4ee539f24d Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 14 Apr 2025 07:56:28 -0700 Subject: Adds README and build/install scripts (linux only) --- prototypes/item.lua | 89 ----------------------------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 prototypes/item.lua (limited to 'prototypes/item.lua') 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 - }, -} -- cgit v1.2.1