fix: deep mob learing loot tables

This commit is contained in:
Timo Ley 2023-12-21 21:58:33 +01:00
parent e4443b5bbd
commit 863459bfc5
5 changed files with 69 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [],
"entries": [
{
"type": "minecraft:item",
"name": "dmlreforged:extraction_chamber"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [],
"entries": [
{
"type": "minecraft:item",
"name": "dmlreforged:infused_ingot_block"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [],
"entries": [
{
"type": "minecraft:item",
"name": "dmlreforged:machine_casing"
}
],
"rolls": 1.0
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [],
"entries": [
{
"type": "minecraft:item",
"name": "dmlreforged:simulation_chamber"
}
],
"rolls": 1.0
}
]
}

View file

@ -1,5 +1,9 @@
{
"values": [
"ntx4core:alecubus"
"ntx4core:alecubus",
"dmlreforged:machine_casing",
"dmlreforged:simulation_chamber",
"dmlreforged:extraction_chamber",
"dmlreforged:infused_ingot_block"
]
}