Merge pull request #17 from J-onasJones/loot-table-fix

fixed loot tables
This commit is contained in:
Jonas_Jones 2023-05-15 18:35:03 +02:00 committed by GitHub
commit 8c22c8a9c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 84 additions and 130 deletions

View file

@ -1,5 +1,4 @@
{ {
"type": "minecraft:block",
"pools": [ "pools": [
{ {
"rolls": 1, "rolls": 1,
@ -8,13 +7,8 @@
"type": "minecraft:item", "type": "minecraft:item",
"name": "nec:blaze_block" "name": "nec:blaze_block"
} }
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
] ]
} }
] ]
} }

View file

@ -1,5 +1,4 @@
{ {
"type": "minecraft:block",
"pools": [ "pools": [
{ {
"rolls": 1, "rolls": 1,
@ -8,13 +7,8 @@
"type": "minecraft:item", "type": "minecraft:item",
"name": "minecraft:deepslate_diamond_ore" "name": "minecraft:deepslate_diamond_ore"
} }
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
] ]
} }
] ]
} }

View file

@ -1,5 +1,4 @@
{ {
"type": "minecraft:block",
"pools": [ "pools": [
{ {
"rolls": 1, "rolls": 1,
@ -8,13 +7,8 @@
"type": "minecraft:item", "type": "minecraft:item",
"name": "minecraft:diamond_ore" "name": "minecraft:diamond_ore"
} }
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
] ]
} }
] ]
} }

View file

@ -1,5 +1,4 @@
{ {
"type": "minecraft:block",
"pools": [ "pools": [
{ {
"rolls": 1, "rolls": 1,
@ -8,13 +7,7 @@
"type": "minecraft:item", "type": "minecraft:item",
"name": "nec:green_birch_log" "name": "nec:green_birch_log"
} }
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
] ]
} }
] ]
} }

View file

@ -1,5 +1,4 @@
{ {
"type": "minecraft:block",
"pools": [ "pools": [
{ {
"rolls": 1, "rolls": 1,
@ -8,13 +7,7 @@
"type": "minecraft:item", "type": "minecraft:item",
"name": "nec:gun_block" "name": "nec:gun_block"
} }
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
] ]
} }
] ]
} }

View file

@ -1,5 +1,4 @@
{ {
"type": "minecraft:block",
"pools": [ "pools": [
{ {
"rolls": 1, "rolls": 1,
@ -8,13 +7,7 @@
"type": "minecraft:item", "type": "minecraft:item",
"name": "nec:java_block" "name": "nec:java_block"
} }
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
] ]
} }
] ]
} }

View file

@ -1,5 +1,4 @@
{ {
"type": "minecraft:block",
"pools": [ "pools": [
{ {
"rolls": 1, "rolls": 1,
@ -8,13 +7,7 @@
"type": "minecraft:item", "type": "minecraft:item",
"name": "nec:pocket_block" "name": "nec:pocket_block"
} }
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
] ]
} }
] ]
} }