Skip to content

Commit e357181

Browse files
committed
added hijacks for updated Copper Golem Statue map
1 parent a4f44f1 commit e357181

8 files changed

Lines changed: 160 additions & 0 deletions
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:custom_model_data",
5+
"index": 0,
6+
"cases": [
7+
{
8+
"when": "minecraft:copper_golem_statue",
9+
"model": {
10+
"type": "minecraft:model",
11+
"model": "minecraft:block/copper_golem_statue_inventory"
12+
}
13+
}
14+
],
15+
"fallback": {
16+
"type": "minecraft:model",
17+
"model": "minecraft:block/cut_copper"
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:custom_model_data",
5+
"index": 0,
6+
"cases": [
7+
{
8+
"when": "minecraft:exposed_copper_golem_statue",
9+
"model": {
10+
"type": "minecraft:model",
11+
"model": "minecraft:block/exposed_copper_golem_statue_inventory"
12+
}
13+
}
14+
],
15+
"fallback": {
16+
"type": "minecraft:model",
17+
"model": "minecraft:block/exposed_cut_copper"
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:custom_model_data",
5+
"index": 0,
6+
"cases": [
7+
{
8+
"when": "minecraft:oxidized_copper_golem_statue",
9+
"model": {
10+
"type": "minecraft:model",
11+
"model": "minecraft:block/oxidized_copper_golem_statue_inventory"
12+
}
13+
}
14+
],
15+
"fallback": {
16+
"type": "minecraft:model",
17+
"model": "minecraft:block/oxidized_cut_copper"
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:custom_model_data",
5+
"index": 0,
6+
"cases": [
7+
{
8+
"when": "minecraft:waxed_copper_golem_statue",
9+
"model": {
10+
"type": "minecraft:model",
11+
"model": "minecraft:block/copper_golem_statue_inventory"
12+
}
13+
}
14+
],
15+
"fallback": {
16+
"type": "minecraft:model",
17+
"model": "minecraft:block/waxed_cut_copper"
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:custom_model_data",
5+
"index": 0,
6+
"cases": [
7+
{
8+
"when": "minecraft:waxed_exposed_copper_golem_statue",
9+
"model": {
10+
"type": "minecraft:model",
11+
"model": "minecraft:block/exposed_copper_golem_statue_inventory"
12+
}
13+
}
14+
],
15+
"fallback": {
16+
"type": "minecraft:model",
17+
"model": "minecraft:block/waxed_exposed_cut_copper"
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:custom_model_data",
5+
"index": 0,
6+
"cases": [
7+
{
8+
"when": "minecraft:waxed_oxidized_copper_golem_statue",
9+
"model": {
10+
"type": "minecraft:model",
11+
"model": "minecraft:block/oxidized_copper_golem_statue_inventory"
12+
}
13+
}
14+
],
15+
"fallback": {
16+
"type": "minecraft:model",
17+
"model": "minecraft:block/waxed_oxidized_cut_copper"
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:custom_model_data",
5+
"index": 0,
6+
"cases": [
7+
{
8+
"when": "minecraft:waxed_weathered_copper_golem_statue",
9+
"model": {
10+
"type": "minecraft:model",
11+
"model": "minecraft:block/weathered_copper_golem_statue_inventory"
12+
}
13+
}
14+
],
15+
"fallback": {
16+
"type": "minecraft:model",
17+
"model": "minecraft:block/waxed_weathered_cut_copper"
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:custom_model_data",
5+
"index": 0,
6+
"cases": [
7+
{
8+
"when": "minecraft:weathered_copper_golem_statue",
9+
"model": {
10+
"type": "minecraft:model",
11+
"model": "minecraft:block/weathered_copper_golem_statue_inventory"
12+
}
13+
}
14+
],
15+
"fallback": {
16+
"type": "minecraft:model",
17+
"model": "minecraft:block/weathered_cut_copper"
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)