Ladder patterns

This commit is contained in:
Aleksey 2020-10-14 13:53:49 +03:00
parent 285addfc8b
commit d99f8225a8
48 changed files with 62 additions and 695 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/ladder",
"textures": {
"texture": "betterend:block/%texture%"
}
}

View file

@ -0,0 +1,19 @@
{
"variants": {
"facing=north": {
"model": "betterend:pattern/%block%"
},
"facing=east": {
"model": "betterend:pattern/%block%",
"y": 90
},
"facing=south": {
"model": "betterend:pattern/%block%",
"y": 180
},
"facing=west": {
"model": "betterend:pattern/%block%",
"y": 270
}
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:block/%texture%"
}
}