diff --git a/changelog.txt b/changelog.txt index db9e7c1..fec3e9b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.1.1 +Date: 25.08.2023 + Bugfixes: + - Belts require a positive speed +--------------------------------------------------------------------------------------------------- Version: 1.1.0 Date: 16.01.2021 Features: diff --git a/info.json b/info.json index f346fce..fffc470 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "Baseless", - "version": "1.1.0", + "version": "1.1.1", "title": "Baseless", "description": "Defines missing prototypes required to launch the game.", "author": "David Skrundz", diff --git a/prototypes/constructors/Entity/EntityWithHealth/TransportBeltConnectable.lua b/prototypes/constructors/Entity/EntityWithHealth/TransportBeltConnectable.lua index 41e4870..43da19e 100644 --- a/prototypes/constructors/Entity/EntityWithHealth/TransportBeltConnectable.lua +++ b/prototypes/constructors/Entity/EntityWithHealth/TransportBeltConnectable.lua @@ -28,7 +28,7 @@ local AnimationSet = Baseless.Make.TransportBeltConnectable = function (type, name, prototype, conditions) return Baseless.Make.EntityWithHealth(type, name, Merge( { - speed = 0, + speed = 1, belt_animation_set = AnimationSet, collision_box = Baseless.Data.BoundingBox, tile_width = 1,