Stripped name fix

This commit is contained in:
paulevsGitch 2020-10-03 01:40:15 +03:00
parent 81e62efcf6
commit baff425b70
49 changed files with 219 additions and 219 deletions

View file

@ -1,16 +0,0 @@
{
"variants": {
"axis=x": {
"model": "betterend:block/%name%_striped_bark",
"x": 90,
"y": 90
},
"axis=y": {
"model": "betterend:block/%name%_striped_bark"
},
"axis=z": {
"model": "betterend:block/%name%_striped_bark",
"x": 90
}
}
}

View file

@ -1,16 +0,0 @@
{
"variants": {
"axis=x": {
"model": "betterend:block/%name%_striped_log",
"x": 90,
"y": 90
},
"axis=y": {
"model": "betterend:block/%name%_striped_log"
},
"axis=z": {
"model": "betterend:block/%name%_striped_log",
"x": 90
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "betterend:block/%name%_stripped_bark",
"x": 90,
"y": 90
},
"axis=y": {
"model": "betterend:block/%name%_stripped_bark"
},
"axis=z": {
"model": "betterend:block/%name%_stripped_bark",
"x": 90
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "betterend:block/%name%_stripped_log",
"x": 90,
"y": 90
},
"axis=y": {
"model": "betterend:block/%name%_stripped_log"
},
"axis=z": {
"model": "betterend:block/%name%_stripped_log",
"x": 90
}
}
}