Skip to content

Commit d545ae3

Browse files
committed
Init commit - v1.0
0 parents  commit d545ae3

File tree

176 files changed

+16007
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+16007
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"type": "minecraft:jigsaw",
3+
"biomes": "#structory_towers:mountain_peaks",
4+
"step": "surface_structures",
5+
"spawn_overrides": {},
6+
"terrain_adaptation": "beard_thin",
7+
"start_pool": "structory_towers:pilot_tower",
8+
"size": 6,
9+
"start_height": {
10+
"absolute": 0
11+
},
12+
"project_start_to_heightmap": "WORLD_SURFACE_WG",
13+
"max_distance_from_center": 64,
14+
"use_expansion_hack": false
15+
}
Lines changed: 236 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,236 @@
1+
{
2+
"pools": [
3+
{
4+
"rolls": {
5+
"min": 4,
6+
"max": 6
7+
},
8+
"entries": [
9+
{
10+
"type": "minecraft:item",
11+
"weight": 60,
12+
"name": "minecraft:gold_ingot",
13+
"functions": [
14+
{
15+
"function": "minecraft:set_count",
16+
"count": {
17+
"min": 1,
18+
"max": 3
19+
}
20+
}
21+
]
22+
},
23+
{
24+
"type": "minecraft:item",
25+
"weight": 100,
26+
"name": "minecraft:gold_nugget",
27+
"functions": [
28+
{
29+
"function": "minecraft:set_count",
30+
"count": {
31+
"min": 1,
32+
"max": 12
33+
}
34+
}
35+
]
36+
},
37+
{
38+
"type": "minecraft:item",
39+
"weight": 100,
40+
"name": "minecraft:crimson_stem",
41+
"functions": [
42+
{
43+
"function": "minecraft:set_count",
44+
"count": {
45+
"min": 3,
46+
"max": 12
47+
}
48+
}
49+
]
50+
},
51+
{
52+
"type": "minecraft:item",
53+
"weight": 80,
54+
"name": "minecraft:stripped_crimson_stem",
55+
"functions": [
56+
{
57+
"function": "minecraft:set_count",
58+
"count": {
59+
"min": 3,
60+
"max": 9
61+
}
62+
}
63+
]
64+
},
65+
{
66+
"type": "minecraft:item",
67+
"name": "minecraft:stone"
68+
},
69+
{
70+
"type": "minecraft:item",
71+
"weight": 40,
72+
"name": "minecraft:golden_axe",
73+
"functions": [
74+
{
75+
"function": "minecraft:set_damage",
76+
"damage": {
77+
"min": 0.2,
78+
"max": 0.9
79+
}
80+
},
81+
{
82+
"function": "minecraft:enchant_with_levels",
83+
"levels": {
84+
"min": 1,
85+
"max": 30
86+
},
87+
"treasure": true,
88+
"conditions": [
89+
{
90+
"condition": "minecraft:random_chance",
91+
"chance": 0.4
92+
}
93+
]
94+
}
95+
]
96+
},
97+
{
98+
"type": "minecraft:item",
99+
"weight": 40,
100+
"name": "minecraft:golden_sword",
101+
"functions": [
102+
{
103+
"function": "minecraft:set_damage",
104+
"damage": {
105+
"min": 0.2,
106+
"max": 0.9
107+
}
108+
},
109+
{
110+
"function": "minecraft:enchant_with_levels",
111+
"levels": {
112+
"min": 1,
113+
"max": 30
114+
},
115+
"treasure": true,
116+
"conditions": [
117+
{
118+
"condition": "minecraft:random_chance",
119+
"chance": 0.4
120+
}
121+
]
122+
}
123+
]
124+
},
125+
{
126+
"type": "minecraft:item",
127+
"weight": 40,
128+
"name": "minecraft:golden_pickaxe",
129+
"functions": [
130+
{
131+
"function": "minecraft:set_damage",
132+
"damage": {
133+
"min": 0.2,
134+
"max": 0.9
135+
}
136+
},
137+
{
138+
"function": "minecraft:enchant_with_levels",
139+
"levels": {
140+
"min": 1,
141+
"max": 30
142+
},
143+
"treasure": true,
144+
"conditions": [
145+
{
146+
"condition": "minecraft:random_chance",
147+
"chance": 0.4
148+
}
149+
]
150+
}
151+
]
152+
},
153+
{
154+
"type": "minecraft:item",
155+
"weight": 40,
156+
"name": "minecraft:golden_shovel",
157+
"functions": [
158+
{
159+
"function": "minecraft:set_damage",
160+
"damage": {
161+
"min": 0.2,
162+
"max": 0.9
163+
}
164+
},
165+
{
166+
"function": "minecraft:enchant_with_levels",
167+
"levels": {
168+
"min": 1,
169+
"max": 30
170+
},
171+
"treasure": true,
172+
"conditions": [
173+
{
174+
"condition": "minecraft:random_chance",
175+
"chance": 0.4
176+
}
177+
]
178+
}
179+
]
180+
},
181+
{
182+
"type": "minecraft:item",
183+
"weight": 60,
184+
"name": "minecraft:shroomlight",
185+
"functions": [
186+
{
187+
"function": "minecraft:set_count",
188+
"count": {
189+
"min": 1,
190+
"max": 4
191+
}
192+
}
193+
]
194+
},
195+
{
196+
"type": "minecraft:item",
197+
"weight": 60,
198+
"name": "minecraft:redstone",
199+
"functions": [
200+
{
201+
"function": "minecraft:set_count",
202+
"count": {
203+
"min": 1,
204+
"max": 10
205+
}
206+
}
207+
]
208+
},
209+
{
210+
"type": "minecraft:item",
211+
"weight": 40,
212+
"name": "minecraft:gold_block"
213+
},
214+
{
215+
"type": "minecraft:item",
216+
"weight": 100,
217+
"name": "minecraft:crimson_fungus",
218+
"functions": [
219+
{
220+
"function": "minecraft:set_count",
221+
"count": {
222+
"min": 3,
223+
"max": 18
224+
}
225+
}
226+
]
227+
},
228+
{
229+
"type": "minecraft:loot_table",
230+
"weight": 30,
231+
"name": "structory_towers:potions"
232+
}
233+
]
234+
}
235+
]
236+
}

0 commit comments

Comments
 (0)