Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
WearBlackAllDay committed Apr 3, 2021
1 parent 2f2dce8 commit 6fca6ce
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,5 @@ run/

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

remappedSrc/dimthread/
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ dependencies {
implementation 'com.github.WearBlackAllDay:JavaUtils:ab1e0ad736be1d2c2d74c68fa8e9e40e752f2d18'
include 'com.github.WearBlackAllDay:JavaUtils:ab1e0ad736be1d2c2d74c68fa8e9e40e752f2d18'
//to change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:1.16.4"
mappings "net.fabricmc:yarn:1.16.4+build.7:v2"
modImplementation "net.fabricmc:fabric-loader:0.10.8"
minecraft "com.mojang:minecraft:1.16.5"
mappings "net.fabricmc:yarn:1.16.5+build.6:v2"
modImplementation "net.fabricmc:fabric-loader:0.11.3"

//Fabric api
//modImplementation "net.fabricmc.fabric-api:fabric-api:0.26.1+1.16"
//modImplementation "net.fabricmc.fabric-api:fabric-api:0.32.5+1.16"
modCompile "net.fabricmc.fabric-api:fabric-game-rule-api-v1:${project.fabric_game_rule_v1_version}"

// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.16.4
yarn_mappings=1.16.4+build.7
loader_version=0.10.8
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.6
loader_version=0.11.3
# Mod Properties
mod_version=1.2.1
mod_version=1.2.3
maven_group=DimThread
archives_base_name=DimThread
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.26.1+1.16
fabric_version=0.32.5+1.16
fabric_game_rule_v1_version=1.0.2+f8ac1db295
4 changes: 4 additions & 0 deletions src/test/java/Test.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
public class Test {
public static void main(String[] args) {
}
}

0 comments on commit 6fca6ce

Please sign in to comment.