io.shcm.shsupercm.fabric.fletchingtable
Owner: SHsuperCM
Additions and automations to fabric-loom
https://github.com/SHsuperCM/FletchingTable
Sources: https://github.com/SHsuperCM/FletchingTable
Add this plugin to your build using the plugins DSL:
plugins {
id("io.shcm.shsupercm.fabric.fletchingtable") version "1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.shcm.shsupercm.fabric:FletchingTable:1.0") } } apply(plugin = "io.shcm.shsupercm.fabric.fletchingtable")
- Applying plugins to all subprojects .