Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fiws committed Mar 27, 2021
1 parent 5175557 commit 14dc8a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs = -Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.3
loader_version=0.11.1
# check these on https://fabricmc.net/use
minecraft_version = 1.16.5
yarn_mappings = 1.16.5+build.3
loader_version = 0.11.1

# Mod Properties
mod_version = 0.0.5
maven_group = io.minepkg
archives_base_name = test-utils
mod_version = 0.0.6
maven_group = io.minepkg
archives_base_name = test-utils

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.29.4+1.16
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version = 0.29.4+1.16
2 changes: 1 addition & 1 deletion minepkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ manifestVersion = 0
[package]
type = "mod"
name = "test-utils"
version = "0.0.5"
description = "Makes mod testing easier. Currently lets you control time and weather without the fuzz."
version = "0.0.6"
platform = "fabric"
license = "MIT"

Expand Down

0 comments on commit 14dc8a7

Please sign in to comment.