руда.

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