Test mod
This commit is contained in:
@@ -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!" }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user