Skip to content

Commit 939b893

Browse files
committed
Add remapping chain -> iron_chaion for RP version 67 and above for backwards compatibillity
1 parent fa1e10e commit 939b893

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
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+
}

core/src/main/resourceExtensions/pack.mcmeta

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
{
1313
"formats": { "min_inclusive": 22 },
1414
"directory": "mc1_20_3"
15+
},
16+
{
17+
"formats": { "min_inclusive": 67 },
18+
"directory": "mc_1_21_9"
1519
}
1620
]
1721
}

0 commit comments

Comments
 (0)