3e9c89fb02
trim unnecessary code from os specific section
2024-10-30 21:48:12 -07:00
4fb34e1515
this will drastically affect fishing season
2024-10-30 21:45:28 -07:00
df74efebef
update .gitignore
2024-10-30 21:39:50 -07:00
1d00eab434
Delete .vscode/settings.json
2024-10-30 16:37:51 -05:00
dd2e5a6eb6
massive code refactor
...
most if not all functions were moved out of the main code body, lots of reformatting, whitespace and general spacing fixes, etc.
2024-10-30 21:33:57 -07:00
944c9e8b0c
trim redundant code under os specific operations
2024-10-30 21:08:00 -07:00
dac69d1ea5
refactor code snippets and concatenate os.chdir
lines under os specific ops
2024-10-30 21:03:46 -07:00
1561a1f6d1
update .gitignore
and hide ascii art with collapsible function
2024-10-30 20:38:38 -07:00
4bbc920579
switch to wget
over urllib
2024-10-30 20:20:36 -07:00
ce609cdc7a
Merge pull request 'MERGE: Sync branch: "untested" with branch: "main"' ( #13 ) from main into untested
...
Reviewed-on: https://git.adolin.xyz/saru/lobotomy-mod-pack/pulls/13
2024-10-28 22:01:44 -05:00
e3ce666308
Merge branch 'untested' into main
2024-10-28 22:01:33 -05:00
74b25c017e
remove installer.exe, binaries should only be included in releases.
2024-10-28 22:00:15 -05:00
cfbcfe8ddd
package jarfiles into tarball
2024-10-28 21:40:08 -05:00
6fff23cb14
Merge branch 'untested' of https://git.adolin.xyz/saru/lobotomy-mod-pack into untested
2024-10-29 02:35:07 -07:00
7172fdc464
update jarfiles folder with five new mods, four untested
...
need to update tarball on linux, committed on windows.
2024-10-29 02:35:06 -07:00
27f866251c
initial commit of installer.exe binary for Win. 10
2024-10-29 02:09:26 -07:00
d86a842917
FIx compatibility with Windows 10, compiles to .exe
2024-10-29 02:04:44 -07:00
971529e783
Merge pull request 'MERGE: First working iterations of python installer and windows binaries.' ( #12 ) from untested into main
...
Reviewed-on: https://git.adolin.xyz/saru/lobotomy-mod-pack/pulls/12
2024-10-28 21:23:46 -05:00
b77c3e6735
Merge branch 'main' into untested
2024-10-28 21:23:27 -05:00
1e2e035310
update .gitignore to reflect changes
2024-10-28 15:32:03 -05:00
4b09a0b40f
update README.md with API disclaimer
2024-10-28 15:14:27 -05:00
14fc9180aa
add the sigma to installer.py
2024-10-28 14:39:36 -05:00
11f4ad2236
Merge branch 'main' of https://git.adolin.xyz/saru/lobotomy-mod-pack
2024-10-28 13:03:06 -05:00
9ce3221711
Merge branch 'untested'
2024-10-28 13:03:05 -05:00
22db0ee622
first working (on linux) draft of installer.py
2024-10-28 12:57:11 -05:00
45cadfa956
update .gitignore and reupload missing mods.tar.gz file
2024-10-28 12:27:15 -05:00
73567df7b1
re-commit
2024-10-28 12:22:07 -05:00
68e0b425c1
initial commit of .gitignore and begin development of installer.py
2024-10-28 12:19:55 -05:00
ac63d4b9bb
Delete jar-files/hostile-mobs-improve-over-time-1.9.1.jar
2024-10-27 16:44:28 -05:00
738c4324a9
update mod archive
2024-10-27 16:44:09 -05:00
f06dc35c03
Delete mods.tar.gz
2024-10-27 16:43:27 -05:00
205d755334
Merge pull request 'both scripts working' ( #9 ) from untested into main
...
Reviewed-on: https://git.adolin.xyz/saru/lobotomy-mod-pack/pulls/9
2024-10-27 16:32:26 -05:00
119614be8c
update mods, add beanbags
2024-10-27 16:29:35 -05:00
08f9737a34
various changes
2024-10-27 16:00:26 -05:00
3b6811a3a8
remove mods.zip
2024-10-27 15:52:23 -05:00
5e6452f99e
fix cURL download snippet
2024-10-27 15:51:54 -05:00
8a9372be29
fix broken directory
2024-10-27 15:30:53 -05:00
b92e66e902
upload zip archive, code comments, fix linux-inst.
2024-10-27 15:13:15 -05:00
60974d61c8
resync
2024-10-27 14:56:19 -05:00
a03847db36
remove extra @echo off
line
2024-10-27 14:55:35 -05:00
8d6a8d4db7
Merge branch 'untested' of https://git.adolin.xyz/saru/lobotomy-mod-pack into untested
2024-10-27 14:54:34 -05:00
53f72c8191
add ascii art
...
false alarm!!! found an ascii generator which will generate art with normal characters supported by cmd.exe
2024-10-27 14:54:15 -05:00
ccebc9f3b5
remove ascii
...
cmd.exe thinks it's ms-dos and doesnt even support UTF-8, just it's own set of 256 characters from the IBM-PC workstation era in like the fucking 80's, so we're not allowed to have fun.
2024-10-27 14:31:03 -05:00
e3c09af116
remove ascii
...
cmd.exe thinks it's ms-dos and doesnt even support UTF-8, just it's own set of 256 characters from the IBM-PC workstation era in like the fucking 80's
2024-10-27 14:30:23 -05:00
83b18a9f0c
change ascii art
...
to be tested
2024-10-27 13:59:59 -05:00
627a548a65
fix fabric installer downloading to user downloads folder
2024-10-27 13:48:07 -05:00
c226f6aa25
Upload files to "jar-files"
2024-10-27 13:26:34 -05:00
5164d89ced
Merge branch 'main' of https://git.adolin.xyz/saru/lobotomy-mod-pack
2024-10-27 13:14:18 -05:00
51c991877b
Merge branch 'untested'
2024-10-27 13:10:06 -05:00
e3de7c8b80
correct merge commit
2024-10-27 13:03:22 -05:00