Skip to content

Commit 66fc331

Browse files
committed
add scribes as ancient city loot
1 parent 9b3fdfb commit 66fc331

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

src/main/resources/data/forge/loot_modifiers/global_loot_modifiers.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"replace": false,
33
"entries": [
44
"oreganized:electrum_upgrade_smithing_template",
5-
"oreganized:lead_bolts_in_outpost"
5+
"oreganized:lead_bolts_in_outpost",
6+
"oreganized:scribe_in_ancient_cities"
67
]
78
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "oreganized:add_item",
3+
"conditions": [
4+
{
5+
"condition": "forge:loot_table_id",
6+
"loot_table_id": "minecraft:chests/ancient_city"
7+
},
8+
{
9+
"condition": "minecraft:random_chance",
10+
"chance": 0.15
11+
}
12+
],
13+
"item": {
14+
"id": "oreganized:scribe",
15+
"Count": 1
16+
}
17+
}

0 commit comments

Comments
 (0)