Commit graph

135 commits

Author SHA1 Message Date
95f828c282
chore: better toggle text 2023-02-19 23:47:23 +01:00
15a2b1ac09
feat: added PortalGui 2023-02-19 23:46:35 +01:00
7473f181d4
feat: basic boatfly mod + patches 2023-02-19 23:45:24 +01:00
e5f1fdb475
feat: working basic boatfly 2023-02-19 23:43:40 +01:00
ftbsc
eb9e15e004 fix: working boat event 2023-02-19 20:29:04 +01:00
ac4a18a428
chore: some boilerplate for boat patch 2023-02-19 20:20:47 +01:00
627150b570
feat: initial boatfly, but kinda broken 2023-02-19 20:20:31 +01:00
bad0ff82c9
feat: rudimentary autodisconnect 2023-02-16 02:53:28 +01:00
f85188f310
feat: bring back mods button!
kinda broken and jank but hey it works for now;
2023-02-16 02:40:15 +01:00
b5d76e3494
feat: autotool also picks (badly) weapons 2023-02-16 01:41:13 +01:00
97129ddcef
feat: vanillaflight packet antikick, broken tho 2023-02-16 00:21:53 +01:00
82b57f4de9
feat: added super basic autotool 2023-02-16 00:21:41 +01:00
d517ad0923
docs: added README 2023-02-15 22:19:48 +01:00
55cef0441b
fix!: access transformer for anti hunger 2023-02-15 21:45:51 +01:00
04aec8c2a3
feat: added basic autofish 2023-02-15 21:45:41 +01:00
1a11a3e163
feat: added AntiHunger 2023-02-15 21:45:27 +01:00
a7664f8485
feat: don't bloat chat with toggle events 2023-02-15 21:44:29 +01:00
caf64a44f2
fix: don't slow down freecam vertical movement 2023-02-15 21:44:05 +01:00
c2455718f9
chore: removed example from template 2023-02-15 21:43:33 +01:00
956781f3af
fix: it's java, ain't that easy 2023-02-13 18:29:31 +01:00
16b4246ac7
chore: plural 2023-02-13 18:27:04 +01:00
8cbe8e9a5f
feat: finished basic freecam module 2023-02-13 18:26:28 +01:00
4869fcb698
chore!: added Access Transformers (rebuild env!) 2023-02-13 18:26:00 +01:00
4a4224042d
refactor: added ICommons for minecraft access 2023-02-13 18:25:45 +01:00
114cd09dc9
feat: basic freecam module
allows to fly and cancels some packets but still can't noclip
2023-02-13 01:21:46 +01:00
b6c145f1ee
chore: bump dependancy 2023-02-13 01:21:15 +01:00
1091f35cb7
feat: added .done() to handle config popping 2023-02-13 01:21:04 +01:00
75e627c0cc
fix: packetPatch should work with lll-loader0.1.1+ 2023-02-13 01:20:25 +01:00
7ff227622d
feat: both directions on packet patch plus event 2023-02-08 02:02:33 +01:00
ftbsc
382e57a2cf feat: initial work on packet patch 2023-02-08 00:10:31 +01:00
ftbsc
0591511859 chore: tabs even in gradle 2023-02-07 21:46:05 +01:00
93838f17ee
build: include version (trimmed) in build output 2023-02-07 02:36:47 +01:00
6e2fec7970
chore: i did it again 2023-02-07 02:36:38 +01:00
b83779f7bf
chore: unused imports 2023-02-07 02:05:14 +01:00
d5ed8e2518
build: removed asm patching and moved asm patches 2023-02-07 01:52:48 +01:00
9821169333
feat: simplified impl with interface + fix loading
only load patches rather than looking into all mods manually. patch
loading is implemented using ServiceLoader, thus removing most unchecked
casts and reflection accesses to methods, and directly invoking
inject(). This is much more efficient and allows to store only loader in
the Launch Plugin and only patches in mods themselves. The modder patch
interface is still super ripe, requiring each method to be implemented
returning a raw string with the unmapped name, but helpers and utils and
build plugins can be developed later on to make this API more friendly.
2023-02-06 01:10:18 +01:00
bc3eadea3b
feat: got the patcher working*
*only in unobfuscated environment, and I did it using hacky awfulness that will be deleted as soon as possible.
2023-02-04 02:03:28 +01:00
26e52da7d8
feat: initial, low quality and untested implementation of method transformer 2023-02-03 17:45:28 +01:00
dev@ftbsc
7b201195a1 build 'successfully' loaded LaunchPlugin via ModLauncher 2023-02-03 11:01:19 +01:00
59e579d9e1
chore: trim it more 2023-02-02 11:13:18 +01:00
cb16fd72bf
chore: slimmed down (build|properties).gradle 2023-02-02 00:23:02 +01:00
dev@ftbsc
7ef6f46d8a chore: slimmer build.gradle 2023-02-01 21:53:08 +01:00
7ebbb991d2
fix: forgot to actually call copyJar 2023-02-01 21:09:45 +01:00
06e8d98707
Merge remote-tracking branch 'origin/dev' into dev 2023-02-01 20:53:37 +01:00
d174f06d0e
feat: ported copyJar from fantabos.co client
also removed useless comments from the forge example
2023-02-01 20:53:23 +01:00
3a84231cb6
i fucking did it 2023-02-01 20:37:21 +01:00
914c47dfb3
fix: older version works on java 8 2023-02-01 20:30:37 +01:00
9f9292f26c
fix: remove arrows (for now) from entitylist 2023-02-01 00:33:30 +01:00
1b628a647d
feat: added initial infodisplay hud mod 2023-02-01 00:33:13 +01:00
80b08eb4d4
chore: added value for unbound and some WIP code
added a command stub for setting keybinds, but it's not really working
or proper. something to finish eventually!
2023-01-31 23:09:46 +01:00