Moooooore pedestals!
This commit is contained in:
parent
e6cafec945
commit
454fd1439b
41 changed files with 468 additions and 14 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "betterend:block/pedestal_bottom",
|
||||
"textures": {
|
||||
"base": "%mod%:block/%base%",
|
||||
"pillar": "%mod%:block/%pillar%",
|
||||
"bottom": "%mod%:block/%bottom%"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "betterend:block/pedestal_column",
|
||||
"textures": {
|
||||
"base": "%mod%:block/%base%",
|
||||
"pillar": "%mod%:block/%pillar%",
|
||||
"bottom": "%mod%:block/%bottom%"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "betterend:block/pedestal_column_top",
|
||||
"textures": {
|
||||
"base": "%mod%:block/%base%",
|
||||
"pillar": "%mod%:block/%pillar%"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"parent": "betterend:block/pedestal_default",
|
||||
"textures": {
|
||||
"top": "%mod%:block/%top%",
|
||||
"base": "%mod%:block/%base%",
|
||||
"pillar": "%mod%:block/%pillar%",
|
||||
"bottom": "%mod%:block/%bottom%"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/pedestal_pillar",
|
||||
"textures": {
|
||||
"pillar": "%mod%:block/%pillar%"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "betterend:block/pedestal_top",
|
||||
"textures": {
|
||||
"top": "%mod%:block/%top%",
|
||||
"base": "%mod%:block/%base%",
|
||||
"pillar": "%mod%:block/%pillar%"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"variants": {
|
||||
"state=default": {
|
||||
"model": "betterend:pattern/%block%/%block%_default"
|
||||
},
|
||||
"state=column": {
|
||||
"model": "betterend:pattern/%block%/%block%_column"
|
||||
},
|
||||
"state=column_top": {
|
||||
"model": "betterend:pattern/%block%/%block%_column_top"
|
||||
},
|
||||
"state=pedestal_top": {
|
||||
"model": "betterend:pattern/%block%/%block%_top"
|
||||
},
|
||||
"state=bottom": {
|
||||
"model": "betterend:pattern/%block%/%block%_bottom"
|
||||
},
|
||||
"state=pillar": {
|
||||
"model": "betterend:pattern/%block%/%block%_pillar"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue