Add main schem gui
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-05-29 08:19:46 +02:00
parent 4d882a4eca
commit 0ab0358799
27 changed files with 360 additions and 170 deletions

View File

@@ -0,0 +1,14 @@
{
"parent": "minecraft:block/glass",
"textures": {
"layer0": "minecraft:block/glass"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "item/glass/schematic_show_public"
}
]
}