TheEpicBlock / PolyMc

Making minecraft mods compatible with a vanilla client
GNU Lesser General Public License v3.0
547 stars 26 forks source link

PolyMc as modImplementation #250

Open DinoMarlir opened 2 hours ago

DinoMarlir commented 2 hours ago

Hey, where can I find all required dependencies? I currently use

repositories {
    mavenCentral()
    maven("https://maven.theepicblock.nl")
}

dependencies {
    modImplementation("nl.theepicblock:PolyMc:5.6.1+1.20.4")
}

but it seems like you are using xyz.nucleoid:packet-tweaker:0.5.0+1.20.2-rc1 which is not published in maven central or your repository.

TheEpicBlock commented 2 hours ago

This is published in https://maven.nucleoid.xyz/, I'll keep this issue open because it should be clarified in the docs

DinoMarlir commented 1 hour ago

thanks