Skip to content

Commit

Permalink
fix(loot_tables): deepslate lapis ore style
Browse files Browse the repository at this point in the history
  • Loading branch information
One-Nose committed Jun 29, 2023
1 parent 2f17d77 commit 22f484a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/minecraft/loot_tables/blocks/deepslate_lapis_ore.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
Expand Down Expand Up @@ -43,18 +42,18 @@
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 4.0,
"max": 9.0
"max": 9.0,
"min": 4.0
},
"add": false
"function": "minecraft:set_count"
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{
"function": "minecraft:explosion_decay"
Expand All @@ -64,7 +63,8 @@
}
]
}
]
],
"rolls": 1.0
}
]
}

0 comments on commit 22f484a

Please sign in to comment.