Improve and fix landmine

This commit is contained in:
Andrew-71 2023-08-11 14:49:19 +03:00
parent 497ae9149b
commit b43a0668aa
6 changed files with 50 additions and 27 deletions

View file

@ -1,7 +1,8 @@
{
"variants": {
"": {
"model": "new_soviet:block/landmine"
}
"facing=north": { "model": "new_soviet:block/landmine", "uvlock": true },
"facing=east": { "model": "new_soviet:block/landmine", "y": 90, "uvlock": false },
"facing=south": { "model": "new_soviet:block/landmine", "y": 180, "uvlock": false },
"facing=west": { "model": "new_soviet:block/landmine", "y": 270, "uvlock": false }
}
}
}