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

@ -2,22 +2,31 @@
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/cauldron"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/cauldron/1"
},
{
"predicate":
{
"custom_model_data":2
},
"model": "item/cauldron/2"
}
]
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "item/cauldron/1"
},
{
"predicate": {
"custom_model_data": 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

@ -1,120 +1,124 @@
{
"parent": "builtin/entity",
"textures": {
"layer0": "minecraft:item/chest"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/chest/button_simulator_make_group"
"parent": "builtin/entity",
"textures": {
"layer0": "minecraft:item/chest"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "item/chest/button_simulator_make_group"
},
{
"predicate": {
"custom_model_data": 2
},
"model": "item/chest/schematic_folder"
}
],
"display": {
"gui": {
"rotation": [
30,
45,
0
],
"translation": [
0,
0,
0
],
"scale": [
0.625,
0.625,
0.625
]
},
"ground": {
"rotation": [
0,
0,
0
],
"translation": [
0,
3,
0
],
"scale": [
0.25,
0.25,
0.25
]
},
"head": {
"rotation": [
0,
180,
0
],
"translation": [
0,
0,
0
],
"scale": [
1,
1,
1
]
},
"fixed": {
"rotation": [
0,
180,
0
],
"translation": [
0,
0,
0
],
"scale": [
0.5,
0.5,
0.5
]
},
"thirdperson_righthand": {
"rotation": [
75,
315,
0
],
"translation": [
0,
2.5,
0
],
"scale": [
0.375,
0.375,
0.375
]
},
"firstperson_righthand": {
"rotation": [
0,
315,
0
],
"translation": [
0,
0,
0
],
"scale": [
0.4,
0.4,
0.4
]
}
}
],
"display": {
"gui": {
"rotation": [
30,
45,
0
],
"translation": [
0,
0,
0
],
"scale": [
0.625,
0.625,
0.625
]
},
"ground": {
"rotation": [
0,
0,
0
],
"translation": [
0,
3,
0
],
"scale": [
0.25,
0.25,
0.25
]
},
"head": {
"rotation": [
0,
180,
0
],
"translation": [
0,
0,
0
],
"scale": [
1,
1,
1
]
},
"fixed": {
"rotation": [
0,
180,
0
],
"translation": [
0,
0,
0
],
"scale": [
0.5,
0.5,
0.5
]
},
"thirdperson_righthand": {
"rotation": [
75,
315,
0
],
"translation": [
0,
2.5,
0
],
"scale": [
0.375,
0.375,
0.375
]
},
"firstperson_righthand": {
"rotation": [
0,
315,
0
],
"translation": [
0,
0,
0
],
"scale": [
0.4,
0.4,
0.4
]
}
}
}

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

@ -1,23 +1,26 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/name_tag"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/name_tag/1"
},
{
"predicate":
{
"custom_model_data":2
},
"model": "item/name_tag/2"
}
]
"parent": "item/handheld",
"textures": {
"layer0": "item/name_tag"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "item/name_tag/1"
},
{
"predicate": {
"custom_model_data": 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

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

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