You've already forked minecraft-assets
Create/Update assets for version 18w45a
This commit is contained in:
12
assets/minecraft/blockstates/bell.json
Normal file
12
assets/minecraft/blockstates/bell.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,face=floor": { "model": "block/bell_floor" },
|
||||
"facing=south,face=floor": { "model": "block/bell_floor", "y": 180 },
|
||||
"facing=east,face=floor": { "model": "block/bell_floor", "y": 90 },
|
||||
"facing=west,face=floor": { "model": "block/bell_floor", "y": 270 },
|
||||
"facing=north,face=ceiling": { "model": "block/bell_ceiling" },
|
||||
"facing=south,face=ceiling": { "model": "block/bell_ceiling", "y": 180 },
|
||||
"facing=east,face=ceiling": { "model": "block/bell_ceiling", "y": 90 },
|
||||
"facing=west,face=ceiling": { "model": "block/bell_ceiling", "y": 270 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user