-
Notifications
You must be signed in to change notification settings - Fork 9
/
gradle.properties
51 lines (40 loc) · 2.09 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
43
44
45
46
47
48
49
50
#
# Forage Module gradle properties file.
#
# You should edit this file according to your requirements
#
################################################################################
# Project settings
################################################################################
# Maven artifact group
group=net.eq2online.examplemodule
# Base name for the generated jars
archivesBaseName=baritone
#Version of your project
version=0.1
################################################################################
# Module settings
################################################################################
# The base package for your module classes, configure according to your sources
basePackage=net.eq2online.example
# Modules to inject into the eclipse run configuration, comma separated. Each
# entry here will be prepended with the package name specified for basePackage.
#
# You should list all of the module classes within your module here, when adding
# new modules to the list, run the following command:
#
# gradle eclipse
#
# and then refresh your eclipse project in order to include the modules in your
# run configuration
modules=actions.ScriptActionBCreatesel,actions.ScriptActionBIsBusy,actions.ScriptActionBFilter,actions.ScriptActionBExec,actions.ScriptActionIsAdjacent,actions.ScriptActionBClearArea,actions.ScriptActionBScanWorld,actions.ScriptActionBseldel,actions.ScriptActionMoveto,actions.ScriptActionBStop,actions.ScriptActionBPause,actions.ScriptActionBResume,actions.ScriptActionBSelect,actions.ScriptActionFarm,vars.VariableProviderExample
################################################################################
# Macros Settings
################################################################################
# Mod version to use, this MUST exist on the maven server and must be specified
# as <modversion>_for_<minecraftversion>
macros=0.15.4_for_1.12.1
# MCP mappings to use, you must use the correct mappings for the current
# liteloader snapshot, otherwise the mixins will work, check the version in the
# liteloader gradle.properties file
mappings=snapshot_20180416