-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgradle.properties
35 lines (30 loc) · 1.06 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
# Important Notes:
# fabric.mod.json's modid field cannot be expanded, you must change it manually.
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=0.5.2-beta1
group=de.z0rdak.yawp
# Common
minecraft_version=1.20.1
mc_uuid=45c90175-34fa-4163-8d6a-0319bfb41d08
mc_username=Z0rdak
mc_accessToken=
# Forge
forge_version=47.3.22
forge_loader_version_range=[47,)
forge_version_range=[47,)
minecraft_version_range=1.20.1
# Fabric
fabric_version=0.92.3+1.20.1
fabric_loader_version=0.16.10
# Mod properties
mod_name=Yet Another World Protector
mod_author=Z0rdak
mod_id=yawp
license=AGPL v3
description=Yet Another World Protector (YAWP) is a server-side mod to protect your creations. It was inspired by the forge mod WorldProtector and the WorldGuard plugin. Visit the discord server if you need help: https://discord.gg/d7hArKCUtm
resource_pack_desc=Internationalisation keys for Yet Another World Protector
credits=Thanks to all contributors (see CREDITS.txt)!
# Gradle
org.gradle.jvmargs=-Xmx3G -Dfile.encoding=UTF-8
org.gradle.daemon=false