Make ancient debris drop dendrite shale

This commit is contained in:
Sergeant Acoustic 2025-09-01 03:01:18 +01:00
parent 7a5298a55f
commit 8202efab2e

View file

@ -0,0 +1,51 @@
{
"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": "minecraft:ancient_debris"
},
{
"type": "minecraft:item",
"functions": [
{
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:netherite_scrap"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/ancient_debris"
}