mirror of
https://github.com/TeamMidnightDust/DeliciousDishes.git
synced 2025-12-16 16:45:09 +01:00
Everything fully working
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,bites=0": { "model": "dishes:block/chickenburger" },
|
||||
"facing=east,bites=0": { "model": "dishes:block/chickenburger", "y": 90 },
|
||||
"facing=south,bites=0": { "model": "dishes:block/chickenburger", "y": 180 },
|
||||
"facing=west,bites=0": { "model": "dishes:block/chickenburger", "y": 270 },
|
||||
"facing=north,bites=1": { "model": "dishes:block/chickenburger1" },
|
||||
"facing=east,bites=1": { "model": "dishes:block/chickenburger1", "y": 90 },
|
||||
"facing=south,bites=1": { "model": "dishes:block/chickenburger1", "y": 180 },
|
||||
"facing=west,bites=1": { "model": "dishes:block/chickenburger1", "y": 270 },
|
||||
"facing=north,bites=2": { "model": "dishes:block/chickenburger2" },
|
||||
"facing=east,bites=2": { "model": "dishes:block/chickenburger2", "y": 90 },
|
||||
"facing=south,bites=2": { "model": "dishes:block/chickenburger2", "y": 180 },
|
||||
"facing=west,bites=2": { "model": "dishes:block/chickenburger2", "y": 270 },
|
||||
"facing=north,bites=3": { "model": "dishes:block/chickenburger3" },
|
||||
"facing=east,bites=3": { "model": "dishes:block/chickenburger3", "y": 90 },
|
||||
"facing=south,bites=3": { "model": "dishes:block/chickenburger3", "y": 180 },
|
||||
"facing=west,bites=3": { "model": "dishes:block/chickenburger3", "y": 270 },
|
||||
"facing=north,bites=4": { "model": "dishes:block/chickenburger4" },
|
||||
"facing=east,bites=4": { "model": "dishes:block/chickenburger4", "y": 90 },
|
||||
"facing=south,bites=4": { "model": "dishes:block/chickenburger4", "y": 180 },
|
||||
"facing=west,bites=4": { "model": "dishes:block/chickenburger4", "y": 270 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user