Skip to content

Commit 23f1710

Browse files
committed
update for copper age & MoM
mostly backported all inventory items, only liberty taken was I added a copper golem statue item made from a wall.
1 parent 6924b98 commit 23f1710

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2131
-140
lines changed

assets/minecraft/blockstates/copper_bars.json

Lines changed: 0 additions & 100 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "minecraft:block/copper_chest"
5+
}
6+
}
7+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"variants": {
3+
"hanging=false": {
4+
"model": "minecraft:block/copper_lantern"
5+
},
6+
"hanging=true": {
7+
"model": "minecraft:block/copper_lantern_hanging"
8+
}
9+
}
10+
}

assets/minecraft/blockstates/copper_torch.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"variants": {
3+
"axis=x": {
4+
"model": "minecraft:block/iron_chain",
5+
"x": 90,
6+
"y": 90
7+
},
8+
"axis=y": {
9+
"model": "minecraft:block/iron_chain"
10+
},
11+
"axis=z": {
12+
"model": "minecraft:block/iron_chain",
13+
"x": 90
14+
}
15+
}
16+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:component",
5+
"component": "minecraft:custom_name",
6+
"cases": [
7+
{
8+
"when": {
9+
"text": "1.21.9 Acacia Shelf",
10+
"italic": false,
11+
"color": "white"
12+
},
13+
"model": {
14+
"type": "minecraft:model",
15+
"model": "minecraft:block/acacia_shelf_inventory"
16+
}
17+
}
18+
],
19+
"fallback": {
20+
"type": "minecraft:model",
21+
"model": "minecraft:block/acacia_planks"
22+
}
23+
}
24+
}
25+
26+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:component",
5+
"component": "minecraft:custom_name",
6+
"cases": [
7+
{
8+
"when": {
9+
"text": "1.21.9 Bamboo Shelf",
10+
"italic": false,
11+
"color": "white"
12+
},
13+
"model": {
14+
"type": "minecraft:model",
15+
"model": "minecraft:block/bamboo_shelf_inventory"
16+
}
17+
}
18+
],
19+
"fallback": {
20+
"type": "minecraft:model",
21+
"model": "minecraft:block/bamboo_planks"
22+
}
23+
}
24+
}
25+
26+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:component",
5+
"component": "minecraft:custom_name",
6+
"cases": [
7+
{
8+
"when": {
9+
"text": "1.21.9 Birch Shelf",
10+
"italic": false,
11+
"color": "white"
12+
},
13+
"model": {
14+
"type": "minecraft:model",
15+
"model": "minecraft:block/birch_shelf_inventory"
16+
}
17+
}
18+
],
19+
"fallback": {
20+
"type": "minecraft:model",
21+
"model": "minecraft:block/birch_planks"
22+
}
23+
}
24+
}
25+
26+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:component",
5+
"component": "minecraft:custom_name",
6+
"cases": [
7+
{
8+
"when": {
9+
"text": "1.21.11 Camel Husk Spawn Egg",
10+
"italic": false,
11+
"color": "white"
12+
},
13+
"model": {
14+
"type": "minecraft:model",
15+
"model": "minecraft:item/camel_husk_spawn_egg"
16+
}
17+
}
18+
],
19+
"fallback": {
20+
"type": "minecraft:model",
21+
"model": "minecraft:item/camel_spawn_egg"
22+
}
23+
}
24+
}
25+
26+
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,97 +6,97 @@
66
"cases": [
77
{
88
"when": {
9-
"text": "1.21.9 Copper Lantern",
9+
"text": "1.21.9 Copper Chain",
1010
"italic": false,
1111
"color": "white"
1212
},
1313
"model": {
1414
"type": "minecraft:model",
15-
"model": "minecraft:item/copper_lantern"
15+
"model": "minecraft:item/copper_chain"
1616
}
1717
},
1818
{
1919
"when": {
20-
"text": "1.21.9 Exposed Copper Lantern",
20+
"text": "1.21.9 Exposed Copper Chain",
2121
"italic": false,
2222
"color": "white"
2323
},
2424
"model": {
2525
"type": "minecraft:model",
26-
"model": "minecraft:item/exposed_copper_lantern"
26+
"model": "minecraft:item/exposed_copper_chain"
2727
}
2828
},
2929
{
3030
"when": {
31-
"text": "1.21.9 Oxidized Copper Lantern",
31+
"text": "1.21.9 Oxidized Copper Chain",
3232
"italic": false,
3333
"color": "white"
3434
},
3535
"model": {
3636
"type": "minecraft:model",
37-
"model": "minecraft:item/oxidized_copper_lantern"
37+
"model": "minecraft:item/oxidized_copper_chain"
3838
}
3939
},
4040
{
4141
"when": {
42-
"text": "1.21.9 Weathered Copper Lantern",
42+
"text": "1.21.9 Weathered Copper Chain",
4343
"italic": false,
4444
"color": "white"
4545
},
4646
"model": {
4747
"type": "minecraft:model",
48-
"model": "minecraft:item/weathered_copper_lantern"
48+
"model": "minecraft:item/weathered_copper_chain"
4949
}
5050
},
5151
{
5252
"when": {
53-
"text": "1.21.9 Waxed Copper Lantern",
53+
"text": "1.21.9 Waxed Copper Chain",
5454
"italic": false,
5555
"color": "white"
5656
},
5757
"model": {
5858
"type": "minecraft:model",
59-
"model": "minecraft:item/waxed_copper_lantern"
59+
"model": "minecraft:item/copper_chain"
6060
}
6161
},
6262
{
6363
"when": {
64-
"text": "1.21.9 Waxed Exposed Copper Lantern",
64+
"text": "1.21.9 Waxed Exposed Copper Chain",
6565
"italic": false,
6666
"color": "white"
6767
},
6868
"model": {
6969
"type": "minecraft:model",
70-
"model": "minecraft:item/waxed_exposed_copper_lantern"
70+
"model": "minecraft:item/exposed_copper_chain"
7171
}
7272
},
7373
{
7474
"when": {
75-
"text": "1.21.9 Waxed Oxidized Copper Lantern",
75+
"text": "1.21.9 Waxed Oxidized Copper Chain",
7676
"italic": false,
7777
"color": "white"
7878
},
7979
"model": {
8080
"type": "minecraft:model",
81-
"model": "minecraft:item/waxed_oxidized_copper_lantern"
81+
"model": "minecraft:item/oxidized_copper_chain"
8282
}
8383
},
8484
{
8585
"when": {
86-
"text": "1.21.9 Waxed Weathered Copper Lantern",
86+
"text": "1.21.9 Waxed Weathered Copper Chain",
8787
"italic": false,
8888
"color": "white"
8989
},
9090
"model": {
9191
"type": "minecraft:model",
92-
"model": "minecraft:item/waxed_weathered_copper_lantern"
92+
"model": "minecraft:item/weathered_copper_chain"
9393
}
9494
}
9595

9696
],
9797
"fallback": {
9898
"type": "minecraft:model",
99-
"model": "minecraft:item/lantern"
99+
"model": "minecraft:item/chain"
100100
}
101101
}
102102
}

0 commit comments

Comments
 (0)