Added the cracked glass block and its corresponding texture to the resource packs. Also made changes to the maker.ts file to include a save operation. Additionally, added a new behavior pack for the cracked glass block with specific properties. Updated the vectorUtils.ts file to include a new function for converting a Vector3 object to a command string. Finally, made changes to the triggers.ts file to register new triggers and update existing ones.
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"format_version": "1.20.13",
|
|
"minecraft:block": {
|
|
"description": {
|
|
"identifier": "cc:cracked_glass",
|
|
"menu_category": {
|
|
"category": "construction",
|
|
"is_hidden_in_commands": false
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:light_dampening": 0,
|
|
"minecraft:material_instances": {
|
|
"*": {
|
|
"render_method": "blend"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|