Skip to content

Commit

Permalink
filters system event definitions from content pack generation
Browse files Browse the repository at this point in the history
  • Loading branch information
janheise committed Dec 17, 2024
1 parent 63e03d9 commit fbdf7ab
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ public EventProcessorConfigEntity toContentPackEntity(EntityDescriptorIds entity
return null;
}

@Override
public boolean isContentPackExportable() {
return false;
}

@Override
public void resolveNativeEntity(EntityDescriptor entityDescriptor, MutableGraph<EntityDescriptor> mutableGraph) {
}
Expand Down

0 comments on commit fbdf7ab

Please sign in to comment.