Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Date: ????
- Allowed sea sponges mk02+ from sea sponge sprouts mk02+ to accept productivity. Resolves https://github.com/pyanodon/pybugreports/issues/1335
- Fixed cadaveric arum smart farm recipe 2 being the same as recipe 3. Resolves https://github.com/pyanodon/pybugreports/issues/1358
- Switched smart farm autolaunch hotfix to proper runtime API call introduced in 2.0.73
- Fixed smart farms not working with most plants on new saves
- Removed part of the smart farm remote API due to engine constraints
- Fixed parts of the caravan interrupt GUI being hidden if too many conditions or targets were added. Resolves https://github.com/pyanodon/pybugreports/issues/1325
---------------------------------------------------------------------------------------------------
Version: 3.0.62
Expand Down
1 change: 0 additions & 1 deletion control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ require "scripts.ocula.ocula"
---@diagnostic disable-next-line: different-requires
require "scripts.farming.farming"
require "scripts.smart-farm.smart-farm"
require "scripts.smart-farm.mega-farm"
require "scripts.worm.worm"
require "scripts.turd.turd"
require "scripts.vatbrain.vatbrain"
Expand Down
175 changes: 0 additions & 175 deletions scripts/smart-farm/mega-farm.lua

This file was deleted.

Loading