From bf53d0fc40452c0ee38b12645fd1c5e7cba082ca Mon Sep 17 00:00:00 2001 From: Fernando Balandran Date: Wed, 28 Jan 2026 16:54:38 -0600 Subject: [PATCH] fixed recipe format --- src/main/resources/data/thuttech/recipe/controller.json | 3 ++- src/main/resources/data/thuttech/recipe/lift.json | 3 ++- src/main/resources/data/thuttech/recipe/linker.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/thuttech/recipe/controller.json b/src/main/resources/data/thuttech/recipe/controller.json index 67dfa99..bf54df7 100644 --- a/src/main/resources/data/thuttech/recipe/controller.json +++ b/src/main/resources/data/thuttech/recipe/controller.json @@ -15,6 +15,7 @@ } }, "result": { - "item": "thuttech:controller" + "id": "thuttech:controller", + "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/thuttech/recipe/lift.json b/src/main/resources/data/thuttech/recipe/lift.json index a748228..a755bdd 100644 --- a/src/main/resources/data/thuttech/recipe/lift.json +++ b/src/main/resources/data/thuttech/recipe/lift.json @@ -18,6 +18,7 @@ } }, "result": { - "item": "thuttech:lift" + "id": "thuttech:lift", + "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/thuttech/recipe/linker.json b/src/main/resources/data/thuttech/recipe/linker.json index b7c1cc1..ad32cd2 100644 --- a/src/main/resources/data/thuttech/recipe/linker.json +++ b/src/main/resources/data/thuttech/recipe/linker.json @@ -15,6 +15,7 @@ } }, "result": { - "item": "thuttech:linker" + "id": "thuttech:linker", + "count": 1 } } \ No newline at end of file