Skip to content

Commit

Permalink
Merge pull request #36 from JohnTheCoolingFan/dev
Browse files Browse the repository at this point in the history
1.2.13
  • Loading branch information
JohnTheCoolingFan authored Feb 10, 2021
2 parents 3f8ba9d + 126edf1 commit 9064150
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 1.2.13
Date: 10.02.2021
Fixes:
- Fixed Plutonium underground belt having the same range as Uranium, now it is 2 tiles longer.
---------------------------------------------------------------------------------------------------
Version: 1.2.12
Date: 07.02.2021
Minor Features:
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": "1.2.12",
"version": "1.2.13",
"title": "Random Factorio Things",
"author": "JohnTheCoolingFan",
"contact": "https://discord.gg/KPnETvMDYk",
Expand Down
1 change: 1 addition & 0 deletions prototypes/entity/entities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ if mods["PlutoniumEnergy"] then
plutonium_underground_belt.corpse = 'plutonium-underground-belt-remnants'
plutonium_underground_belt.minable.result = "plutonium-underground-belt"
plutonium_underground_belt.speed = 0.15625
plutonium_underground_belt.max_distance = 13
plutonium_underground_belt.belt_animation_set = plutonium_transport_belt.belt_animation_set
plutonium_underground_belt.structure.direction_in.sheet.filename = "__RandomFactorioThings__/graphics/entity/plutonium-underground-belt/plutonium-underground-belt-structure.png"
plutonium_underground_belt.structure.direction_in.sheet.hr_version.filename = "__RandomFactorioThings__/graphics/entity/plutonium-underground-belt/hr-plutonium-underground-belt-structure.png"
Expand Down

0 comments on commit 9064150

Please sign in to comment.