prepair vor v1.0.0

+ recepi vor obsidian bricks
This commit is contained in:
Glitchlabs
2026-07-27 20:39:30 +02:00
parent e31b4b6d3c
commit 306dacdc42
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -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. # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=All Rights Reserved mod_license=All Rights Reserved
# The mod version. See https://semver.org/ # 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. # 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. # This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html # See https://maven.apache.org/guides/mini/guide-naming-conventions.html
@@ -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
}
}