Effect black list
Allows to remove or replace mob effect using a config
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
Effect black list
Allows player to remove or replace mob effects. can also disable effects from specific food
Config:
``` #Add effect id to remove it. to replace add following "effect_id=effect_id" effects = ["minecraft:strength", "minecraft:strength=regeneration"] #Add food item id to remove effects from it. foods = ["minecraft:golden_apple"] #Prints all effects id into file print_effect_id = false ```