You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
172
assets/minecraft/blockstates/fire.json
Normal file
172
assets/minecraft/blockstates/fire.json
Normal file
@@ -0,0 +1,172 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/fire_floor0"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_floor1"
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/fire_side0"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side1"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side_alt0"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side_alt1"
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"OR": [
|
||||
{
|
||||
"north": "true"
|
||||
},
|
||||
{
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/fire_side0",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side1",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side_alt0",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side_alt1",
|
||||
"y": 90
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"OR": [
|
||||
{
|
||||
"east": "true"
|
||||
},
|
||||
{
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/fire_side0",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side1",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side_alt0",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side_alt1",
|
||||
"y": 180
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"OR": [
|
||||
{
|
||||
"south": "true"
|
||||
},
|
||||
{
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/fire_side0",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side1",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side_alt0",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_side_alt1",
|
||||
"y": 270
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"OR": [
|
||||
{
|
||||
"west": "true"
|
||||
},
|
||||
{
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/fire_up0"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_up1"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_up_alt0"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/fire_up_alt1"
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"up": "true"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user