Skip to content

A pixelated version of the nyctography writing system invented by Lewis Carroll.

License

Notifications You must be signed in to change notification settings

Darkhax-Minecraft/Nyctography

Repository files navigation

Nyctography CurseForge Project Modrinth Project Maven Project

Adds a Nyctography font set to Minecraft. The documentation for this mod can be found here.

Maven Dependency

If you are using Gradle to manage your dependencies, add the following into your build.gradle file. Make sure to replace the version with the correct one. All versions can be viewed here.

repositories {
    maven { 
        url 'https://maven.blamejared.com'
    }
}

dependencies {
    // NeoForge
    implementation group: 'net.darkhax.nyctography', name: 'nyctography-neoforge-1.21.1', version: '21.1.0'

    // Forge
    implementation group: 'net.darkhax.nyctography', name: 'nyctography-forge-1.21.1', version: '21.1.0'

    // Fabric & Quilt
    modImplementation group: 'net.darkhax.nyctography', name: 'nyctography-fabric-1.21.1', version: '21.1.0'

    // Common / MultiLoader / Vanilla
    compileOnly group: 'net.darkhax.nyctography', name: 'nyctography-common-1.21.1', version: '21.1.0'
}

Sponsors


Nyctography is sponsored by Nodecraft. Use code DARKHAX for 30% of your first month of service!

About

A pixelated version of the nyctography writing system invented by Lewis Carroll.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages