Merge new update in
This commit is contained in:
parent
5032895c13
commit
d7e3ee995d
121 changed files with 5595 additions and 10 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/black/bishop", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/black/bishop", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/black/bishop", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/black/bishop", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"checkers=1": {
|
||||
"model": "new_soviet:block/black_checker"
|
||||
},
|
||||
"checkers=2": {
|
||||
"model": "new_soviet:block/black_checker2"
|
||||
},
|
||||
"checkers=3": {
|
||||
"model": "new_soviet:block/black_checker3"
|
||||
},
|
||||
"checkers=4": {
|
||||
"model": "new_soviet:block/black_checker4"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/black/king", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/black/king", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/black/king", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/black/king", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/black/knight", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/black/knight", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/black/knight", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/black/knight", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/black/pawn", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/black/pawn", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/black/pawn", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/black/pawn", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/black/queen", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/black/queen", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/black/queen", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/black/queen", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/black/rook", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/black/rook", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/black/rook", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/black/rook", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"variants": {
|
||||
"rotate=2,facing=north": { "model": "new_soviet:block/handrail/handrail", "uvlock": true },
|
||||
"rotate=2,facing=east": { "model": "new_soviet:block/handrail/handrail", "y": 90, "uvlock": false },
|
||||
"rotate=2,facing=south": { "model": "new_soviet:block/handrail/handrail", "y": 180, "uvlock": false },
|
||||
"rotate=2,facing=west": { "model": "new_soviet:block/handrail/handrail", "y": 270, "uvlock": false },
|
||||
|
||||
"rotate=3,facing=north": { "model": "new_soviet:block/handrail/handrail_right", "uvlock": true },
|
||||
"rotate=3,facing=east": { "model": "new_soviet:block/handrail/handrail_right", "y": 90, "uvlock": false },
|
||||
"rotate=3,facing=south": { "model": "new_soviet:block/handrail/handrail_right", "y": 180, "uvlock": false },
|
||||
"rotate=3,facing=west": { "model": "new_soviet:block/handrail/handrail_right", "y": 270, "uvlock": false },
|
||||
|
||||
"rotate=1,facing=north": { "model": "new_soviet:block/handrail/handrail_left", "uvlock": true },
|
||||
"rotate=1,facing=east": { "model": "new_soviet:block/handrail/handrail_left", "y": 90, "uvlock": false },
|
||||
"rotate=1,facing=south": { "model": "new_soviet:block/handrail/handrail_left", "y": 180, "uvlock": false },
|
||||
"rotate=1,facing=west": { "model": "new_soviet:block/handrail/handrail_left", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/white/bishop", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/white/bishop", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/white/bishop", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/white/bishop", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"checkers=1": {
|
||||
"model": "new_soviet:block/white_checker"
|
||||
},
|
||||
"checkers=2": {
|
||||
"model": "new_soviet:block/white_checker2"
|
||||
},
|
||||
"checkers=3": {
|
||||
"model": "new_soviet:block/white_checker3"
|
||||
},
|
||||
"checkers=4": {
|
||||
"model": "new_soviet:block/white_checker4"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/white/king", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/white/king", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/white/king", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/white/king", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/white/knight", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/white/knight", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/white/knight", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/white/knight", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/white/pawn", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/white/pawn", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/white/pawn", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/white/pawn", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/white/queen", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/white/queen", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/white/queen", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/white/queen", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/chess/white/rook", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/chess/white/rook", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/chess/white/rook", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/chess/white/rook", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue