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