my php website :D https://j0.lol
at main 39 lines 1.3 kB view raw
1<p> 2 I wrote a Discord bridge for Minecraft 1.4.7! I might go in depth about this 3 in another blog post, but for now, here's a link: 4 <a href="https://git.gay/j0/ZeroBridge">ZeroBridge</a> 5</p> 6 7<h2>Okay here's a bit of talk</h2> 8 9<p> 10 It runs in NilLoader, and is mainly targeted for the pack Rewind Upsilon. It 11 was really fun to make! NilLoader is very barebones, and most of the code is 12 directly injected into Minecraft via MiniTransformer. For some reason, I 13 find working with ASM (Java Bytecode Manipulator) to be quite nice. 14</p> 15 16<p> 17 I originally started work on this project maybe a year ago? I digged it out 18 recently from my backups because I wanted to play Upsilon but the people I 19 want to play with <em>really</em> want a Discord bridge. I basically rewrote 20 the entire thing to play nice when inside Rewind Upsilon. I also added a 21 config (with Jankson), webhooks (with Visage rendering), a bunch of other 22 stuff that makes it feel like a real thing. 23</p> 24 25<p>Anyway, enjoy!</p> 26 27<p> 28 <img 29 src="https://vps.j0.lol/website-assets/0b-dc.png" 30 alt="ZeroBridge being used on Discord" 31 /> 32</p> 33 34<p> 35 <img 36 src="https://vps.j0.lol/website-assets/0b-mc.png" 37 alt="ZeroBridge being used on Minecraft" 38 /> 39</p>