Added mod files

This commit is contained in:
Jacob Vinding
2025-12-26 21:38:55 +01:00
parent 64c4d60c47
commit c4ad0f3e2e
5039 changed files with 894558 additions and 0 deletions

View File

@@ -0,0 +1,256 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:loot_table",
"name": "cabin:chests/reliquary_overworld_drop",
"weight": 20,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:name_tag",
"weight": 30
},
{
"type": "minecraft:item",
"name": "minecraft:book",
"weight": 10,
"functions": [
{
"function": "minecraft:enchant_randomly"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_pickaxe",
"weight": 20
}
]
},
{
"rolls": {
"type": "minecraft:uniform",
"min": 2,
"max": 4
},
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:iron_ingot",
"weight": 10,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 5
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:gold_ingot",
"weight": 5,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:redstone",
"weight": 5,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 4,
"max": 9
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:lapis_lazuli",
"weight": 5,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 4,
"max": 9
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "thermal:silver_coin",
"weight": 5,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 4,
"max": 12
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:coal",
"weight": 10,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 3,
"max": 8
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:bread",
"weight": 15,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"function": "minecraft:set_count"
}
]
}
]
},
{
"rolls": 3,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "moreminecarts:wooden_rail",
"weight": 20,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 8,
"max": 16
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "create:controller_rail",
"weight": 10,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:detector_rail",
"weight": 5,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:activator_rail",
"weight": 5,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"function": "minecraft:set_count"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:lantern",
"weight": 15,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"function": "minecraft:set_count"
}
]
}
]
}
],
"random_sequence": "cabin:chests/railshaft/house"
}