mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-03 14:26:27 +00:00
adjust TerraScriptAddon event priority
This commit is contained in:
@@ -60,7 +60,7 @@ public class TerraScriptAddon implements AddonInitializer {
|
||||
.forEach(structureRegistry::register))
|
||||
.close();
|
||||
})
|
||||
.priority(2)
|
||||
.priority(100)
|
||||
.failThrough();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user