init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
38
kubejs/data/monifactory/loot_tables/chests/cellar.json
Normal file
38
kubejs/data/monifactory/loot_tables/chests/cellar.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "monifactory:chests/lost_cities_base"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1,
|
||||
"p": 0.2
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "lostcities:chests/lostcitychest",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:chests/stronghold_crossing",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:chests/abandoned_mineshaft",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue