-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
36 lines (29 loc) · 999 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#Metadata (will be added to mcmod.info)
modid = aquatic
mod_name = Aquatic
maven_group = com.github.Team-Rapture
mod_description = water based mod, with dimension
url = https://minecraft.curseforge.com/projects/291152
update_json = https://raw.githubusercontent.com/Team-Rapture/Aquatic/master/versions.json
#Misc
reference_class = com/github/teamrapture/aquatic/Aquatic.java
api_package = com/github/teamrapture/aquatic/api
#uncomment to set a custom run dir
#runDir = run
#forge
mc_version = 1.12.2
mod_version = 1.1.0
forge_version = 14.23.4.2739
forge_mappings = snapshot_20180725
#curseforge
curse_id = 291152
changelog_url = https://github.com/Team-Rapture/Aquatic/blob/master/changelog.md
release_type = alpha
#dependencies
#jei:
jei_version = 4.10.0.198
#hwyla:
hwyla_version = 1.8.26-B41_1.12.2
#explosive fishing:
explosivefishing_version = 1.0.4.0
picklelib_version = 1.0.15.2