From 4773f735d34d63e34ae6155b61d867782f100456 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Sun, 29 May 2022 13:58:15 -0700 Subject: [PATCH] v1.0.1 - Fix crafting recipe! --- build.gradle | 2 +- src/main/resources/data/shapedaionresources/recipes/orb.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 5c1e484..aa206d0 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ plugins { apply plugin: 'net.minecraftforge.gradle' -version = '1.0' +version = '1.0.1' group = 'dev.zontreck.shapedaionresources' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'shapedaionresources' diff --git a/src/main/resources/data/shapedaionresources/recipes/orb.json b/src/main/resources/data/shapedaionresources/recipes/orb.json index 21b97e3..137ca48 100644 --- a/src/main/resources/data/shapedaionresources/recipes/orb.json +++ b/src/main/resources/data/shapedaionresources/recipes/orb.json @@ -1,8 +1,9 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "G", - "D" + "GGG", + "GDG", + "GGG" ], "key": { "D": {