Stop putting lamp posts in my games

This commit is contained in:
Andrew-71 2023-09-04 17:24:07 +03:00
parent be4d1b5af8
commit 466408a67d
20 changed files with 631 additions and 4 deletions

View file

@ -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 }
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"attached=false": {
"model": "new_soviet:block/lamp_post_base"
},
"attached=true": {
"model": "new_soviet:block/lamp_post_base_attached"
}
}
}