Fix enderman-grief preset (#172)

This commit is contained in:
kencinder 2020-04-20 12:56:24 -03:00 committed by GitHub
parent 6f96c90d9d
commit bfc5e08c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ public class GDFlagDefinitions {
contexts = new HashSet<>();
contexts.add(FlagContexts.SOURCE_ENDERMAN);
ENDERMAN_GRIEF = new GDFlagDefinition(Flags.ENTITY_DAMAGE, contexts, "enderman-grief", MessageCache.getInstance().FLAG_DESCRIPTION_CUSTOM_ENDERMAN_GRIEF);
ENDERMAN_GRIEF = new GDFlagDefinition(Flags.BLOCK_BREAK, contexts, "enderman-grief", MessageCache.getInstance().FLAG_DESCRIPTION_CUSTOM_ENDERMAN_GRIEF);
contexts = new HashSet<>();
contexts.add(FlagContexts.SOURCE_FIRE);

View File

@ -271,7 +271,7 @@ public class GDFlagDefinitions {
contexts = new HashSet<>();
contexts.add(FlagContexts.SOURCE_ENDERMAN);
ENDERMAN_GRIEF = new GDFlagDefinition(Flags.ENTITY_DAMAGE, contexts, "enderman-grief", MessageCache.getInstance().FLAG_DESCRIPTION_CUSTOM_ENDERMAN_GRIEF);
ENDERMAN_GRIEF = new GDFlagDefinition(Flags.BLOCK_BREAK, contexts, "enderman-grief", MessageCache.getInstance().FLAG_DESCRIPTION_CUSTOM_ENDERMAN_GRIEF);
contexts = new HashSet<>();
contexts.add(FlagContexts.SOURCE_FIRE);