From d14a52918fbd11e5140378cce06ae303eb3eb8e4 Mon Sep 17 00:00:00 2001 From: JohnTheCoolingFan Date: Wed, 10 Feb 2021 09:36:15 +0300 Subject: [PATCH 1/2] Fixed plutonium underground belt length --- prototypes/entity/entities.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/prototypes/entity/entities.lua b/prototypes/entity/entities.lua index c2dff70..c60e66c 100644 --- a/prototypes/entity/entities.lua +++ b/prototypes/entity/entities.lua @@ -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" From 126edf1f7b84abe908e20e6bcf9c907b63cc99e4 Mon Sep 17 00:00:00 2001 From: JohnTheCoolingFan Date: Wed, 10 Feb 2021 09:37:56 +0300 Subject: [PATCH 2/2] 1.2.13 --- changelog.txt | 5 +++++ info.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index fdd51ab..7581bc0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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: diff --git a/info.json b/info.json index 7ac4846..466c77c 100644 --- a/info.json +++ b/info.json @@ -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",