Skip to content

Commit c697a99

Browse files
Fixed that clay pit would sometimes drop items on the ground instead of in containers or on belts. Resolves pyanodon/pybugreports#1366 (#127)
1 parent 6feed38 commit c697a99

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Version: 3.0.19
33
Date: ???
44
Changes:
55
- Updated German locale courtesy of @Spunk42
6+
- 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
67
---------------------------------------------------------------------------------------------------
78
Version: 3.0.18
89
Date: 2025-12-28

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyhightech",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"factorio_version": "2.0",
55
"title": "Pyanodons HighTech",
66
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple, przemo1232",

prototypes/buildings/clay-pit.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ for i = 1, 4 do
115115
},
116116
},
117117
energy_usage = (100 * 2 ^ i) .. "kW",
118-
vector_to_place_result = {-3.51, -2.0},
118+
vector_to_place_result = {-3.7, -2.0},
119119
graphics_set = {
120120
animation = {
121121
layers = {

0 commit comments

Comments
 (0)