You've already forked minecraft-assets
Create/Update assets for version 24w45a
This commit is contained in:
28
assets/minecraft/blockstates/creaking_heart.json
Normal file
28
assets/minecraft/blockstates/creaking_heart.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"active=false,axis=x": {
|
||||
"model": "minecraft:block/creaking_heart_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"active=false,axis=y": {
|
||||
"model": "minecraft:block/creaking_heart"
|
||||
},
|
||||
"active=false,axis=z": {
|
||||
"model": "minecraft:block/creaking_heart_horizontal",
|
||||
"x": 90
|
||||
},
|
||||
"active=true,axis=x": {
|
||||
"model": "minecraft:block/creaking_heart_active_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"active=true,axis=y": {
|
||||
"model": "minecraft:block/creaking_heart_active"
|
||||
},
|
||||
"active=true,axis=z": {
|
||||
"model": "minecraft:block/creaking_heart_active_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user