MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

fast_travel.json0 B

Empty File
{
    "display": {
        "icon": {
            "item": "minecraft:map"
        },
        "title": {
            "translate": "advancements.nether.fast_travel.title"
        },
        "description": {
            "translate": "advancements.nether.fast_travel.description"
        },
        "frame": "challenge"
    },
    "parent": "minecraft:nether/root",
    "rewards": {
        "experience": 100
    },
    "criteria": {
        "travelled": {
            "trigger": "minecraft:nether_travel",
            "conditions": {
                "distance": {
                    "horizontal": {
                        "min": 7000
                    }
                }
            }
        }
    }
}