1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-02-05 13:40:05 +00:00

9 lines
298 B
JSON
Raw Normal View History

{
"variants": {
"facing=north": { "model": "computercraft:turtle" },
"facing=south": { "model": "computercraft:turtle", "y": 180 },
"facing=west": { "model": "computercraft:turtle", "y": 270 },
"facing=east": { "model": "computercraft:turtle", "y": 90 }
}
}