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": [ "pools": [
{ {
"rolls": 1, "rolls": 1,
"bonus_rolls": 0,
"entries": [ "entries": [
{ {
"type": "minecraft:item", "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", "type": "minecraft:block",
"pools": [ "pools": [
{ {
"rolls": 1.0, "rolls": 1,
"bonus_rolls": 0,
"entries": [ "entries": [
{ {
"type": "minecraft:item", "type": "minecraft:item",
"conditions": [ "conditions": [
{ "condition": "minecraft:random_chance", "chance": 0.25 } {
"condition": "minecraft:random_chance",
"chance": 0.25
}
], ],
"functions": [ "functions": [
{ {
"function": "minecraft:apply_bonus", "function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune", "enchantment": "minecraft:fortune",
"formula": "minecraft:uniform_bonus_count", "formula": "minecraft:ore_drops"
"parameters": { "bonusMultiplier": 3 }
}, },
{ {
"function": "minecraft:explosion_decay" "function": "minecraft:explosion_decay"

View file

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

View file

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

View file

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

View file

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