Skip to content

Commit

Permalink
Bump to 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
svenhjol committed Nov 9, 2020
1 parent 4a0ae88 commit 7563c42
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## 2.0.2
* Mineshaft and village ambient sounds are less frequent
4 changes: 2 additions & 2 deletions copycharm.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
cp ../Charm-2.0-fabric/build/libs/charm-fabric-1.16.3-2.1.0-dev.jar ./libs
cp ../Charm-2.0-fabric/build/libs/charm-fabric-1.16.3-2.1.0-sources-dev.jar ./libs
cp ../Charm-2.0-fabric/build/libs/charm-fabric-1.16.4-2.1.0-dev.jar ./libs
cp ../Charm-2.0-fabric/build/libs/charm-fabric-1.16.4-2.1.0-sources-dev.jar ./libs
15 changes: 8 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.16.3
yarn_mappings=1.16.3+build.27
loader_version=0.10.0+build.208
minecraft_version=1.16.4
yarn_mappings=1.16.4+build.6
loader_version=0.10.6+build.214

# Mod Properties
mod_version = 2.0.1
mod_version = 2.0.2
maven_group = svenhjol
archives_base_name = charmonium-fabric-1.16.3
archives_base_name = charmonium-fabric-1.16.4

# 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.22.1+build.409-1.16
charm_version=fabric-1.16.3-2.1.0-dev
fabric_version=0.25.1+build.416-1.16
rei_version=5.6.1
charm_version=fabric-1.16.4-2.1.0-dev
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x",
"minecraft": "1.16.*",
"charm": "2.1.*"
},
"suggests": {
Expand Down

0 comments on commit 7563c42

Please sign in to comment.