Skip to content

Commit

Permalink
Preparing for the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
MehradN committed Apr 20, 2023
1 parent 7c28fd3 commit 47d54ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 50 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/build.yml

This file was deleted.

8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'fabric-loom' version '1.1-SNAPSHOT'
id 'maven-publish'

}

sourceCompatibility = JavaVersion.VERSION_17
Expand All @@ -26,11 +25,10 @@ repositories {

dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings loom.officialMojangMappings()
/*mappings loom.layered() {
mappings loom.layered() {
officialMojangMappings()
parchment("org.parchmentmc.data:parchment-${project.minecraft_version}:${project.parchment_version}@zip")
}*/
parchment("org.parchmentmc.data:parchment-${project.parchment_version}@zip")
}

implementation "com.github.LlamaLad7:MixinExtras:${project.mixin_extras_version}"
annotationProcessor "com.github.LlamaLad7:MixinExtras:${project.mixin_extras_version}"
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.4
#parchment_version=2023.02.26
loader_version=0.14.17
parchment_version=1.19.3:2023.03.12
loader_version=0.14.19

# Mod Properties
mod_version=0.7.0
mod_version=0.8.0
maven_group=ir.mehradn
archives_base_name=rollback

# Dependencies
mixin_extras_version=0.1.1
fabric_version=0.76.0+1.19.4
midnightlib_version=1.2.1-fabric
fabric_version=0.78.0+1.19.4
midnightlib_version=1.3.0-fabric

0 comments on commit 47d54ad

Please sign in to comment.