File tree 2 files changed +2
-2
lines changed
generated/resources/data/create_enchantment_industry/advancement
main/java/plus/dragons/createenchantmentindustry/common/registry
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "parent" : " create_enchantment_industry:sigil_forging " ,
2
+ "parent" : " create_enchantment_industry:magic_unbinding " ,
3
3
"criteria" : {
4
4
"0" : {
5
5
"conditions" : {
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public class CEIAdvancements implements DataProvider {
148
148
.description ("Blaze Forger forges 1,000 times" )
149
149
.whenStatReach (Stats .CUSTOM .get (CEIStats .FORGE .get ()), MinMaxBounds .Ints .atLeast (1000 ))
150
150
.special (CDPAdvancement .TaskType .EXPERT )
151
- .after (SIGIL_FORGING )),
151
+ .after (MAGIC_UNBINDING )),
152
152
153
153
// Super Enchant
154
154
LIGHTNING_CATALYSIS = create ("lightning_catalysis" , b -> b .icon (CEIBlocks .BLAZE_FORGER )
You can’t perform that action at this time.
0 commit comments