Skip to content

Commit

Permalink
add a single fish turbine to the starting inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
protocol-1903 committed Dec 15, 2024
1 parent 7157a98 commit 78b1e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Version: 3.1.2
Date: 2024-12-15
Features:
- Added a single Multiblade "fish" turbine to the starting inventory
- Added dependency on AAI Loaders
- Added shunt loader, powered by steam
- Added shunt inserter, powered by steam
Expand Down
2 changes: 1 addition & 1 deletion control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script.on_init(function(event)
created_items['py-tank-8000'] = 1
created_items["stone-furnace"] = 1
created_items["py-sinkhole"] = 2
created_items["py-gas-vent"] = 2
created_items["multiblade-turbine-mk01"] = 1
remote.call('freeplay', 'set_created_items', created_items)
end
end)
Expand Down

0 comments on commit 78b1e60

Please sign in to comment.