Lamps, fans and AIR RAID SIRENS
This commit is contained in:
parent
99eab1b9ca
commit
ee51f94613
53 changed files with 403 additions and 33 deletions
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"lit=true": {
|
||||
"model": "new_soviet:block/ceiling_fan_on"
|
||||
},
|
||||
"lit=false": {
|
||||
"model": "new_soviet:block/ceiling_fan_off"
|
||||
}
|
||||
}
|
||||
}
|
10
src/main/resources/assets/new_soviet/blockstates/lamp.json
Normal file
10
src/main/resources/assets/new_soviet/blockstates/lamp.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"hanging=false": {
|
||||
"model": "new_soviet:block/table_lamp"
|
||||
},
|
||||
"hanging=true": {
|
||||
"model": "new_soviet:block/ceiling_lamp"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/siren", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/siren", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/siren", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/siren", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue