From 3a010091e5fada00cc8ee092dcc39b8a562222cf Mon Sep 17 00:00:00 2001 From: SysAdmin Date: Fri, 24 Apr 2026 01:36:18 +0100 Subject: [PATCH] fix(camping): reshape hammock recipe to fit 3x3 crafting grid 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) --- .../camping_supplies_BP/recipes/hammock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/camping-supplies-addon/camping_supplies_BP/recipes/hammock.json b/camping-supplies-addon/camping_supplies_BP/recipes/hammock.json index dfd2a46..2e37a78 100644 --- a/camping-supplies-addon/camping_supplies_BP/recipes/hammock.json +++ b/camping-supplies-addon/camping_supplies_BP/recipes/hammock.json @@ -13,8 +13,9 @@ } ], "pattern": [ - "T T", - "TWWWT" + "T T", + "WWW", + "T T" ], "key": { "W": {