h
@ -15,4 +15,18 @@ fun addChestLootTables(loot: LootTables) {
|
||||
setRolls(3)
|
||||
}
|
||||
}
|
||||
|
||||
loot.builder(LootContextParamSets.CHEST, modLootTable("salvage_crate")) {
|
||||
lootPool {
|
||||
item(MItems.MECHANICAL_PARTS) { setCount(minimal = 2, maximal = 3) }
|
||||
item(MItems.IRON_PLATE) { setCount(minimal = 2, maximal = 3) }
|
||||
item(MItems.ELECTRIC_PARTS) { setCount(minimal = 1, maximal = 2) }
|
||||
|
||||
item(MItems.METAL_JUNK) { setCount(minimal = 3, maximal = 5) }
|
||||
item(Items.COPPER_INGOT) { setCount(minimal = 1, maximal = 3) }
|
||||
item(Items.EXPOSED_COPPER) { setCount(minimal = 1, maximal = 2) }
|
||||
|
||||
setRolls(3)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 484 B |
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 484 B |
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 508 B |
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 477 B |
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 576 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 524 B |
Before Width: | Height: | Size: 486 B After Width: | Height: | Size: 732 B |
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 493 B |
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 661 B |
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 498 B |
@ -2,6 +2,7 @@
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#overdrive_that_matters:laboratory",
|
||||
"max_distance_from_center": 100,
|
||||
"liquid_settings": "ignore_waterlogging",
|
||||
"size": 7,
|
||||
"start_height": {
|
||||
"absolute": -13
|
||||
@ -22,6 +23,6 @@
|
||||
"start_jigsaw_name": "overdrive_that_matters:laboratory_anchor",
|
||||
"start_pool": "overdrive_that_matters:laboratory/center",
|
||||
"step": "underground_decoration",
|
||||
"terrain_adaption": "bury",
|
||||
"terrain_adaption": "encapsulate",
|
||||
"use_expansion_hack": false
|
||||
}
|