mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2024-11-28 13:15:23 +01:00
Fix enderman-grief preset (#172)
This commit is contained in:
parent
6f96c90d9d
commit
bfc5e08c38
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user