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
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Version: 3.0.19
Date: ???
Changes:
- Updated German locale courtesy of @Spunk42
- Fixed that clay pit would sometimes drop items on the ground instead of in containers or on belts. Resolves https://github.com/pyanodon/pybugreports/issues/1366
---------------------------------------------------------------------------------------------------
Version: 3.0.18
Date: 2025-12-28
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyhightech",
"version": "3.0.18",
"version": "3.0.19",
"factorio_version": "2.0",
"title": "Pyanodons HighTech",
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple, przemo1232",
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/clay-pit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ for i = 1, 4 do
},
},
energy_usage = (100 * 2 ^ i) .. "kW",
vector_to_place_result = {-3.51, -2.0},
vector_to_place_result = {-3.7, -2.0},
graphics_set = {
animation = {
layers = {
Expand Down