Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
merendamattia committed Nov 11, 2024
1 parent 780e9dd commit 12b4c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private void setSolidifiMap() {
_solidifi.put(30, 42);
_solidifi.put(31, 15);
_solidifi.put(32, 21);
_solidifi.put(33, 24); // added 2 from vanilla
_solidifi.put(33, 23); // added 2 from vanilla
_solidifi.put(34, 36);
_solidifi.put(35, 34);
_solidifi.put(36, 29);
Expand Down

0 comments on commit 12b4c7b

Please sign in to comment.