Block can now be mined

This commit is contained in:
Prabuddha Hans 2024-07-21 19:10:52 +01:00
parent 886497fcc4
commit 696f64fba6
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"type": "minecraft_block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "examplemod:adamantite_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"examplemod:adamantite_block"
]
}

View file

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"examplemod:adamantite_block"
]
}