Stop putting lamp posts in my games
This commit is contained in:
parent
be4d1b5af8
commit
466408a67d
20 changed files with 631 additions and 4 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "new_soviet:block/golden_table_lamp", "uvlock": true },
|
||||
"facing=east": { "model": "new_soviet:block/golden_table_lamp", "y": 90, "uvlock": false },
|
||||
"facing=south": { "model": "new_soviet:block/golden_table_lamp", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/golden_table_lamp", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"attached=false": {
|
||||
"model": "new_soviet:block/lamp_post_base"
|
||||
},
|
||||
"attached=true": {
|
||||
"model": "new_soviet:block/lamp_post_base_attached"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue