···55 id("net.neoforged.moddev") version "2.0.134" apply false
66 id("dev.kikugie.postprocess.jsonlang") version "2.1-beta.4" apply false
77 id("me.modmuss50.mod-publish-plugin") version "0.8.+" apply false
88+ id("org.moddedmc.wiki.toolkit") version "0.4.1"
89}
9101011stonecutter active "1.21.8-fabric"
···2324 group = "publishing"
2425 dependsOn(stonecutter.tasks.named("publishMods") { metadata.version == version })
2526}
2727+2828+2929+wiki {
3030+ // The name of the object (examplemod) should match the registered wiki project ID (if it exists).
3131+ docs.create("infinite-dimensions") {
3232+ // The path to the folder containing the documentation metadata file (sinytra-wiki.json)
3333+ root = file("docs")
3434+ }
3535+}