diff --git a/gradle.properties b/gradle.properties index 3d89f93..be1e6e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html - minecraft_version=1.21 + minecraft_version=1.21.1 yarn_mappings=1.21+build.1 loader_version=0.15.11 # Mod Properties - mod_version = 1.1_1.21 + mod_version = 1.1_1.21.1 maven_group = xyz.binarydev.exportablestructures archives_base_name = exportable-structures diff --git a/quickBuild.bat b/quickBuild.bat new file mode 100644 index 0000000..ca50861 --- /dev/null +++ b/quickBuild.bat @@ -0,0 +1 @@ +gradlew build && start build\libs \ No newline at end of file