Skip to content

Commit

Permalink
Merge pull request #18 from kirazy/patch-1
Browse files Browse the repository at this point in the history
Fixing a typo...
  • Loading branch information
JohnTheCoolingFan authored Apr 7, 2020
2 parents d034c01 + 849cc5d commit 2e833a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if vanillaHD then
vanillaHD.addLoader("nuclear-loader", {r=0,g=255,b=0}, "nuclear-transport-belt", "nuclear-logistics", "express-loader")

-- If PlutoniumEnergy is present, create plutonium loader with nuclear loader as the previous tier
if mods ["PlutoniumEnergy"] then
if mods["PlutoniumEnergy"] then
vanillaHD.addLoader("plutonium-loader", {r=26,g=230,b=179}, "plutonium-transport-belt", "plutonium-logistics", "nuclear-loader")
end
end

0 comments on commit 2e833a6

Please sign in to comment.