-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
39 lines (39 loc) · 858 Bytes
/
build.properties
File metadata and controls
39 lines (39 loc) · 858 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
32
33
34
35
36
37
38
39
####################
# Build properties #
####################
# Metadata
group=io.github.mjaroslav
version=2.0.0
# Set true if you have coremod
# (this set FMLCorePlugin to GRPOUP.REPONAME.asm.REPONAMEPlugin
# and FMLCorePluginContainsFMLMod to true in manifest)
coremod=true
###################
# Game properties #
###################
# Minecraft
game_version=1.7.10
# MinecraftForge
forge_version=10.13.4.1614
# Launch directory
run_dir=run
#########################
# Library mods versions #
#########################
# UniMixins
unimixins_version=0.1.17
#######################
# Other libs versions #
#######################
# Project Lombok
lombok_version=1.18.32
# JetBrains Annotations
jetbrains_annotations_version=24.1.0
# Jankson
jankson_version=1.2.3
# Jabel
jabel_version=1.0.0
# JUnit
junit_version=4.13
# Shared Java
sharedjava_version=1.0.2