TVs, radios, and a lot to do
This commit is contained in:
parent
222fa946a3
commit
99eab1b9ca
192 changed files with 12886 additions and 41 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/brown_tv", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/brown_tv", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/brown_tv", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/brown_tv", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/crate"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/radio", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/radio", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/radio", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/radio", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/red_tv", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/red_tv", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/red_tv", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/red_tv", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
8
src/main/resources/assets/new_soviet/blockstates/tv.json
Normal file
8
src/main/resources/assets/new_soviet/blockstates/tv.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/tv", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/tv", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/tv", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/tv", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue