mirror of
https://github.com/TeamMidnightDust/DeliciousDishes.git
synced 2025-12-16 00:25:11 +01:00
- Added new dishes and categories - Switched from Patchouli to the Lavender library for the cooking guide
21 lines
595 B
Properties
21 lines
595 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version=1.20.4
|
|
yarn_mappings=1.20.4+build.3
|
|
loader_version=0.15.6
|
|
|
|
# Mod Properties
|
|
mod_version = 2.1.0
|
|
maven_group = eu.midnightdust.motschen
|
|
archives_base_name = dishes
|
|
|
|
# Dependencies
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
|
fabric_version=0.95.0+1.20.4
|
|
lavender_version=0.1.1+1.20.3
|
|
maybedata_version=1.3.3-1.20.1
|
|
midnightlib_version=1.5.3-fabric
|