Ladder patterns
This commit is contained in:
parent
285addfc8b
commit
d99f8225a8
48 changed files with 62 additions and 695 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/ladder",
|
||||
"textures": {
|
||||
"texture": "betterend:block/%texture%"
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:block/%texture%"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue