Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fiws committed Jul 17, 2021
1 parent 9a31faf commit 8f9efd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs = -Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.17
yarn_mappings=1.17+build.13
loader_version=0.11.6
minecraft_version = 1.17
yarn_mappings = 1.17+build.13
loader_version = 0.11.6

# Mod Properties
mod_version = 0.1.2
mod_version = 0.2.0
maven_group = io.minepkg
archives_base_name = test-utils

# Dependencies
fabric_version=0.37.0+1.17
libgui_version=4.1.0+1.17
fabric_version = 0.37.0+1.17
libgui_version = 4.1.0+1.17
5 changes: 4 additions & 1 deletion minepkg.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@

# Preview of the minepkg.toml format! Could break anytime!
manifestVersion = 0

[package]
type = "mod"
name = "test-utils"
description = "Makes mod testing easier. Currently lets you control time and weather without the fuzz."
version = "0.1.1"
version = "0.2.0"
platform = "fabric"
license = "MIT"
source = "https://github.com/minepkg/test-utils"

# These are global requirements
[requirements]
minecraft = "~1.17.0"
fabric = "*"
Expand Down

0 comments on commit 8f9efd8

Please sign in to comment.