Skip to content

Commit a166c2c

Browse files
authored
增加氟石与sakuratinker矿物的合成 (#315)
1 parent 467e80e commit a166c2c

File tree

5 files changed

+94
-0
lines changed

5 files changed

+94
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"type": "industrialforegoing:laser_drill_ore",
3+
"catalyst": {
4+
"item": "industrialforegoing:laser_lens10"
5+
},
6+
"output": {
7+
"item": "sakuratinker:orichalcum_ore"
8+
},
9+
"pointer": 0,
10+
"rarity": [
11+
{
12+
"blacklist": {
13+
"type": "minecraft:worldgen/biome",
14+
"values": []
15+
},
16+
"depth_max": 16,
17+
"depth_min": 5,
18+
"weight": 4,
19+
"whitelist": {}
20+
},
21+
{
22+
"blacklist": {
23+
"type": "minecraft:worldgen/biome",
24+
"values": []
25+
},
26+
"depth_max": 255,
27+
"depth_min": 0,
28+
"weight": 1,
29+
"whitelist": {}
30+
}
31+
]
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"type": "industrialforegoing:laser_drill_ore",
3+
"catalyst": {
4+
"item": "industrialforegoing:laser_lens5"
5+
},
6+
"output": {
7+
"item": "sakuratinker:prometheum_ore"
8+
},
9+
"pointer": 0,
10+
"rarity": [
11+
{
12+
"blacklist": {
13+
"type": "minecraft:worldgen/biome",
14+
"values": []
15+
},
16+
"depth_max": 16,
17+
"depth_min": 5,
18+
"weight": 4,
19+
"whitelist": {}
20+
},
21+
{
22+
"blacklist": {
23+
"type": "minecraft:worldgen/biome",
24+
"values": []
25+
},
26+
"depth_max": 255,
27+
"depth_min": 0,
28+
"weight": 1,
29+
"whitelist": {}
30+
}
31+
]
32+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"type": "occultism:miner",
3+
"ingredient": {
4+
"tag": "occultism:miners/ores"
5+
},
6+
"result": {
7+
"item": "ftbmaterials:fluorite_stone_ore"
8+
},
9+
"weight": 325
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"type": "occultism:miner",
3+
"ingredient": {
4+
"tag": "occultism:miners/ores"
5+
},
6+
"result": {
7+
"item": "sakuratinker:orichalcum_ore"
8+
},
9+
"weight": 325
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"type": "occultism:miner",
3+
"ingredient": {
4+
"tag": "occultism:miners/ores"
5+
},
6+
"result": {
7+
"item": "sakuratinker:prometheum_ore"
8+
},
9+
"weight": 325
10+
}

0 commit comments

Comments
 (0)