Some Biome Work

This commit is contained in:
Frank 2022-06-24 10:58:44 +02:00
parent 02e43f9eb6
commit 1909aea351
13 changed files with 385 additions and 72 deletions

View file

@ -0,0 +1,150 @@
{
"multipart": [
{
"apply": {
"model": "betterend:block/crystal_moss_cover"
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover"
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover",
"uvlock": true,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover",
"uvlock": true,
"y": 90
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover",
"uvlock": true,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover",
"uvlock": true,
"y": 180
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover",
"uvlock": true,
"y": 270
},
"when": {
"west": "true"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover",
"uvlock": true,
"y": 270
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover",
"uvlock": true,
"x": 270
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover",
"uvlock": true,
"x": 270
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover",
"uvlock": true,
"x": 90
},
"when": {
"down": "true"
}
},
{
"apply": {
"model": "betterend:block/crystal_moss_cover",
"uvlock": true,
"x": 90
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
}
]
}

View file

@ -0,0 +1,41 @@
{
"ambientocclusion": false,
"textures": {
"particle": "betterend:block/crystal_moss_cover",
"cover": "betterend:block/crystal_moss_cover"
},
"elements": [
{
"from": [
0,
0,
0.1
],
"to": [
16,
16,
0.1
],
"faces": {
"north": {
"uv": [
0,
0,
16,
16
],
"texture": "#cover"
},
"south": {
"uv": [
0,
0,
16,
16
],
"texture": "#cover"
}
}
}
]
}

View file

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 20,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B