You've already forked minecraft-assets
Create/Update assets for version 1.11
This commit is contained in:
36
assets/minecraft/blockstates/tripwire.json
Normal file
36
assets/minecraft/blockstates/tripwire.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"variants": {
|
||||
"attached=false,east=false,north=false,south=false,west=false": { "model": "tripwire_ns" },
|
||||
"attached=false,east=false,north=true,south=false,west=false": { "model": "tripwire_n" },
|
||||
"attached=false,east=false,north=false,south=true,west=false": { "model": "tripwire_n", "y": 180 },
|
||||
"attached=false,east=true,north=false,south=false,west=false": { "model": "tripwire_n", "y": 90 },
|
||||
"attached=false,east=false,north=false,south=false,west=true": { "model": "tripwire_n", "y": 270 },
|
||||
"attached=false,east=true,north=true,south=false,west=false": { "model": "tripwire_ne" },
|
||||
"attached=false,east=true,north=false,south=true,west=false": { "model": "tripwire_ne", "y": 90 },
|
||||
"attached=false,east=false,north=false,south=true,west=true": { "model": "tripwire_ne", "y": 180 },
|
||||
"attached=false,east=false,north=true,south=false,west=true": { "model": "tripwire_ne", "y": 270 },
|
||||
"attached=false,east=false,north=true,south=true,west=false": { "model": "tripwire_ns" },
|
||||
"attached=false,east=true,north=false,south=false,west=true": { "model": "tripwire_ns", "y": 90 },
|
||||
"attached=false,east=true,north=true,south=true,west=false": { "model": "tripwire_nse" },
|
||||
"attached=false,east=true,north=false,south=true,west=true": { "model": "tripwire_nse", "y": 90 },
|
||||
"attached=false,east=false,north=true,south=true,west=true": { "model": "tripwire_nse", "y": 180 },
|
||||
"attached=false,east=true,north=true,south=false,west=true": { "model": "tripwire_nse", "y": 270 },
|
||||
"attached=false,east=true,north=true,south=true,west=true": { "model": "tripwire_nsew" },
|
||||
"attached=true,east=false,north=false,south=false,west=false": { "model": "tripwire_attached_ns" },
|
||||
"attached=true,east=false,north=true,south=false,west=false": { "model": "tripwire_attached_n" },
|
||||
"attached=true,east=false,north=false,south=true,west=false": { "model": "tripwire_attached_n", "y": 180 },
|
||||
"attached=true,east=true,north=false,south=false,west=false": { "model": "tripwire_attached_n", "y": 90 },
|
||||
"attached=true,east=false,north=false,south=false,west=true": { "model": "tripwire_attached_n", "y": 270 },
|
||||
"attached=true,east=true,north=true,south=false,west=false": { "model": "tripwire_attached_ne" },
|
||||
"attached=true,east=true,north=false,south=true,west=false": { "model": "tripwire_attached_ne", "y": 90 },
|
||||
"attached=true,east=false,north=false,south=true,west=true": { "model": "tripwire_attached_ne", "y": 180 },
|
||||
"attached=true,east=false,north=true,south=false,west=true": { "model": "tripwire_attached_ne", "y": 270 },
|
||||
"attached=true,east=false,north=true,south=true,west=false": { "model": "tripwire_attached_ns" },
|
||||
"attached=true,east=true,north=false,south=false,west=true": { "model": "tripwire_attached_ns", "y": 90 },
|
||||
"attached=true,east=true,north=true,south=true,west=false": { "model": "tripwire_attached_nse" },
|
||||
"attached=true,east=true,north=false,south=true,west=true": { "model": "tripwire_attached_nse", "y": 90 },
|
||||
"attached=true,east=false,north=true,south=true,west=true": { "model": "tripwire_attached_nse", "y": 180 },
|
||||
"attached=true,east=true,north=true,south=false,west=true": { "model": "tripwire_attached_nse", "y": 270 },
|
||||
"attached=true,east=true,north=true,south=true,west=true": { "model": "tripwire_attached_nsew" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user