Skip to content

Commit

Permalink
Allow boxing terrain and rails
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Aug 28, 2016
1 parent 5e116b7 commit 867d29a
Show file tree
Hide file tree
Showing 66 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
boxing = {};
boxing.subgroups = {
["terrain"] = true,
["raw-resource"] = true,
["raw-material"] = true,
["intermediate-product"] = true,
Expand All @@ -25,6 +26,11 @@ boxing.subgroups = {
["bob-gems-polished"] = true,
["bob-robot-parts"] = true,
};

boxing.items = {
["rail-planner"] = true,
};

boxing.woodenUnlocks = {
{
type = "unlock-recipe",
Expand Down
2 changes: 1 addition & 1 deletion data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ boxing.tungsten = data.raw.tool["science-pack-gold"]
;

for i,item in pairs(data.raw.item) do
if boxing.subgroups[item.subgroup] then
if boxing.subgroups[item.subgroup] or boxing.items[item.name] then
table.insert(boxing.items, item);
end
end
Expand Down
Binary file modified graphics/icons/box-of/steel/base/coal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box-of/steel/base/concrete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box-of/steel/base/hazard-concrete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/box-of/steel/base/iron-stick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box-of/steel/base/landfill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/box-of/steel/base/plastic-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box-of/steel/base/stone-brick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/box-of/tungsten/base/coal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box-of/tungsten/base/concrete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/box-of/tungsten/base/iron-stick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box-of/tungsten/base/landfill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/box-of/tungsten/base/plastic-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box-of/tungsten/base/stone-brick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/box-of/wooden/base/coal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box-of/wooden/base/concrete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/box-of/wooden/base/iron-stick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box-of/wooden/base/landfill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/box-of/wooden/base/plastic-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box-of/wooden/base/stone-brick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/box/steel/base/coal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box/steel/base/concrete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box/steel/base/hazard-concrete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/box/steel/base/iron-stick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/box/steel/base/landfill.png
Binary file modified graphics/icons/box/steel/base/plastic-bar.png
Binary file added graphics/icons/box/steel/base/stone-brick.png
Binary file modified graphics/icons/box/tungsten/base/coal.png
Binary file added graphics/icons/box/tungsten/base/concrete.png
Binary file modified graphics/icons/box/tungsten/base/iron-stick.png
Binary file added graphics/icons/box/tungsten/base/landfill.png
Binary file modified graphics/icons/box/tungsten/base/plastic-bar.png
Binary file added graphics/icons/box/tungsten/base/stone-brick.png
Binary file modified graphics/icons/box/wooden/base/coal.png
Binary file added graphics/icons/box/wooden/base/concrete.png
Binary file modified graphics/icons/box/wooden/base/iron-stick.png
Binary file added graphics/icons/box/wooden/base/landfill.png
Binary file modified graphics/icons/box/wooden/base/plastic-bar.png
Binary file added graphics/icons/box/wooden/base/stone-brick.png
Binary file modified graphics/icons/unbox/steel/base/coal.png
Binary file added graphics/icons/unbox/steel/base/concrete.png
Binary file modified graphics/icons/unbox/steel/base/iron-stick.png
Binary file added graphics/icons/unbox/steel/base/landfill.png
Binary file modified graphics/icons/unbox/steel/base/plastic-bar.png
Binary file added graphics/icons/unbox/steel/base/stone-brick.png
Binary file modified graphics/icons/unbox/tungsten/base/coal.png
Binary file added graphics/icons/unbox/tungsten/base/concrete.png
Binary file modified graphics/icons/unbox/tungsten/base/iron-stick.png
Binary file added graphics/icons/unbox/tungsten/base/landfill.png
Binary file modified graphics/icons/unbox/tungsten/base/plastic-bar.png
Binary file added graphics/icons/unbox/tungsten/base/stone-brick.png
Binary file modified graphics/icons/unbox/wooden/base/coal.png
Binary file added graphics/icons/unbox/wooden/base/concrete.png
Binary file modified graphics/icons/unbox/wooden/base/iron-stick.png
Binary file added graphics/icons/unbox/wooden/base/landfill.png
Binary file modified graphics/icons/unbox/wooden/base/plastic-bar.png
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boxing-2",
"version": "2.0.0",
"version": "2.0.1",
"title": "Boxing 2",
"author": "AndrolGenhald",
"description": "Pack items into boxes to store more of them.",
Expand Down

0 comments on commit 867d29a

Please sign in to comment.