diff --git a/gradle.properties b/gradle.properties index 27265e2..f81c35e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/data/growglobe/recipe/growglobe.json b/src/main/resources/data/growglobe/recipe/growglobe.json new file mode 100644 index 0000000..f079e25 --- /dev/null +++ b/src/main/resources/data/growglobe/recipe/growglobe.json @@ -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 + } +} \ No newline at end of file