forked from ChiselsAndBits/Chisels-and-Bits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
42 lines (33 loc) · 940 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
37
38
39
40
41
42
# Project
modVersion=1.0.0
group=mod.chiselsandbits
# Common
minecraft_version=1.18.1
exactMinecraftVersion=1.18.1
additionalMinecraftVersions=1.18.1
# Forge
forge_version=39.0.9
# Fabric
fabric_version=0.44.0+1.18
fabric_loader_version=0.12.1
# Mod options
mod_name=Chisels&Bits
mod_author=OrionDevelopment
mod_id=chiselsandbits
# Dependency versions
jeiVersion=9.1.0.46
dataGeneratorsVersion=0.1.46-ALPHA
# Versioning schema data.
sourceVersionName=1.16
sourceVersionElementIndex=1
mcVersionElementIndex=1
# Maven data
githubUrl=https://github.com/ChiselsAndBits/Chisels-and-Bits
gitUrl=https://github.com/ChiselsAndBits/Chisels-and-Bits.git
gitConnectUrl=https://github.com/ChiselsAndBits/Chisels-and-Bits.git
projectUrl=https://www.curseforge.com/minecraft/mc-mods/chisels-bits
# Shadow mapping
shadowRenamedNamespaces=net.jpountz:mod.chiselsandbits.shaded.net.jpountz
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false