From 306dacdc42a53ca38fc7bf8123f8b895d7d5365b Mon Sep 17 00:00:00 2001 From: Glitchlabs Date: Mon, 27 Jul 2026 20:39:30 +0200 Subject: [PATCH] prepair vor v1.0.0 + recepi vor obsidian bricks --- gradle.properties | 2 +- .../ornamentum/recipe/obsidian_bricks.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/data/ornamentum/recipe/obsidian_bricks.json diff --git a/gradle.properties b/gradle.properties index c763041..c0eb3ba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ mod_name=Ornamentum # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=All Rights Reserved # The mod version. See https://semver.org/ -mod_version=0.3.2 +mod_version=1.0.0 # 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/ornamentum/recipe/obsidian_bricks.json b/src/main/resources/data/ornamentum/recipe/obsidian_bricks.json new file mode 100644 index 0000000..5d21224 --- /dev/null +++ b/src/main/resources/data/ornamentum/recipe/obsidian_bricks.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "processed_obsidian", + "category": "building", + "pattern": [ + "OO", + "OO" + ], + "key": { + "O": { + "item": "ornamentum:obsidian_dust" + } + }, + "result": { + "id": "ornamentum:obsidian_bricks", + "count": 2 + } +} \ No newline at end of file