Fixes & textures
This commit is contained in:
parent
a549f52527
commit
4ceda82bfb
24 changed files with 301 additions and 102 deletions
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"shape=top": { "model": "betterend:block/magnula_middle" },
|
||||
"shape=middle": { "model": "betterend:block/magnula_middle" },
|
||||
"shape=bottom": { "model": "betterend:block/magnula_bottom" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"variants": {
|
||||
"shape=bottom,facing=up": { "model": "betterend:block/neon_cactus_big" },
|
||||
"shape=bottom,facing=down": { "model": "betterend:block/neon_cactus_big", "x": 180 },
|
||||
"shape=bottom,facing=north": { "model": "betterend:block/neon_cactus_big", "x": 90 },
|
||||
"shape=bottom,facing=south": { "model": "betterend:block/neon_cactus_big", "x": 90, "y": 180 },
|
||||
"shape=bottom,facing=east": { "model": "betterend:block/neon_cactus_big", "x": 90, "y": 90 },
|
||||
"shape=bottom,facing=west": { "model": "betterend:block/neon_cactus_big", "x": 90, "y": 270 },
|
||||
|
||||
"shape=middle,facing=up": { "model": "betterend:block/neon_cactus_medium" },
|
||||
"shape=middle,facing=down": { "model": "betterend:block/neon_cactus_medium", "x": 180 },
|
||||
"shape=middle,facing=north": { "model": "betterend:block/neon_cactus_medium", "x": 90 },
|
||||
"shape=middle,facing=south": { "model": "betterend:block/neon_cactus_medium", "x": 90, "y": 180 },
|
||||
"shape=middle,facing=east": { "model": "betterend:block/neon_cactus_medium", "x": 90, "y": 90 },
|
||||
"shape=middle,facing=west": { "model": "betterend:block/neon_cactus_medium", "x": 90, "y": 270 },
|
||||
|
||||
"shape=top,facing=up": { "model": "betterend:block/neon_cactus_small" },
|
||||
"shape=top,facing=down": { "model": "betterend:block/neon_cactus_small", "x": 180 },
|
||||
"shape=top,facing=north": { "model": "betterend:block/neon_cactus_small", "x": 90 },
|
||||
"shape=top,facing=south": { "model": "betterend:block/neon_cactus_small", "x": 90, "y": 180 },
|
||||
"shape=top,facing=east": { "model": "betterend:block/neon_cactus_small", "x": 90, "y": 90 },
|
||||
"shape=top,facing=west": { "model": "betterend:block/neon_cactus_small", "x": 90, "y": 270 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue