Skip to content

Commit

Permalink
have to copy this to branches
Browse files Browse the repository at this point in the history
  • Loading branch information
shateq committed Jul 30, 2023
1 parent 0f4fe38 commit 37f665d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ indent_style = space
insert_final_newline = true
max_line_length = off

[{*.json, *.mcmeta, *.yml}]
[{*.json,*.mcmeta,*.yml}]
indent_size = 2
1 change: 0 additions & 1 deletion build.gradle → build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

version = "1.2.0"
group = "shateq.mods"//notimportant nopublishing
base.archivesName = "${project.name}-$version-mc${project.minecraft}"
description = "A countdown to the detonation of Minecraft TNT."

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("fabric-loom") version "1.0-SNAPSHOT"
id("fabric-loom") version "1.3-SNAPSHOT"
id("com.modrinth.minotaur") version "2.+"
}
}
Expand Down

0 comments on commit 37f665d

Please sign in to comment.