Skip to content

Commit c4ff89a

Browse files
[fix] Fix an advancement followed wrong node
1 parent 0c739df commit c4ff89a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/generated/resources/data/create_enchantment_industry/advancement/blazing_centurion.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "create_enchantment_industry:sigil_forging",
2+
"parent": "create_enchantment_industry:magic_unbinding",
33
"criteria": {
44
"0": {
55
"conditions": {

Diff for: src/main/java/plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public class CEIAdvancements implements DataProvider {
148148
.description("Blaze Forger forges 1,000 times")
149149
.whenStatReach(Stats.CUSTOM.get(CEIStats.FORGE.get()), MinMaxBounds.Ints.atLeast(1000))
150150
.special(CDPAdvancement.TaskType.EXPERT)
151-
.after(SIGIL_FORGING)),
151+
.after(MAGIC_UNBINDING)),
152152

153153
// Super Enchant
154154
LIGHTNING_CATALYSIS = create("lightning_catalysis", b -> b.icon(CEIBlocks.BLAZE_FORGER)

0 commit comments

Comments
 (0)