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