Compare commits

...

3 commits

Author SHA1 Message Date
Timo Ley a2878ac84b feat: reset world height to default 2023-12-21 21:58:59 +01:00
Timo Ley 4c56d1fba6 fix: fluorite tag 2023-12-21 21:58:47 +01:00
Timo Ley 863459bfc5 fix: deep mob learing loot tables 2023-12-21 21:58:33 +01:00
7 changed files with 74 additions and 18 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

@ -0,0 +1,5 @@
{
"values": [
"electrodynamics:raworefluorite"
]
}

View file

@ -1,17 +0,0 @@
{
"logical_height": 1088,
"infiniburn": "#minecraft:infiniburn_overworld",
"effects": "minecraft:overworld",
"ambient_light": 0.0,
"respawn_anchor_works": false,
"has_raids": true,
"min_y": -64,
"height": 1088,
"natural": true,
"coordinate_scale": 1.0,
"piglin_safe": false,
"bed_works": true,
"has_skylight": true,
"has_ceiling": false,
"ultrawarm": false
}

View file

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