Skip to content

Commit

Permalink
Updated to version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
catter1 committed May 17, 2024
1 parent 7571e89 commit 20641ab
Show file tree
Hide file tree
Showing 15 changed files with 2,444 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "structory:outcast/generic/bandit"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "structory:mood/desert"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:dune_armor_trim_smithing_template",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.2
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "structory:outcast/generic/bandit"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "structory:mood/desert"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "structory:extra/copper"
}
]
}
]
}
147 changes: 147 additions & 0 deletions 1-20-5-overlay/data/structory/loot_tables/outcast/boat/loot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "structory:mood/fisherman"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 7,
"name": "minecraft:fishing_rod",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 8,
"max": 25
},
"treasure": true
}
]
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:book",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 5,
"max": 11
}
}
]
},
{
"type": "minecraft:item",
"weight": 7,
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 5,
"max": 11
}
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:lapis_lazuli",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 8,
"max": 17
}
}
]
},
{
"type": "minecraft:item",
"weight": 12,
"name": "minecraft:emerald",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 6,
"max": 12
}
}
]
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:amethyst_shard",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 15
}
}
]
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:copper_block",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"weight": 7,
"name": "minecraft:coast_armor_trim_smithing_template",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
}
]
}
23 changes: 23 additions & 0 deletions 1-20-5-overlay/data/structory/loot_tables/outcast/farm_ruin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "structory:outcast/generic/bandit"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "structory:mood/farmer"
}
]
}
]
}
23 changes: 23 additions & 0 deletions 1-20-5-overlay/data/structory/loot_tables/outcast/settlement.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "structory:outcast/generic/bandit"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "structory:mood/grassy"
}
]
}
]
}
Loading

0 comments on commit 20641ab

Please sign in to comment.