Skip to content

Commit

Permalink
Prelim loot tables for stt4 loot dispensers
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn committed Nov 2, 2024
1 parent 012e263 commit 1c45d7d
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 0 deletions.
31 changes: 31 additions & 0 deletions data/lt/loot_table/stt4/layer_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "lt:stt/tier_2/armor",
"weight": 3
},
{
"type": "minecraft:loot_table",
"value": "lt:stt/tier_1/weapons",
"weight": 2
},
{
"type": "minecraft:loot_table",
"value": "lt:stt/tier_1/arrows",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": 2
}
]
}
]
}
]
}

31 changes: 31 additions & 0 deletions data/lt/loot_table/stt4/layer_2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "lt:stt/tier_2/armor",
"weight": 3
},
{
"type": "minecraft:loot_table",
"value": "lt:stt/tier_1/weapons",
"weight": 2
},
{
"type": "minecraft:loot_table",
"value": "lt:stt/tier_1/arrows",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": 2
}
]
}
]
}
]
}

31 changes: 31 additions & 0 deletions data/lt/loot_table/stt4/layer_3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "lt:stt/tier_2/armor",
"weight": 3
},
{
"type": "minecraft:loot_table",
"value": "lt:stt/tier_1/weapons",
"weight": 2
},
{
"type": "minecraft:loot_table",
"value": "lt:stt/tier_1/arrows",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": 2
}
]
}
]
}
]
}

0 comments on commit 1c45d7d

Please sign in to comment.