Update loot tables for 1.17

This commit is contained in:
Sollace 2021-08-23 15:38:26 +02:00
parent 3c59ff2963
commit 029557214b
7 changed files with 43 additions and 4 deletions

View file

@ -3,6 +3,7 @@
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",

View file

@ -0,0 +1,31 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.25
}
],
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "unicopia:crystal_shard"
}
]
}
]
}

View file

@ -2,19 +2,22 @@
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{ "condition": "minecraft:random_chance", "chance": 0.25 }
{
"condition": "minecraft:random_chance",
"chance": 0.25
}
],
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:uniform_bonus_count",
"parameters": { "bonusMultiplier": 3 }
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"

View file

@ -3,6 +3,7 @@
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",

View file

@ -3,6 +3,7 @@
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",

View file

@ -3,6 +3,7 @@
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",

View file

@ -3,6 +3,7 @@
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",