add many simulator items

This commit is contained in:
2025-04-20 22:55:42 +02:00
parent 36b6cc1927
commit 96d9e428c2
56 changed files with 375 additions and 65 deletions

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"texture": "minecraft:item/anvil"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/anvil/button_simulator_element_settings"
}
]
}

View File

@ -0,0 +1 @@
- 1: button simulator element settings

View File

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

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"texture": "minecraft:item/arrow"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/arrow/button_back"
}
]
}

View File

@ -0,0 +1 @@
- 1: Button back

View File

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

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"texture": "minecraft:item/barrier"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/barrier/button_delete"
}
]
}

View File

@ -0,0 +1 @@
- 1: button delete

View File

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

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"texture": "minecraft:item/calibrated_sculk_sensor"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/calibrated_sculk_sensor/button_simulator_autostab"
}
]
}

View File

@ -0,0 +1 @@
- 1 button simulator autostab

View File

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

View File

@ -0,0 +1,120 @@
{
"parent": "builtin/entity",
"textures": {
"texture": "minecraft:item/chest"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/chest/button_simulator_make_group"
}
],
"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 @@
- 1 button simulator make group

View File

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

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"texture": "minecraft:item/ender_eye"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/ender_eye/button_simulator_element_enabled"
}
]
}

View File

@ -0,0 +1 @@
- 1 button simulator element enabled

View File

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

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"texture": "minecraft:item/ender_pearl"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/ender_pearl/button_simulator_element_disabled"
}
]
}

View File

@ -0,0 +1 @@
- 1 button simulator element disabled

View File

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

View File

@ -18,6 +18,13 @@
"custom_model_data":2
},
"model": "item/gray_dye/2"
},
{
"predicate":
{
"custom_model_data":3
},
"model": "item/gray_dye/button_simulator_element_blank"
}
]
]
}

View File

@ -1,20 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/prev1"
},
"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]
}
}
"layer0": "item/gray_dye/button_previous_disabled"
}
}

View File

@ -1,20 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/prev2"
},
"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]
}
}
"layer0": "item/gray_dye/button_next_disabled"
}
}

View File

@ -0,0 +1,3 @@
- 1: Button previous disabled
- 2: Button next disabled
- 3: Button simulator element blank

View File

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

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"texture": "minecraft:item/lead"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/lead/button_simulator_join_group"
}
]
}

View File

@ -0,0 +1 @@
- 1 button simulator join group

View File

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

View File

@ -18,6 +18,13 @@
"custom_model_data":2
},
"model": "item/lime_dye/2"
},
{
"predicate":
{
"custom_model_data":3
},
"model": "item/lime_dye/button_simulator_element_increase"
}
]
}

View File

@ -1,20 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/next1"
},
"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]
}
}
"layer0": "item/lime_dye/button_previous_enabled"
}
}

View File

@ -1,20 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/next2"
},
"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]
}
}
"layer0": "item/lime_dye/button_next_enabled"
}
}

View File

@ -0,0 +1,3 @@
- 1: Button previous enabled
- 2: Button next enabled
- 3: Button simulator element increase

View File

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

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"texture": "minecraft:item/red_dye"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":3
},
"model": "item/red_dye/button_simulator_element_decrease"
}
]
}

View File

@ -0,0 +1 @@
- 3: button simulator element decrease

View File

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

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"texture": "minecraft:item/repeater"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/repeater/button_settings"
}
]
}

View File

@ -0,0 +1 @@
- 1: Button settings

View File

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