mirror of
https://github.com/TeamMidnightDust/DeliciousDishes.git
synced 2025-12-16 00:25:11 +01:00
33 lines
1.9 KiB
JSON
33 lines
1.9 KiB
JSON
{
|
|
"variants": {
|
|
"facing=north,bites=0": { "model": "dishes:block/hamburger" },
|
|
"facing=east,bites=0": { "model": "dishes:block/hamburger", "y": 90 },
|
|
"facing=south,bites=0": { "model": "dishes:block/hamburger", "y": 180 },
|
|
"facing=west,bites=0": { "model": "dishes:block/hamburger", "y": 270 },
|
|
"facing=north,bites=1": { "model": "dishes:block/hamburger1" },
|
|
"facing=east,bites=1": { "model": "dishes:block/hamburger1", "y": 90 },
|
|
"facing=south,bites=1": { "model": "dishes:block/hamburger1", "y": 180 },
|
|
"facing=west,bites=1": { "model": "dishes:block/hamburger1", "y": 270 },
|
|
"facing=north,bites=2": { "model": "dishes:block/hamburger2" },
|
|
"facing=east,bites=2": { "model": "dishes:block/hamburger2", "y": 90 },
|
|
"facing=south,bites=2": { "model": "dishes:block/hamburger2", "y": 180 },
|
|
"facing=west,bites=2": { "model": "dishes:block/hamburger2", "y": 270 },
|
|
"facing=north,bites=3": { "model": "dishes:block/hamburger3" },
|
|
"facing=east,bites=3": { "model": "dishes:block/hamburger3", "y": 90 },
|
|
"facing=south,bites=3": { "model": "dishes:block/hamburger3", "y": 180 },
|
|
"facing=west,bites=3": { "model": "dishes:block/hamburger3", "y": 270 },
|
|
"facing=north,bites=4": { "model": "dishes:block/hamburger4" },
|
|
"facing=east,bites=4": { "model": "dishes:block/hamburger4", "y": 90 },
|
|
"facing=south,bites=4": { "model": "dishes:block/hamburger4", "y": 180 },
|
|
"facing=west,bites=4": { "model": "dishes:block/hamburger4", "y": 270 },
|
|
"facing=north,bites=5": { "model": "block/air" },
|
|
"facing=east,bites=5": { "model": "block/air" },
|
|
"facing=south,bites=5": { "model": "block/air" },
|
|
"facing=west,bites=5": { "model": "block/air" },
|
|
"facing=north,bites=6": { "model": "block/air" },
|
|
"facing=east,bites=6": { "model": "block/air" },
|
|
"facing=south,bites=6": { "model": "block/air" },
|
|
"facing=west,bites=6": { "model": "block/air" }
|
|
}
|
|
}
|