This commit is contained in:
2026-09-24 23:28:01 -03:00
parent 79faa556de
commit bb42dd662e
73 changed files with 2349 additions and 34 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"format_version": 1,
"block": {
"id": "example_mod:example_block",
"textures": "example_mod:example_block",
"mining": { "toughness": 3, "tool": "pickaxe", "requires_tool": false },
"drops": "example_mod:example_block",
"interactive": true,
"components": {
"example_mod:announce": { "message": "You found the example block!" }
}
}
}