руда.

This commit is contained in:
YuRaNnNzZZ 2024-08-31 07:55:52 +03:00
parent 518a9fc3bf
commit ae3fef941b
Signed by: YuRaNnNzZZ
GPG Key ID: 5F71738C85A6006D
2 changed files with 30 additions and 24 deletions

View File

@ -2,7 +2,6 @@
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0.0,
"entries": [
{
@ -14,14 +13,16 @@
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
"predicates": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
}
]
]
}
}
}
],
@ -31,9 +32,9 @@
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{
"function": "minecraft:explosion_decay"
@ -43,7 +44,9 @@
}
]
}
]
],
"rolls": 1.0
}
]
],
"random_sequence": "overdrive_that_matters:blocks/deepslate_tritanium_ore"
}

View File

@ -2,7 +2,6 @@
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0.0,
"entries": [
{
@ -14,14 +13,16 @@
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
"predicates": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
}
]
]
}
}
}
],
@ -31,9 +32,9 @@
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{
"function": "minecraft:explosion_decay"
@ -43,7 +44,9 @@
}
]
}
]
],
"rolls": 1.0
}
]
],
"random_sequence": "overdrive_that_matters:blocks/deepslate_tritanium_ore"
}