Yeregorix / Mirage

The best solution against xray users
MIT License
19 stars 1 forks source link

Xray Ultimate texture pack #44

Closed ghost closed 4 years ago

ghost commented 4 years ago

The latest version of Xray Ultimate texture pack can be bypassed I use xray v2.3.1 and xray v2.2.1 respectively Works well in v2.2.1, but v2.3.1 Mirage is completely ineffective

My Modifiers setting


Modifiers=[
    {
        Options {
            # The ground type used to hide real bedrock
            Ground="minecraft:stone[variant=stone]"
            # The maximum layer where bedrock can be generated
            Height=5
        }
        Type=bedrock
    },
    {
        Options {
            # Blocks that will be hidden by the modifier
            Blocks=[
                "minecraft:cobblestone",
                "minecraft:mob_spawner",
                "minecraft:coal_ore",
                "minecraft:diamond_ore",
                "minecraft:emerald_ore",
                "minecraft:gold_ore",
                "minecraft:iron_ore",
                "minecraft:lapis_ore",
                "minecraft:redstone_ore",
                "minecraft:chest",
                "minecraft:end_portal",
                "minecraft:end_portal_frame",
                "minecraft:monster_egg",
                "minecraft:mossy_cobblestone",
                "minecraft:portal",
                "minecraft:trapped_chest"
            ]
            # The dynamic obfuscation distance, between 0 and 10
            Dynamism=4
            # The maximum Y of the section to obfuscate
            MaxY=255
            # The minimum Y of the section to obfuscate
            MinY=0
            # The block used to replace hidden blocks
            Replacement="minecraft:stone[variant=stone]"
        }
        Type=obvious
    }
]
Yeregorix commented 4 years ago

I just tested with both versions of the pack and everything is working as expected. Mirage hides most ores, but not ores next to a non opaque block (air, water, glass, etc.) otherwise even normal players would not see any ores. First, if you have mods adding new ores, be sure to register these ores in the configuration. Then, if you want a stronger protection you can replace the obvious modifier with the random, this will generates thousands random ores to hide the few real ones that can't be replaced by stone.