forked from Trivaxy/Tiny-Item-Animations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (26 loc) · 720 Bytes
/
Copy pathgradle.properties
File metadata and controls
31 lines (26 loc) · 720 Bytes
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
# Important Notes:
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=1.2.1
group=xyz.trivaxy.tia
java_version=21
# Common
minecraft_version=1.21.4
mod_name=Tiny Item Animations
mod_author=Trivaxy
mod_id=tia
license=LPUL
credits=
description=Adds a cute little animation when picking up items with your mouse.
minecraft_version_range_fabric=1.21.4
minecraft_version_range_neoforge=[1.21.4)
homepage=https://modrinth.com/mod/tiny-item-animations
sources=https://github.com/trivaxy/tiny-item-animations
# Fabric
fabric_loader_version=0.15.11
# NeoForge
neoforge_version=21.3.57
neoforge_loader_version_range=[2,)
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false