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": "item/handheld",
"textures": {
"layer0": "minecraft:item/bucket"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "item/bucket/schematic_show_private"
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/bucket/schematic_show_private"
}
}

View File

@ -3,21 +3,30 @@
"textures": { "textures": {
"layer0": "minecraft:item/cauldron" "layer0": "minecraft:item/cauldron"
}, },
"overrides": "overrides": [
[
{
"predicate":
{ {
"predicate": {
"custom_model_data": 1 "custom_model_data": 1
}, },
"model": "item/cauldron/1" "model": "item/cauldron/1"
}, },
{ {
"predicate": "predicate": {
{
"custom_model_data": 2 "custom_model_data": 2
}, },
"model": "item/cauldron/2" "model": "item/cauldron/2"
},
{
"predicate": {
"custom_model_data": 3
},
"model": "item/cauldron/schematic_sort_type_ascending"
},
{
"predicate": {
"custom_model_data": 4
},
"model": "item/cauldron/schematic_sort_type_descending"
} }
] ]
} }

View File

@ -0,0 +1,20 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/cauldron/schematic_sort_type_ascending"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/cauldron/schematic_sort_type_descending"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -3,14 +3,18 @@
"textures": { "textures": {
"layer0": "minecraft:item/chest" "layer0": "minecraft:item/chest"
}, },
"overrides": "overrides": [
[
{
"predicate":
{ {
"predicate": {
"custom_model_data": 1 "custom_model_data": 1
}, },
"model": "item/chest/button_simulator_make_group" "model": "item/chest/button_simulator_make_group"
},
{
"predicate": {
"custom_model_data": 2
},
"model": "item/chest/schematic_folder"
} }
], ],
"display": { "display": {

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/chest/schematic_folder"
}
}

View File

@ -0,0 +1,20 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/clock"
},
"overrides": [
{
"predicate": {
"custom_model_data": 3
},
"model": "item/clock/schematic_sort_time_ascending"
},
{
"predicate": {
"custom_model_data": 4
},
"model": "item/clock/schematic_sort_time_descending"
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/clock/schematic_sort_time_ascending"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/clock/schematic_sort_time_descending"
}
}

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"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/glass/schematic_show_public"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -3,21 +3,24 @@
"textures": { "textures": {
"layer0": "item/name_tag" "layer0": "item/name_tag"
}, },
"overrides": "overrides": [
[
{
"predicate":
{ {
"predicate": {
"custom_model_data": 1 "custom_model_data": 1
}, },
"model": "item/name_tag/1" "model": "item/name_tag/1"
}, },
{ {
"predicate": "predicate": {
{
"custom_model_data": 2 "custom_model_data": 2
}, },
"model": "item/name_tag/2" "model": "item/name_tag/2"
},
{
"predicate": {
"custom_model_data": 3
},
"model": "item/name_tag/schematic_filter"
} }
] ]
} }

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/name_tag/schematic_filter"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -3,14 +3,24 @@
"textures": { "textures": {
"layer0": "item/paper" "layer0": "item/paper"
}, },
"overrides": "overrides": [
[
{
"predicate":
{ {
"predicate": {
"custom_model_data": 1 "custom_model_data": 1
}, },
"model": "item/paper/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"
} }
] ]
} }

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/paper/schematic_sort_name_ascending"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/paper/schematic_sort_name_descending"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B