Skip to content

Commit 5f16c95

Browse files
committed
tweak recipes
1 parent c6a12bf commit 5f16c95

File tree

10 files changed

+59
-38
lines changed

10 files changed

+59
-38
lines changed

Diff for: src/main/kotlin/dev/sterner/registry/VoidBoundBlockRegistry.kt

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ object VoidBoundBlockRegistry {
7575
TearBlock(TearBlock.Type.BRIMSTONE, FabricBlockSettings.create().noOcclusion())
7676
}
7777

78-
7978
val ELDRITCH_OBELISK: RegistryObject<EldritchObeliskBlock> = BLOCKS.register(
8079
"eldritch_obelisk"
8180
) {
288 Bytes
Loading

Diff for: src/main/resources/data/voidbound/recipes/ichor.json

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"count": 8,
66
"item": "voidbound:tear_of_ender"
77
},
8+
{
9+
"count": 16,
10+
"item": "malum:auric_embers"
11+
},
812
{
913
"count": 8,
1014
"item": "voidbound:tear_of_brimstone"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"type": "malum:spirit_infusion",
3+
"extra_items": [
4+
{
5+
"count": 2,
6+
"item": "voidbound:ichor"
7+
},
8+
{
9+
"count": 2,
10+
"item": "malum:hallowed_gold_ingot"
11+
},
12+
{
13+
"count": 1,
14+
"item": "voidbound:hallowed_goggles"
15+
},
16+
{
17+
"count": 2,
18+
"item": "malum:spectral_lens"
19+
},
20+
{
21+
"count": 1,
22+
"item": "voidbound:warding_focus"
23+
},
24+
{
25+
"count": 1,
26+
"item": "minecraft:netherite_scrap"
27+
}
28+
],
29+
"input": {
30+
"count": 1,
31+
"item": "malum:soul_stained_steel_helmet"
32+
},
33+
"output": {
34+
"item": "voidbound:ichorium_circlet"
35+
},
36+
"spirits": [
37+
{
38+
"type": "wicked",
39+
"count": 32
40+
},
41+
{
42+
"type": "arcane",
43+
"count": 64
44+
}
45+
]
46+
}

Diff for: src/main/resources/data/voidbound/recipes/ichorium_scythe.json

-8
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
"count": 2,
1010
"item": "malum:hallowed_gold_ingot"
1111
},
12-
{
13-
"count": 4,
14-
"item": "malum:spectral_lens"
15-
},
1612
{
1713
"count": 4,
1814
"item": "malum:null_slate"
@@ -21,10 +17,6 @@
2117
"count": 1,
2218
"item": "malum:block_of_soul_stained_steel"
2319
},
24-
{
25-
"count": 1,
26-
"item": "tnt"
27-
},
2820
{
2921
"count": 1,
3022
"item": "voidbound:fire_focus"

Diff for: src/main/resources/data/voidbound/recipes/ichorium_terraformer.json

+2-14
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,9 @@
99
"count": 2,
1010
"item": "malum:hallowed_gold_ingot"
1111
},
12-
{
13-
"count": 2,
14-
"item": "raw_iron_block"
15-
},
16-
{
17-
"count": 2,
18-
"item": "raw_copper_block"
19-
},
20-
{
21-
"count": 2,
22-
"item": "raw_gold_block"
23-
},
2412
{
2513
"count": 1,
26-
"item": "tnt"
14+
"item": "malum:soul_stained_steel_shovel"
2715
},
2816
{
2917
"count": 1,
@@ -36,7 +24,7 @@
3624
],
3725
"input": {
3826
"count": 1,
39-
"item": "voidbound:cragbreaker_pickaxe"
27+
"item": "malum:soul_stained_steel_pickaxe"
4028
},
4129
"output": {
4230
"item": "voidbound:ichorium_terraformer"

Diff for: src/main/resources/data/voidbound/recipes/ichorium_vorpal.json

+7-15
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,7 @@
1111
},
1212
{
1313
"count": 1,
14-
"item": "cactus"
15-
},
16-
{
17-
"count": 4,
18-
"item": "rotten_flesh"
19-
},
20-
{
21-
"count": 4,
22-
"item": "bone"
23-
},
24-
{
25-
"count": 1,
26-
"item": "tnt"
14+
"item": "malum:soul_stained_steel_axe"
2715
},
2816
{
2917
"count": 1,
@@ -36,7 +24,7 @@
3624
],
3725
"input": {
3826
"count": 1,
39-
"item": "voidbound:gales_sword"
27+
"item": "malum:soul_stained_steel_sword"
4028
},
4129
"output": {
4230
"item": "voidbound:ichorium_vorpal"
@@ -48,7 +36,11 @@
4836
},
4937
{
5038
"type": "aerial",
51-
"count": 64
39+
"count": 32
40+
},
41+
{
42+
"type": "arcane",
43+
"count": 32
5244
}
5345
]
5446
}

0 commit comments

Comments
 (0)