+ lang fix

This commit is contained in:
Glitchlabs
2026-07-04 13:06:27 +02:00
parent ac835a9687
commit 534f56b870
23 changed files with 93 additions and 18 deletions
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/mesh_iron"
}
}
}
@@ -23,6 +23,7 @@
"block.ornamentum.lime_glow_stained_glass": "Lime Glow Stained Glass",
"block.ornamentum.magenta_glow_block": "Magenta Glow Block",
"block.ornamentum.magenta_glow_stained_glass": "Magenta Glow Stained Glass",
"block.ornamentum.mesh_iron": "Mesh Iron",
"block.ornamentum.netherite_grate": "Netherite Grate",
"block.ornamentum.obsidian_grate": "Obsidian Grate",
"block.ornamentum.orange_glow_block": "Orange Glow Block",
@@ -1,4 +1,5 @@
{
"ambientocclusion": false,
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/lime_glow_block"
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/mesh_iron"
}
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/mesh_iron"
}