Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

5dim resources and issue 80 #82

Merged
merged 6 commits into from
Dec 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ Version: 0.16.6
Date: 22/02/2018
News:
- Added description.
---------------------------------------------------------------------------------------------------
Version: 0.16.7
Date: 12/08/2018
News:
- Loaders appear in the logistic-network request filter.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ data.raw["assembling-machine"]["chemical-plant"].fast_replaceable_group = "chemi
data.raw["assembling-machine"]["oil-refinery"].fast_replaceable_group = "oil-refinery"
data.raw["loader"]["loader"].icon = "__5dim_automatization__/graphics/icon/loader_.png";
data.raw.item["loader"].icon = "__5dim_automatization__/graphics/icon/loader_.png";
data.raw.item["loader"].flags = {"goes-to-quickbar"};
data.raw["loader"]["loader"].structure =
{
direction_in =
Expand All @@ -28,6 +29,7 @@ data.raw["loader"]["loader"].structure =
};
data.raw["loader"]["fast-loader"].icon = "__5dim_automatization__/graphics/icon/fast-loader_.png";
data.raw.item["fast-loader"].icon = "__5dim_automatization__/graphics/icon/fast-loader_.png";
data.raw.item["fast-loader"].flags = {"goes-to-quickbar"};
data.raw["loader"]["fast-loader"].structure =
{
direction_in =
Expand All @@ -54,6 +56,7 @@ data.raw["loader"]["fast-loader"].structure =
};
data.raw["loader"]["express-loader"].icon = "__5dim_automatization__/graphics/icon/express-loader_.png";
data.raw.item["express-loader"].icon = "__5dim_automatization__/graphics/icon/express-loader_.png";
data.raw.item["express-loader"].flags = {"goes-to-quickbar"};
data.raw["loader"]["express-loader"].structure =
{
direction_in =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ data:extend({
type = "item",
name = "5d-loader-4",
icon = "__5dim_automatization__/graphics/icon/loader-4_.png",
flags = {"goes-to-quickbar", "hidden"},
flags = {"goes-to-quickbar"},
icon_size = 32,
subgroup = "transport-loader",
order = "d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ data:extend({
type = "item",
name = "5d-loader-5",
icon = "__5dim_automatization__/graphics/icon/loader-5_.png",
flags = {"goes-to-quickbar", "hidden"},
flags = {"goes-to-quickbar"},
icon_size = 32,
subgroup = "transport-loader",
order = "e",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ Date: 03/02/2018
Version: 0.16.10
Date: 22/02/2018
Changes:
- Added description.
- Added description.
---------------------------------------------------------------------------------------------------
Version: 0.16.11
Date: 21/08/2018
Changes:
- Relocated mashers fire animations to match their openings.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ data:extend({
width = 36,
height = 19,
frame_count = 12,
shift = { 0.0625, 0.375}
shift = { -0.0625, 0.65625}
},
light = {intensity = 1, size = 1}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ data:extend({
width = 36,
height = 19,
frame_count = 12,
shift = { 0.0625, 0.375}
shift = { -0.0625, 0.65625}
},
light = {intensity = 1, size = 1}
}
Expand Down