Skip to content

Commit

Permalink
updated to 0,17
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAIBot committed Feb 27, 2019
1 parent d096949 commit bd635d1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 46 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions WaiTex_1.2.4/info.json → WaiTex_1.3.5/info.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name":"WaiTex",
"author":"keyboardhack",
"version":"1.2.4",
"version":"1.3.5",
"title":"WaiTex",
"homepage":"http://www.factorioforums.com/forum/viewtopic.php?f=144&t=13142",
"description":"HD textures for the remaining vanilla items",
"dependencies": ["base >= 0.13.00"],
"factorio_version": "0.16"
"factorio_version": "0.17"
}
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,6 @@ local ChangeTextureConfiguration =
["__base__/graphics/entity/beam/beam-body-6.png"] = function(t) OverrideSprite(t[#t]) end,


--[[blood-particle]]--
["__base__/graphics/entity/blood-particle/blood-particle-01.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-02.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-03.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-04.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-05.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-06.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-07.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-08.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-09.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-10.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-11.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-12.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/blood-particle/blood-particle-13.png"] = function(t) OverrideSprite(t[#t]) end,


--[[blue-laser]]--
["__base__/graphics/entity/blue-laser/blue-laser.png"] = function(t) OverrideSprite(t[#t]) end,

Expand Down Expand Up @@ -700,10 +684,6 @@ local ChangeTextureConfiguration =
["__base__/graphics/entity/stack-filter-inserter/stack-filter-inserter-platform.png"] = function(t) OverrideSprite(t[#t]) end,


--[[iron-chest]]--
["__base__/graphics/entity/iron-chest/iron-chest.png"] = function(t) OverrideSprite(t[#t]) end,


--[[iron-ore]]--
["__base__/graphics/entity/iron-ore/iron-ore.png"] = function(t) OverrideSprite(t[#t]) end,

Expand Down Expand Up @@ -736,22 +716,6 @@ local ChangeTextureConfiguration =
["__base__/graphics/entity/laser-turret/laser-turret-gun-start.png"] = function(t) OverrideSprite(t[#t]) end,


--[[logistic-chest-passive-provider]]--
["__base__/graphics/entity/logistic-chest/logistic-chest-passive-provider.png"] = function(t) OverrideSprite(t[#t]) end,


--[[logistic-chest-active-provider]]--
["__base__/graphics/entity/logistic-chest/logistic-chest-active-provider.png"] = function(t) OverrideSprite(t[#t]) end,


--[[logistic-chest-storage]]--
["__base__/graphics/entity/logistic-chest/logistic-chest-storage.png"] = function(t) OverrideSprite(t[#t]) end,


--[[logistic-chest-requester]]--
["__base__/graphics/entity/logistic-chest/logistic-chest-requester.png"] = function(t) OverrideSprite(t[#t]) end,


--[[logistic-robot]]--
["__base__/graphics/entity/logistic-robot/logistic-robot.png"] = function(t) OverrideSprite(t[#t]) end,

Expand Down Expand Up @@ -1162,10 +1126,6 @@ local ChangeTextureConfiguration =
end,


--[[steel-chest]]--
["__base__/graphics/entity/steel-chest/steel-chest.png"] = function(t) OverrideSprite(t[#t]) end,


--[[steel-furnace]]--
["__base__/graphics/entity/steel-furnace/steel-furnace.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/steel-furnace/steel-furnace-fire.png"] = function(t) OverrideSprite(t[#t]) end,
Expand Down Expand Up @@ -1293,10 +1253,6 @@ local ChangeTextureConfiguration =
["__base__/graphics/entity/water-splash/water-splash.png"] = function(t) OverrideSprite(t[#t]) end,


--[[wooden-chest]]--
["__base__/graphics/entity/wooden-chest/wooden-chest.png"] = function(t) OverrideSprite(t[#t]) end,


--[[worm]]--
["__base__/graphics/entity/worm/worm-folded.png"] = function(t) OverrideSprite(t[#t]) end,
["__base__/graphics/entity/worm/worm-folded-mask.png"] = function(t) OverrideSprite(t[#t]) end,
Expand Down

0 comments on commit bd635d1

Please sign in to comment.