Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
Version: 0.2.0 Date: 26.11.2024 Features: - Added simulation for roboport. - Added simulations for transport belts. - Added simulations for underground belts. - Added simulations for splitters. Scripting: - Added `environment.viewport_width(tiles)`. Works similarly to `environment.viewport_height(tiles)`, but instead ensures the viewport has the given tiles in width. - Added `environment.create_linked_belts(surface, pos1, pos2, direction)`. Creates two incredibly fast linked belts, which can be used with any belt type. - Added optional second argument to `EventSequence.finish(length, offset)`. Delays the execution of the event sequence.
Version: 0.1.1 Date: 26.11.2024 Changes: - Aligned the viewport for the active provider chest simulation. Info: - Added release dates. - Set homepage link to personal discord server.
Version: 0.1.0 Date: 25.11.2024 Major Features: - Initial release Features: - Added simulation for landfill. - Added simulations for inserters. - Added simulations for logistic chests. - Added simulations for mining drills. Debug: - Added "Dev mode" setting to access utility items. Info: - Added mod information in README.md. Scripting: - Added `library/story.lua` to handle looped events. - Added `library/environment.lua` with common simulation setup utilities.