fix(camping): reshape hammock recipe to fit 3x3 crafting grid
All checks were successful
Deploy Addons / deploy (push) Successful in 15s
All checks were successful
Deploy Addons / deploy (push) Successful in 15s
Original 5x2 pattern (T T / TWWWT) exceeded the vanilla crafting grid and BDS rejected it with "Adding a recipe larger than 3x3". Replaced with a 3x3 layout: strings on the four corners as suspension points, wool row across the middle as the cloth. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
],
|
||||
"pattern": [
|
||||
"T T",
|
||||
"TWWWT"
|
||||
"WWW",
|
||||
"T T"
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
|
||||
Reference in New Issue
Block a user