fix(camping): reshape hammock recipe to fit 3x3 crafting grid
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:
2026-04-24 01:36:18 +01:00
parent 14dd6d5ce7
commit 3a010091e5

View File

@@ -13,8 +13,9 @@
}
],
"pattern": [
"T T",
"TWWWT"
"T T",
"WWW",
"T T"
],
"key": {
"W": {