руда.
This commit is contained in:
parent
518a9fc3bf
commit
ae3fef941b
@ -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"
|
||||||
}
|
}
|
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user