Skip to content

Commit

Permalink
0.14.3 update
Browse files Browse the repository at this point in the history
See changelog.txt for info
  • Loading branch information
JohnTheCoolingFan committed Oct 22, 2018
1 parent 5612ae1 commit 7184f54
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 26 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.14.3
Date: 22.10.2018
Fixes:
- Fixed another one image path error.
---------------------------------------------------------------------------------------------------
Version: 0.14.2
Date: 22.10.2018
Fixes:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RandomFactorioThings",
"version": "0.14.2",
"version": "0.14.3",
"title": "Random Factorio Things",
"author": "JohnTheCoolingFan",
"contact": "ivan8215145640@gmail.com",
Expand Down
50 changes: 25 additions & 25 deletions prototypes/entity/miners.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ data:extend({
south =
{
priority = "extra-high",
filename = "__RandomFactorioThings__/graphics/entity/hardenedelectric-mining-drill/hardened-electric-mining-drill-S.png",
filename = "__RandomFactorioThings__/graphics/entity/hardene-delectric-mining-drill/hardened-electric-mining-drill-S.png",
line_length = 8,
width = 98,
height = 109,
Expand All @@ -154,7 +154,7 @@ data:extend({
west =
{
priority = "extra-high",
filename = "__RandomFactorioThings__/graphics/entity/hardened-electric-mining-drill/hardenedelectric-mining-drill-W.png",
filename = "__RandomFactorioThings__/graphics/entity/hardened-electric-mining-drill/hardened-electric-mining-drill-W.png",
line_length = 8,
width = 105,
height = 98,
Expand Down Expand Up @@ -294,29 +294,29 @@ data:extend({
}
},
input_fluid_patch_sprites =
{
north =
{
priority = "extra-high",
filename = "__RandomFactorioThings__/graphics/entity/hardened-electric-mining-drill/hardened-electric-mining-drill-N-patch.png",
line_length = 1,
width = 100,
height = 111,
frame_count = 1,
direction_count = 1,
shift = util.by_pixel(0, -6.5),
hr_version = {
priority = "extra-high",
filename = "__RandomFactorioThings__/graphics/entity/hardened-electric-mining-drill/hr-hardened-electric-mining-drill-N-patch.png",
line_length = 1,
width = 200,
height = 222,
frame_count = 1,
direction_count = 1,
shift = util.by_pixel(-0.5, -6.5),
scale = 0.5
}
},
{
north =
{
priority = "extra-high",
filename = "__RandomFactorioThings__/graphics/entity/hardened-electric-mining-drill/hardened-electric-mining-drill-N-patch.png",
line_length = 1,
width = 100,
height = 111,
frame_count = 1,
direction_count = 1,
shift = util.by_pixel(0, -6.5),
hr_version = {
priority = "extra-high",
filename = "__RandomFactorioThings__/graphics/entity/hardened-electric-mining-drill/hr-hardened-electric-mining-drill-N-patch.png",
line_length = 1,
width = 200,
height = 222,
frame_count = 1,
direction_count = 1,
shift = util.by_pixel(-0.5, -6.5),
scale = 0.5
}
},
east =
{
priority = "extra-high",
Expand Down

0 comments on commit 7184f54

Please sign in to comment.