4
0
Fork 0
mirror of https://github.com/Anvilcraft/modpacktools synced 2024-09-30 04:59:05 +02:00
Commit graph

32 commits

Author SHA1 Message Date
5179c3faee added ModpackJsonHandler
added getPath method to config
2020-06-18 22:18:59 +02:00
e3e5d8a7c3 AddedAddonscript to Config 2020-06-18 21:12:43 +02:00
7d3ecb0d19 replace tabs with spaces because github cant show them properly (still) 2020-06-18 18:58:13 +02:00
4099a02bfb small improvements and config changes
help message sorts commands now
init command added
config is no longer created on program start
CommandLoader now checks if a config file exists if commands require it
an ICommand can now be executed without a CommandLoader instance
minor cleanups
2020-06-18 18:53:39 +02:00
74887d8fa6 some changes
commands can now specify a help message
the command name is now passed in with the getName() method instead of in the annotation
cleanups
2020-06-18 17:05:16 +02:00
8461f0f931 Add Docs to new command loading system 2020-06-18 16:20:50 +02:00
b78a95fa8e The Big improvement
completely changed command loading system
2020-06-18 14:37:38 +02:00
53db66abde O.O
-_-
2020-06-18 00:35:57 +02:00
9e3d5f3dcd Updated AddonScript 2020-06-09 17:36:33 +02:00
9e8f31dc84 Switched To toml for config + some minor optimizations 2020-05-31 20:57:11 +02:00
5ff31867d4 Change the addmod Command to use Addonscript 2020-05-31 20:04:25 +02:00
d4d0f19720 Added TOML4J 2020-05-31 19:14:59 +02:00
55d02d4e07 Added Addonscript 2020-05-31 18:33:38 +02:00
1161556118 another reformat 2020-05-02 21:38:15 +02:00
b1ab51a932 fix alphabetical sorting and reformat/cleanup 2020-05-02 21:29:56 +02:00
3b0df41008 html modlist sorting and opening in new tab 2020-05-02 18:59:38 +02:00
e91833cccc html modlist can now be generated 2020-05-02 18:19:03 +02:00
eaa510f72f Add Ability to add mods 2020-05-02 16:34:26 +02:00
f021e26dda fix bug in modlist generator 2020-05-02 13:11:49 +02:00
1e23416330 mod list file will now be passed in as arg instead of getting it from config 2020-05-02 12:33:20 +02:00
4207f3e4a0 moved commands into commands package 2020-05-02 12:14:55 +02:00
3a62436ecd Moved ModInfo outside Commands.java 2020-05-02 11:20:51 +02:00
a58a45ead0 implemented modlist 2020-05-01 21:50:06 +02:00
05d4919bc4 add command interpreter
all commands will now get the full args passsed in for more freedom
2020-05-01 18:52:07 +02:00
6f7bfc2303 fix archise base name 2020-05-01 18:34:15 +02:00
ecb9443de4 Added config class 2020-05-01 12:51:57 +02:00
d9527a74be Added some commands in Commands.java 2020-05-01 11:05:09 +02:00
ba5e81267e add readme and some packages 2020-04-30 21:13:17 +02:00
2781246faf add application plugin and fatJar task to build.gradle 2020-04-30 21:00:36 +02:00
151e8cac5f Added dependencies 2020-04-30 20:50:48 +02:00
3c3373f845 Init 2020-04-30 20:48:45 +02:00
706caab99b Init 2020-04-30 20:47:55 +02:00