Skip to content

Darkhax-Minecraft/Sherd-Duplication

Repository files navigation

SherdDuplication CurseForge Project Modrinth Project Maven Project

Allows pottery sherds to be copied. 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.sherdduplication', name: 'sherdduplication-neoforge-1.21.1', version: '21.1.0'

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

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

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

Sponsors


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

About

Allows pottery sherds to be duplicated.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published