From 37740c1003e33e1e9e71b599dc2affbc8a2e96e7 Mon Sep 17 00:00:00 2001 From: Halbear Date: Tue, 4 Aug 2026 01:12:12 +0100 Subject: [PATCH] fixed slab recipe --- src/main/resources/data/ageofthegods/recipe/olive_slab.json | 2 +- src/main/resources/data/ageofthegods/recipe/olive_slab2.json | 2 +- src/main/resources/data/ageofthegods/recipe/olive_slab3.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/ageofthegods/recipe/olive_slab.json b/src/main/resources/data/ageofthegods/recipe/olive_slab.json index 2bc9aed..6a9020e 100644 --- a/src/main/resources/data/ageofthegods/recipe/olive_slab.json +++ b/src/main/resources/data/ageofthegods/recipe/olive_slab.json @@ -10,7 +10,7 @@ "a": "ageofthegods:olive_planks" }, "result": { - "id": "ageofthegods:olive_pressure_plate", + "id": "ageofthegods:olive_slab", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/ageofthegods/recipe/olive_slab2.json b/src/main/resources/data/ageofthegods/recipe/olive_slab2.json index 65f7efc..331776f 100644 --- a/src/main/resources/data/ageofthegods/recipe/olive_slab2.json +++ b/src/main/resources/data/ageofthegods/recipe/olive_slab2.json @@ -10,7 +10,7 @@ "a": "ageofthegods:olive_planks" }, "result": { - "id": "ageofthegods:olive_pressure_plate", + "id": "ageofthegods:olive_slab", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/ageofthegods/recipe/olive_slab3.json b/src/main/resources/data/ageofthegods/recipe/olive_slab3.json index d1d1f19..ca8d629 100644 --- a/src/main/resources/data/ageofthegods/recipe/olive_slab3.json +++ b/src/main/resources/data/ageofthegods/recipe/olive_slab3.json @@ -10,7 +10,7 @@ "a": "ageofthegods:olive_planks" }, "result": { - "id": "ageofthegods:olive_pressure_plate", + "id": "ageofthegods:olive_slab", "count": 1 } } \ No newline at end of file