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

@@ -1,16 +1,26 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/paper"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/paper/1"
}
]
"parent": "item/handheld",
"textures": {
"layer0": "item/paper"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "item/paper/1"
},
{
"predicate": {
"custom_model_data": 3
},
"model": "item/paper/schematic_sort_name_ascending"
},
{
"predicate": {
"custom_model_data": 4
},
"model": "item/paper/schematic_sort_name_descending"
}
]
}