{
"format_version": "1.16.100",
"minecraft:block": {
"description": {
"identifier": "uw:cherry_pie_block"
/*"category": "none",
"properies": {
"uw:eaten": [0, 1, 2, 3]
}*/
},
/*"permutations": [
{
"condition": "query.block_state('uw:eaten') == 1",
"components": {
"minecraft:geometry": "geometry.cherry_pie1"
}
},
{
"condition": "query.block_state('uw:eaten') == 2",
"components": {
"minecraft:geometry": "geometry.cherry_pie2"
}
},
{
"condition": "query.block_state('uw:eaten') == 3",
"components": {
"minecraft:geometry": "geometry.cherry_pie3"
}
}
],*/
"components": {
/*"minecraft:material_instances": {
"*": {
"texture": "uw:cherry_pie_block",
"render_method": "alpha_test"
}
},
"minecraft:geometry": "geometry.cherry_pie",
"minecraft:loot": "loot_tables/empty.json",
"minecraft:destructible_by_explosion": {
"explosion_resistance": 0.5
},
"minecraft:destructible_by_mining": {
"seconds_to_destroy": 0.75
}
}*/
},
"events": {}
}
#Why?
1 messages · Page 1 of 1 (latest)
no work
The format version is unexpected for the loaded data. What about putting the latest format version there ?
Bro, can you tell me why.
I figured out the first problem.