Add recipe

This commit is contained in:
Soph :3 2025-10-05 14:00:47 +03:00
parent e5bdff9721
commit 8c83b2aaf3
2 changed files with 19 additions and 1 deletions

View file

@ -6,7 +6,7 @@ minecraft_version=1.21.8
yarn_mappings=1.21.8+build.1
loader_version=0.17.2
# Mod Properties
mod_version=0.1
mod_version=0.2
maven_group=ovh.sad
archives_base_name=growglobe
# Dependencies

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#R#",
"RDR",
"OOO"
],
"key": {
"#": "minecraft:glass",
"R": "minecraft:redstone",
"D": "minecraft:dirt",
"O": "minecraft:obsidian"
},
"result": {
"id": "growglobe:growglobe",
"count": 1
}
}