Add missing recipe file

This commit is contained in:
Zontreck 2024-02-15 02:40:32 -07:00
parent 85a780b469
commit 5b978440bc
2 changed files with 29 additions and 1 deletions

View file

@ -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

View file

@ -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"
}
}