pull/9/head
modmuss50 5 years ago
parent 1794cc2411
commit ba5cad8320

1
.gitignore vendored

@ -3,6 +3,7 @@
.gradle/ .gradle/
build/ build/
out/ out/
classes/
# idea # idea

@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=19w07a minecraft_version=19w12a
yarn_mappings=19w07a.6 yarn_mappings=19w12a.1
loader_version=0.3.6.107 loader_version=0.3.7.109
# Mod Properties # Mod Properties
mod_version = 1.0.0 mod_version = 1.0.0
@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric
fabric_version=0.2.1.94 fabric_version=0.2.4.112

Loading…
Cancel
Save