TripleTerrain (WIP)
This commit is contained in:
parent
311e5f3e4b
commit
9b464bcc06
12 changed files with 148 additions and 2 deletions
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"shape=top": { "model": "betterend:block/rubinea_middle" },
|
||||
"shape=middle": { "model": "betterend:block/rubinea_middle" },
|
||||
"shape=bottom": { "model": "betterend:block/rubinea_bottom" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/rubinea_bottom"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/rubinea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:block/rubinea_bottom"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"variants": {
|
||||
"shape=bottom": [
|
||||
{ "model": "betterend:pattern/%block%" },
|
||||
{ "model": "betterend:pattern/%block%", "y": 90 },
|
||||
{ "model": "betterend:pattern/%block%", "y": 180 },
|
||||
{ "model": "betterend:pattern/%block%", "y": 270 }
|
||||
],
|
||||
"shape=middle": [
|
||||
{ "model": "betterend:pattern/%block%_middle" },
|
||||
{ "model": "betterend:pattern/%block%_middle", "y": 90 },
|
||||
{ "model": "betterend:pattern/%block%_middle", "y": 180 },
|
||||
{ "model": "betterend:pattern/%block%_middle", "y": 270 }
|
||||
],
|
||||
"shape=top": [
|
||||
{ "model": "betterend:pattern/%block%" },
|
||||
{ "model": "betterend:pattern/%block%", "x": 180, "y": 90 },
|
||||
{ "model": "betterend:pattern/%block%", "x": 180, "y": 180 },
|
||||
{ "model": "betterend:pattern/%block%", "x": 180, "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 223 B |
BIN
src/main/resources/assets/betterend/textures/block/rubinea.png
Normal file
BIN
src/main/resources/assets/betterend/textures/block/rubinea.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 234 B |
Binary file not shown.
After Width: | Height: | Size: 223 B |
Loading…
Add table
Add a link
Reference in a new issue