Skip to content

Commit

Permalink
Move extra plugins to utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed May 28, 2024
1 parent bf9c6d3 commit da68bef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package {{ modid }}

plugins {
id("{{ modid }}.kotlin")
id("{{ modid }}.json5")
id("{{ modid }}.utils.json5")

`maven-publish`
id("dev.architectury.loom")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package {{ modid }}

plugins {
id("{{ modid }}.minecraft")
id("{{ modid }}.mod-dependencies")
id("{{ modid }}.utils.mod-dependencies")

id("com.github.johnrengelman.shadow")
id("me.modmuss50.mod-publish-plugin")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// alternative title: OTJFPOPKPCPBP (Only The JSON5 Flattening Part Of PKPCPBP)

package {{ modid }}
package {{ modid }}.utils

import at.petrak.pkpcpbp.filters.FlatteningJson5Transmogrifier
import at.petrak.pkpcpbp.filters.Json5Transmogrifier
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package {{ modid }}
package {{ modid }}.utils

plugins {
id("me.modmuss50.mod-publish-plugin")
Expand Down

0 comments on commit da68bef

Please sign in to comment.