Hevea blocks and textures
Really, really bad textures. Ah well.
This commit is contained in:
parent
aba216b087
commit
74dc1e1ff5
11 changed files with 57 additions and 0 deletions
BIN
graphics/hevea_log.xcf
Normal file
BIN
graphics/hevea_log.xcf
Normal file
Binary file not shown.
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"variants":
|
||||
{
|
||||
"axis=y":
|
||||
{
|
||||
"model": "mmm:materials/log/hevea"
|
||||
},
|
||||
|
||||
"axis=z":
|
||||
{
|
||||
"model": "mmm:materials/log/hevea",
|
||||
"x": 90
|
||||
},
|
||||
|
||||
"axis=x":
|
||||
{
|
||||
"model": "mmm:materials/log/hevea",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
|
||||
"axis=none":
|
||||
{
|
||||
"model": "mmm:materials/bark/hevea"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/planks/hevea" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/log/side/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "mmm:blocks/materials/log/end/hevea",
|
||||
"side": "mmm:blocks/materials/log/side/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/log/hevea"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/planks/hevea"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 553 B |
Binary file not shown.
After Width: | Height: | Size: 636 B |
Binary file not shown.
After Width: | Height: | Size: 303 B |
Reference in a new issue