Skip to content

Commit

Permalink
v0.3.0+1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
spascou committed Feb 15, 2020
1 parent 8e98a2e commit 55be34a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
minecraft_version=20w06a
yarn_mappings=20w06a+build.3
minecraft_version=1.15.2
yarn_mappings=1.15.2+build.14
loader_version=0.7.8+build.184

# Mod Properties
mod_version = 0.3.0
mod_version = 0.3.0+1.15
maven_group = net.liquidwarpmc
archives_base_name = strongandfairanvils

# Dependencies
fabric_version=0.4.30+build.294-1.16
fabric_version=0.4.32+build.292-1.15
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
],
"depends": {
"fabricloader": ">=0.7.2",
"fabric": "*",
"minecraft": [">=1.16", "<1.17"]
"fabric": "*"
}
}

0 comments on commit 55be34a

Please sign in to comment.