Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 2.09 KB

README.md

File metadata and controls

41 lines (32 loc) · 2.09 KB

PigPen CurseForge Project Modrinth Project Maven Project

The classic Pig Pen Cipher now in 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.pigpen', name: 'pigpen-neoforge-1.21.1', version: '21.1.0'

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

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

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

Sponsors


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