Skip to content

Commit 20641ab

Browse files
committed
Updated to version 1.3.5
1 parent 7571e89 commit 20641ab

File tree

15 files changed

+2444
-28
lines changed

15 files changed

+2444
-28
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"type": "minecraft:chest",
3+
"pools": [
4+
{
5+
"rolls": 1,
6+
"entries": [
7+
{
8+
"type": "minecraft:loot_table",
9+
"value": "structory:outcast/generic/bandit"
10+
}
11+
]
12+
},
13+
{
14+
"rolls": 1,
15+
"entries": [
16+
{
17+
"type": "minecraft:loot_table",
18+
"value": "structory:mood/desert"
19+
}
20+
]
21+
},
22+
{
23+
"rolls": 1,
24+
"entries": [
25+
{
26+
"type": "minecraft:item",
27+
"name": "minecraft:dune_armor_trim_smithing_template",
28+
"functions": [
29+
{
30+
"function": "minecraft:set_count",
31+
"count": {
32+
"min": 1,
33+
"max": 2
34+
}
35+
}
36+
],
37+
"conditions": [
38+
{
39+
"condition": "minecraft:random_chance",
40+
"chance": 0.2
41+
}
42+
]
43+
}
44+
]
45+
}
46+
]
47+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"type": "minecraft:chest",
3+
"pools": [
4+
{
5+
"rolls": 1,
6+
"entries": [
7+
{
8+
"type": "minecraft:loot_table",
9+
"value": "structory:outcast/generic/bandit"
10+
}
11+
]
12+
},
13+
{
14+
"rolls": 1,
15+
"entries": [
16+
{
17+
"type": "minecraft:loot_table",
18+
"value": "structory:mood/desert"
19+
}
20+
]
21+
},
22+
{
23+
"rolls": 1,
24+
"entries": [
25+
{
26+
"type": "minecraft:loot_table",
27+
"value": "structory:extra/copper"
28+
}
29+
]
30+
}
31+
]
32+
}
Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
{
2+
"type": "minecraft:chest",
3+
"pools": [
4+
{
5+
"rolls": 1,
6+
"entries": [
7+
{
8+
"type": "minecraft:loot_table",
9+
"value": "structory:mood/fisherman"
10+
}
11+
]
12+
},
13+
{
14+
"rolls": 1,
15+
"entries": [
16+
{
17+
"type": "minecraft:item",
18+
"weight": 7,
19+
"name": "minecraft:fishing_rod",
20+
"functions": [
21+
{
22+
"function": "minecraft:enchant_with_levels",
23+
"levels": {
24+
"min": 8,
25+
"max": 25
26+
},
27+
"treasure": true
28+
}
29+
]
30+
},
31+
{
32+
"type": "minecraft:item",
33+
"weight": 2,
34+
"name": "minecraft:book",
35+
"functions": [
36+
{
37+
"function": "minecraft:enchant_randomly"
38+
}
39+
]
40+
}
41+
]
42+
},
43+
{
44+
"rolls": 1,
45+
"entries": [
46+
{
47+
"type": "minecraft:item",
48+
"weight": 10,
49+
"name": "minecraft:iron_ingot",
50+
"functions": [
51+
{
52+
"function": "minecraft:set_count",
53+
"count": {
54+
"min": 5,
55+
"max": 11
56+
}
57+
}
58+
]
59+
},
60+
{
61+
"type": "minecraft:item",
62+
"weight": 7,
63+
"name": "minecraft:gold_ingot",
64+
"functions": [
65+
{
66+
"function": "minecraft:set_count",
67+
"count": {
68+
"min": 5,
69+
"max": 11
70+
}
71+
}
72+
]
73+
},
74+
{
75+
"type": "minecraft:item",
76+
"weight": 5,
77+
"name": "minecraft:lapis_lazuli",
78+
"functions": [
79+
{
80+
"function": "minecraft:set_count",
81+
"count": {
82+
"min": 8,
83+
"max": 17
84+
}
85+
}
86+
]
87+
},
88+
{
89+
"type": "minecraft:item",
90+
"weight": 12,
91+
"name": "minecraft:emerald",
92+
"functions": [
93+
{
94+
"function": "minecraft:set_count",
95+
"count": {
96+
"min": 6,
97+
"max": 12
98+
}
99+
}
100+
]
101+
},
102+
{
103+
"type": "minecraft:item",
104+
"weight": 3,
105+
"name": "minecraft:amethyst_shard",
106+
"functions": [
107+
{
108+
"function": "minecraft:set_count",
109+
"count": {
110+
"min": 2,
111+
"max": 15
112+
}
113+
}
114+
]
115+
},
116+
{
117+
"type": "minecraft:item",
118+
"weight": 2,
119+
"name": "minecraft:copper_block",
120+
"functions": [
121+
{
122+
"function": "minecraft:set_count",
123+
"count": {
124+
"min": 1,
125+
"max": 4
126+
}
127+
}
128+
]
129+
},
130+
{
131+
"type": "minecraft:item",
132+
"weight": 7,
133+
"name": "minecraft:coast_armor_trim_smithing_template",
134+
"functions": [
135+
{
136+
"function": "minecraft:set_count",
137+
"count": {
138+
"min": 1,
139+
"max": 2
140+
}
141+
}
142+
]
143+
}
144+
]
145+
}
146+
]
147+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"type": "minecraft:chest",
3+
"pools": [
4+
{
5+
"rolls": 1,
6+
"entries": [
7+
{
8+
"type": "minecraft:loot_table",
9+
"value": "structory:outcast/generic/bandit"
10+
}
11+
]
12+
},
13+
{
14+
"rolls": 1,
15+
"entries": [
16+
{
17+
"type": "minecraft:loot_table",
18+
"value": "structory:mood/farmer"
19+
}
20+
]
21+
}
22+
]
23+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"type": "minecraft:chest",
3+
"pools": [
4+
{
5+
"rolls": 1,
6+
"entries": [
7+
{
8+
"type": "minecraft:loot_table",
9+
"value": "structory:outcast/generic/bandit"
10+
}
11+
]
12+
},
13+
{
14+
"rolls": 1,
15+
"entries": [
16+
{
17+
"type": "minecraft:loot_table",
18+
"value": "structory:mood/grassy"
19+
}
20+
]
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)