added mars dirt path, moved mars dirt/grass blocks to java, fixed snowy variants and made the clay/kaolin blocks have proper connected textures
This commit is contained in:
parent
7c8caf3732
commit
1a8172e27a
23 changed files with 1451 additions and 164 deletions
|
|
@ -1,24 +1,221 @@
|
|||
{
|
||||
"variants": {
|
||||
"snowy=false": [
|
||||
{
|
||||
"model": "tfg:block/grass/sangnum_kaolin"
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/sangnum_mycelium_top",
|
||||
"x": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"snowy": false
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/grass/sangnum_kaolin",
|
||||
"apply": [
|
||||
{
|
||||
"model": "tfg:block/grass/sangnum_mycelium_top",
|
||||
"x": 270,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/grass/sangnum_mycelium_top",
|
||||
"x": 270
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/grass/sangnum_mycelium_top",
|
||||
"x": 270,
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/grass/sangnum_mycelium_top",
|
||||
"x": 270,
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"snowy": true
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"model": "tfc:block/grass/sandy_loam/snowy_top",
|
||||
"x": 270,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "tfc:block/grass/sandy_loam/snowy_top",
|
||||
"x": 270
|
||||
},
|
||||
{
|
||||
"model": "tfc:block/grass/sandy_loam/snowy_top",
|
||||
"x": 270,
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "tfc:block/grass/sandy_loam/snowy_top",
|
||||
"x": 270,
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": true,
|
||||
"snowy": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/sangnum_mycelium_top"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": true,
|
||||
"snowy": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/sangnum_mycelium_top",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": true,
|
||||
"snowy": false
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/grass/sangnum_kaolin",
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/sangnum_mycelium_top",
|
||||
"y": 180
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": true,
|
||||
"snowy": false
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/grass/sangnum_kaolin",
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/sangnum_mycelium_top",
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": true,
|
||||
"snowy": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfc:block/grass/sandy_loam/snowy_top"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": true,
|
||||
"snowy": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfc:block/grass/sandy_loam/snowy_top",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": true,
|
||||
"snowy": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfc:block/grass/sandy_loam/snowy_top",
|
||||
"y": 180
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": true,
|
||||
"snowy": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfc:block/grass/sandy_loam/snowy_top",
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": false,
|
||||
"snowy": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/sangnum_kaolin_mycelium_side"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": false,
|
||||
"snowy": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/sangnum_kaolin_mycelium_side",
|
||||
"y": 90
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": false,
|
||||
"snowy": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/sangnum_kaolin_mycelium_side",
|
||||
"y": 180
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": false,
|
||||
"snowy": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/sangnum_kaolin_mycelium_side",
|
||||
"y": 270
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": false,
|
||||
"snowy": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/snowy_kaolin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": false,
|
||||
"snowy": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/snowy_kaolin",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": false,
|
||||
"snowy": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/snowy_kaolin",
|
||||
"y": 180
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": false,
|
||||
"snowy": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "tfg:block/grass/snowy_kaolin",
|
||||
"y": 270
|
||||
}
|
||||
],
|
||||
"snowy=true": {
|
||||
"model": "tfg:block/grass/snowy_kaolin"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue