-
Notifications
You must be signed in to change notification settings - Fork 12
/
gradle.properties
42 lines (34 loc) · 1.29 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
# Project
group=com.mrcrayfish
# Java
java_version=21
# Common
minecraft_version=1.21.1
neo_form_version=1.21.1-20240808.144430
# Forge
forge_version=52.0.9
# Fabric
fabric_version=0.103.0+1.21.1
fabric_loader_version=0.16.3
# NeoForge
neoforge_version=21.1.45
neoforge_version_range=[21.1,)
neoforge_loader_version_range=[2,)
# Mod options
mod_version=1.0.8
mod_name=MrCrayfish's Furniture Mod: Refurbished
mod_author=MrCrayfish
mod_id=refurbished_furniture
mod_desc=The next generation of MrCrayfish's Furniture Mod, built from the ground up with brand-new blocks, models, original sounds, and gameplay mechanics. Experience the new yet familiar charm of the original mod, and furnish your house with the hundreds of new and original decorations and functional blocks. Jump into new gameplay mechanics with the introduction of the electricity system to power all your appliances and electronics.
mod_homepage=https://mrcrayfish.com/mods/furniture_refurbished
mod_source=https://github.com/MrCrayfish/MrCrayfishFurnitureMod-Refurbished
mod_issues=https://github.com/MrCrayfish/MrCrayfishFurnitureMod-Refurbished/issues
mod_license=MIT
# Dependency options
framework_version=0.9.2
jei_version=19.14.1.144
crafttweaker_version=21.0.2
catalogue_version=1.10.2
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false