Block can now be mined
This commit is contained in:
parent
886497fcc4
commit
696f64fba6
3 changed files with 31 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft_block",
|
||||||
|
"pools": [
|
||||||
|
{
|
||||||
|
"rolls": 1,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "examplemod:adamantite_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"examplemod:adamantite_block"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"examplemod:adamantite_block"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue