File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 118118
119119# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
120120! gradle-wrapper.jar
121+
122+ remappedSrc /dimthread /
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ dependencies {
2222 implementation ' com.github.WearBlackAllDay:JavaUtils:ab1e0ad736be1d2c2d74c68fa8e9e40e752f2d18'
2323 include ' com.github.WearBlackAllDay:JavaUtils:ab1e0ad736be1d2c2d74c68fa8e9e40e752f2d18'
2424 // to change the versions see the gradle.properties file
25- minecraft " com.mojang:minecraft:1.16.4 "
26- mappings " net.fabricmc:yarn:1.16.4 +build.7 :v2"
27- modImplementation " net.fabricmc:fabric-loader:0.10.8 "
25+ minecraft " com.mojang:minecraft:1.16.5 "
26+ mappings " net.fabricmc:yarn:1.16.5 +build.6 :v2"
27+ modImplementation " net.fabricmc:fabric-loader:0.11.3 "
2828
2929 // Fabric api
30- // modImplementation "net.fabricmc.fabric-api:fabric-api:0.26.1 +1.16"
30+ // modImplementation "net.fabricmc.fabric-api:fabric-api:0.32.5 +1.16"
3131 modCompile " net.fabricmc.fabric-api:fabric-game-rule-api-v1:${ project.fabric_game_rule_v1_version} "
3232
3333 // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
Original file line number Diff line number Diff line change 22org.gradle.jvmargs =-Xmx1G
33# Fabric Properties
44# check these on https://modmuss50.me/fabric.html
5- minecraft_version =1.16.4
6- yarn_mappings =1.16.4 +build.7
7- loader_version =0.10.8
5+ minecraft_version =1.16.5
6+ yarn_mappings =1.16.5 +build.6
7+ loader_version =0.11.3
88# Mod Properties
9- mod_version =1.2.1
9+ mod_version =1.2.3
1010maven_group =DimThread
1111archives_base_name =DimThread
1212# Dependencies
1313# check this on https://modmuss50.me/fabric.html
14- fabric_version =0.26.1 +1.16
14+ fabric_version =0.32.5 +1.16
1515fabric_game_rule_v1_version =1.0.2+f8ac1db295
Original file line number Diff line number Diff line change 1+ public class Test {
2+ public static void main (String [] args ) {
3+ }
4+ }
You can’t perform that action at this time.
0 commit comments