-
Notifications
You must be signed in to change notification settings - Fork 22
/
gradle.properties
54 lines (47 loc) · 2.13 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false
# Core properties
mod_version = 1.20.1.0
mod_group = dev.murad.littlelogistics
mod_id = littlelogistics
mod_title = Little Logistics
mod_description = Adds water logistics: Tugs and Barges!\n\
See the homepage for usage instructions.\n\
\n\
Modpack use:\n\
\n\
You may include this mod in your modpack and distribute the modpack without restrictions.\n\
You may modify and distribute this mod in accordance with the LGPLv3.\n\
\n\
License:\n\
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.\n\
\n\
Acknowledgements:\n\
For Entity Spring: https://github.com/jglrxavpok\n\
For logo help: https://github.com/tenmyouji\n\
For artwork: https://twitter.com/danfront2\n\
\n\
mod_url = https://littlelogistics.murad.dev
mod_author = Murad Akhundov and EDToaster
mod_license = LGPLv3
mod_icon_path = modbanner.png
mc_version = 1.20.1
mc_version_range = [1.20,1.21)
forge_version = 47.1.1
forge_version_range = [47,)
forge_gradle_version = [6.0.13, 6.2)
# Mod dependencies
jei_version = 15.2.0.27
patchouli_version = 1.20.1-81-FORGE
patchouli_version_range = [1.20,)
# Mod compat
create_version = 4626108
# Mapping versions (official, parchment)
mappings_channel = parchment
mappings_version = 2023.06.26-1.20.1
# Only for parchment
parchment_gradle_version = 1+