forked from UpcraftLP/Respawn-Location-Picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
32 lines (24 loc) · 948 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
#metadata (will be added to mcmod.info)
modid = respawn-location-picker
mod_name = Respawn Location Picker
maven_group = com.github.upcraftlp.respawn-location-picker
mod_description = choose your respawn point
url = https://minecraft.curseforge.com/projects/respawn-location-picker
update_json = https://raw.githubusercontent.com/UpcraftLP/Respawn-Location-Picker/master/versions.json
#misc
reference_class = com/github/upcraftlp/respawnlocationpicker/Reference.java
#uncomment to set custom run dir
#runDir = "run"
#forge
mc_version = 1.12.2
mod_version = 1.1.0
forge_version = 14.23.1.2590
forge_mappings = snapshot_20180119
jvm_version = 1.8
#curseforge
curse_id = 285716
changelog_url = https://github.com/UpcraftLP/Respawn-Location-Picker/blob/master/changelog.md
release_type = release
#dependencies
#jei:
jei_version = 4.8.5.146