Skip to content

Commit

Permalink
Fixed the block not being mineable
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwolfie37 committed Jan 30, 2024
1 parent cf18379 commit 7627a91
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"values": [
"silentvalkyrie:plutosteel_ore"
"silentvalkyrie:plutosteel_ore",
"silentvalkyrie:deepslate_plutosteel_ore"
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"values": [

"silentvalkyrie:deepslate_plutosteel_ore"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "silentvalkyrie:deepslate_plutosteel_ore"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 2.0
},
"function": "minecraft:set_count"
},
{
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "silentvalkyrie:molten_plutosteel"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "silentvalkyrie:blocks/deepslate_plutosteel_ore"
}

0 comments on commit 7627a91

Please sign in to comment.