Skip to content

Commit

Permalink
fixed mid growth crops
Browse files Browse the repository at this point in the history
for potatoes and onions
  • Loading branch information
Regorty committed Nov 13, 2024
1 parent 101c7b6 commit 109a317
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/ms/models/farming/stage/onion_sapling_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"translation": [0, 5, 0]
},
"head": {
"translation": [-1, -19.25, -3.25],
"translation": [-1, -24, -3.25],
"scale": [1.7, 2.0, 1.7]
},
"fixed": {
Expand Down
2 changes: 1 addition & 1 deletion assets/ms/models/farming/stage/onion_sapling_3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"translation": [0, 5, 0]
},
"head": {
"translation": [-1, -16.25, -3.25],
"translation": [-1, -24, -3.25],
"scale": [1.7, 2.3, 1.7]
},
"fixed": {
Expand Down
2 changes: 1 addition & 1 deletion assets/ms/models/farming/stage/onion_sapling_4.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"translation": [0, 5, 0]
},
"head": {
"translation": [-1, -13.25, -3.25],
"translation": [-1, -24, -3.25],
"scale": [1.7, 2.6, 1.7]
},
"fixed": {
Expand Down
2 changes: 1 addition & 1 deletion assets/ms/models/farming/stage/potato_sapling_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"translation": [-0.25, -54, 0],
"translation": [-0.25, -20, 0],
"scale": [2.5, 3.0, 2.5]
}
}
Expand Down
2 changes: 1 addition & 1 deletion assets/ms/models/farming/stage/potato_sapling_3.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"translation": [0, -56, 0],
"translation": [0, -20, 0],
"scale": [2.5, 3.5, 2.5]
}
}
Expand Down
2 changes: 1 addition & 1 deletion assets/ms/models/farming/stage/potato_sapling_4.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"translation": [0, -59, 0],
"translation": [0, -20, 0],
"scale": [2.5, 4.0, 2.5]
}
}
Expand Down

0 comments on commit 109a317

Please sign in to comment.