Allows pottery sherds to be copied. The documentation for this mod can be found here.
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'
}
SherdDuplication is sponsored by Nodecraft. Use code DARKHAX for 30% of your first month of service!