20 lines
1.9 KiB
JSON
20 lines
1.9 KiB
JSON
{
|
|
"variants": {
|
|
"facing=north,half=bottom,open=false": { "model": "betternether:block/%name%_trapdoor" },
|
|
"facing=south,half=bottom,open=false": { "model": "betternether:block/%name%_trapdoor", "y": 180 },
|
|
"facing=east,half=bottom,open=false": { "model": "betternether:block/%name%_trapdoor", "y": 90 },
|
|
"facing=west,half=bottom,open=false": { "model": "betternether:block/%name%_trapdoor", "y": 270 },
|
|
"facing=north,half=top,open=false": { "model": "betternether:block/%name%_trapdoor", "x": 180 },
|
|
"facing=south,half=top,open=false": { "model": "betternether:block/%name%_trapdoor", "x": 180, "y": 180 },
|
|
"facing=east,half=top,open=false": { "model": "betternether:block/%name%_trapdoor", "x": 180, "y": 90 },
|
|
"facing=west,half=top,open=false": { "model": "betternether:block/%name%_trapdoor", "x": 180, "y": 270 },
|
|
"facing=north,half=bottom,open=true": { "model": "betternether:block/%name%_trapdoor", "x": 90 },
|
|
"facing=south,half=bottom,open=true": { "model": "betternether:block/%name%_trapdoor", "x": 90, "y": 180 },
|
|
"facing=east,half=bottom,open=true": { "model": "betternether:block/%name%_trapdoor", "x": 90, "y": 90 },
|
|
"facing=west,half=bottom,open=true": { "model": "betternether:block/%name%_trapdoor", "x": 90, "y": 270 },
|
|
"facing=north,half=top,open=true": { "model": "betternether:block/%name%_trapdoor", "x": 270, "y": 180 },
|
|
"facing=south,half=top,open=true": { "model": "betternether:block/%name%_trapdoor", "x": 270, "y": 0 },
|
|
"facing=east,half=top,open=true": { "model": "betternether:block/%name%_trapdoor", "x": 270, "y": 270 },
|
|
"facing=west,half=top,open=true": { "model": "betternether:block/%name%_trapdoor", "x": 270, "y": 90 }
|
|
}
|
|
}
|