import sources from scattered branches

This commit is contained in:
2026-07-08 23:12:18 -04:00
parent a1cbd1657e
commit 5e9d8f1b34
9409 changed files with 97775 additions and 7 deletions

View File

@@ -0,0 +1,41 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/bamboo_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/bamboo_fence_side_north"
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/bamboo_fence_side_east"
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/bamboo_fence_side_south"
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/bamboo_fence_side_west"
},
"when": {
"west": "true"
}
}
]
}