From 5b978440bc954a4b150b23d790ca33b59840eec6 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Thu, 15 Feb 2024 02:40:32 -0700 Subject: [PATCH] Add missing recipe file --- gradle.properties | 2 +- .../data/ariasessentials/recipes/tiab.json | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/data/ariasessentials/recipes/tiab.json diff --git a/gradle.properties b/gradle.properties index cbc2566..5c4e281 100644 --- a/gradle.properties +++ b/gradle.properties @@ -48,7 +48,7 @@ mod_name=Aria's Essentials # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPLv3 # The mod version. See https://semver.org/ -mod_version=1.2.021524.0233 +mod_version=1.2.021524.0238 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/src/main/resources/data/ariasessentials/recipes/tiab.json b/src/main/resources/data/ariasessentials/recipes/tiab.json new file mode 100644 index 0000000..7e7ed1b --- /dev/null +++ b/src/main/resources/data/ariasessentials/recipes/tiab.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GGG", + "DCD", + "LBL" + ], + "key": { + "G": { + "tag": "forge:ingots/gold" + }, + "D": { + "tag": "forge:gems/diamond" + }, + "L": { + "tag": "forge:gems/lapis" + }, + "C": { + "item": "minecraft:clock" + }, + "B": { + "item": "minecraft:glass_bottle" + } + }, + "result": { + "item": "ariasessentials:tiab" + } +} \ No newline at end of file