Skip to content

Commit

Permalink
Revert "implement stonecutter"
Browse files Browse the repository at this point in the history
This reverts commit 351f21f.
  • Loading branch information
Killerqu00 committed Oct 26, 2024
1 parent 351f21f commit a8a8399
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
apply plugin: 'org.spongepowered.mixin'

group = mod_group_id
version = stonecutter.current.version + "-" + mod_version
version = minecraft_version + "-" + mod_version

base {
archivesName = mod_id
Expand Down
11 changes: 0 additions & 11 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,11 @@ pluginManagement {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
maven {
url = "https://maven.kikugie.dev/snapshots"
}
}
}

plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
id "dev.kikugie.stonecutter" version "0.5-beta.3"
}

rootProject.name = 'PackTweaker'

stonecutter {
create(rootProject) {
versions "1.18.2", "1.19.2", "1.20.1", "1.20.6"
vcsVersion = "1.19.2"
}
}
7 changes: 0 additions & 7 deletions stonecutter.gradle

This file was deleted.

0 comments on commit a8a8399

Please sign in to comment.