Bio

Heyo, I'm Tiazzz, I'm passionate about MC-modding and developing other bits and gags. I mainly use Java/Kotlin, Dart and Python, but can easily adapt to other langs!

Stats

2
Projects
19
Devlogs
26
Votes
2
Ships

Coding Time

All Time: 175h 30m
Today: 0h 4m

Member Since

June 16, 2025

Badges

1
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

2
Chat To Discord
5 devlogs • 4 months ago
Leejw

Leejw

Shipped
14 devlogs • 5 months ago

Activity

Aris
Aris Shipwright gave you feedback
41d ago

Chat To Discord

Awesome project!!!! works as intended :yay: Sorry for the delay! Thank you for taking part in SoM, Happy Hacking!! :c3:

from Aris

Mostly stuff related to building the app even further

Update attachment
Earned sticker
Tiazzz
Tiazzz worked on Leejw
8h 7m • about 2 months ago

I finally finished writing the ENTIRE flashing system, I know it's much for one devlog but here we are...

First I had to find out how to manage this, but really quickly I thought of using ints as stages: 0 for showing the card, 1 for guessing the card, etc. and then using an index to track which word of the lesson we're in.

Then it came to actually making the cards, of course. That went a little less smooth but I got it done! Everything I said the cards would have in the README the cards basically have. The hint, number of answers, additions, all that! I had to work with some sneaky and weird Cards, TapRegions, Extendeds, Rows, Wraps, Columns and all that other wacky stuff but it's finally here!

With that the app is basically done, I did some signing and build script magic and I have finally uploaded the first version to GitHub!

Earned sticker

I fixed up a few issues and mostly build errors, but it's finally here!

And also running on the dedicated server this time :)

Update attachment
Earned sticker

I don't have much to show this time, and I know it's kind of weird.

This month I worked on getting all the modules fixed and my SQL tip top in orde as they say in Dutch. Now, you won't be able to see this in the ship... BUT I made sure to compensate by testing on a big server together with releasing the mod for both NeoForge and Fabric.

The biggest issue that arose this time was that the QuiltMC (from which I got my log parser module) very much hated me. How I fixed this? Leejw style, I got rid of it!! In the final release after SoM I promise to have fixed this, alongside all the other things. (And hey I might make this separate, because I really like how this is turning out)

With that said, I am once again sorry for the extremely long Hackatime time for so little features, but as I say: If it works, it works, even if it's minimally. (Enshittification sadly hit us hard)

As for the image: this is me showing off that I managed to make the webhook channel also the channel you speak in. And, well, it working in my dev environment in general...

I'll continue to test the actual jars, and maybe fix some bugs that arise, and after that, shipping time!

Update attachment
Tiazzz
Tiazzz worked on Leejw
13h 1m • about 2 months ago

This time I actually started stressing. How am I going to finish this in time? Luckily the whole balloon thing happened, and we're back on track!

Now why it took me so long? I've been working on two projects, and this one feature specifically had a slight problem... The checkbox didn't work. How I fixed it? Uh. If it ain't there it ain't breaking (I got rid of it)

In these commits I fully finished the VocEd system. You can now add words and create lessons!

See you in the next one, where I wanna make groups and actually allow you to do flashcards.

Tiazzz
Tiazzz worked on Chat To Discord
14h 22m • 3 months ago

Hello guys, gals and all the non-binary pals!

This time, I made MC UUID linking possible via Discord and Minecraft commands. It's not the most robust system (and maybe not that secure either), but it gets the job done, and when talking to Minecraft chat with a linked profile, your Minecraft Username is used instead!

Update attachment
Tiazzz
Tiazzz worked on Chat To Discord
14h 6m • 3 months ago

The Config stuff is perfectly set up, and I've started development on the actual Discord To Chat stuff.

In the meantime I made sure all the misc config values actually correspond to their modules that they enable, and almost all of them (with the emphasis on almost) work. Happy days!

Update attachment
Tiazzz
Tiazzz worked on Leejw
2h 59m • 4 months ago

I did some form magic I guess (this is far from finished and definitely needs some polishing, but I very much like now being able to add some of the words I created.)

Next up... Uh... Actually allowing users to make the words; it's VocEd time!

Tiazzz
Tiazzz worked on Chat To Discord
15h 51m • 4 months ago

After some uhm...... Interesting Gradle shenanigans just to say so.
THE BOT RUNS!!! (Somewhat TM)
And it only took me... checks Hackatime fifteen hours! :D

Update attachment
Tiazzz
Tiazzz created a project
119d ago

Chat To Discord

A MC Mod that links your Discord server to Minecraft.

Chat To Discord
5 devlogs 0 followers Shipped
Tiazzz
Tiazzz worked on Leejw
1h 22m • 4 months ago

I finally added a tag form field now to the edit menu.

Technical: I changed around some README and LICENSE stuff

Update attachment
Tiazzz
Tiazzz worked on Leejw
8h 11m • 5 months ago

It's been a HOT while since my last devlog, so a lot has happened since. Because I don't want to clog this log full with everything, I'm aiming to split it up a little.

So first: I fixed up a lot of wrapping issues, meaning less overflow from containers! Second, I made even more changes to the UI, also most notably implementing app launch icons and some more settings stuff. (Also: new concept art!)
Last but not least, I redid the entire system for serialising JSON, so it's a little better split up and whatnot. Also additions are possible now alongside meanings and translations.

Next up: editing and creating lessons (for now metadata, not voc_data)

Update attachment
Tiazzz
Tiazzz worked on Leejw
51m • 5 months ago

They call me the animator (no they don't)

Tiazzz
Tiazzz worked on Leejw
14m • 5 months ago

Oh yeah the translations stuff works btw (I'll do full translating all the way at the end though)

Update attachment
Tiazzz
Tiazzz worked on Leejw
2h 10m • 5 months ago

Just actually added the functionality to list lessons from the lesson directories.
I'll probably wind up moving this tab to somewhere else!

It works for Windows too btw, just in a different Directory (Roaming AppDaya)

It took me a whole longer while to find out what the directory was for Android though, so I ended up using Android Studio's built in File Explorer lol, which I didn't know it had. You learn something new every day I guess.

Next on the agenda: adding and making your own lessons, vocabulary words, and expanding VocData to allow additions, extensions, hints, etc.

Update attachment
Tiazzz
Tiazzz worked on Leejw
1h 50m • 5 months ago

Finally managed to port some of the functionality to mobile I guess.

Let's see if this even looks good on Windows now lol

Update attachment
Tiazzz
Tiazzz worked on Leejw
6h 38m • 5 months ago

I started(/finished-ish?) development on the JSON serialisation for the lessons and the vocabulary words.

I'm planning on saving JSONs like the attached ones in folders like ./voced/lessons/ to then have individual lesson folders that have contents like a lesson folder index (containing information such as the title, description and tags) and of course the vocabulary words that are in it!

Alongside this, I'm making preparations to change this app to be available for Windows(/Linux?) but most importantly Mobile, which is harder than I thought...

See you next time!

Update attachment
Tiazzz
Tiazzz worked on Leejw
23m • 5 months ago

I made some logos and banners for the app. It also looks good as a favicon!

But speaking about Favicons, I'm not making this a web app anymore and instead shipping it as a Windows, iOS and Android app.

You can see the banner in action in the banner of this project.

Update attachment
Tiazzz
Tiazzz worked on Leejw
6h 22m • 5 months ago

Added some theme settings options, and I also started drawing some concepts for the Flashcards system!

Tiazzz
Tiazzz worked on Leejw
1h 6m • 5 months ago

Started by adding a Dash and Flashcards section.
Obviously not much but I already like how this interface is laid out.

Update attachment
Tiazzz
Tiazzz created a project
152d ago

Leejw

A vocabulary learning app for language translation or meanings.

Leejw
14 devlogs 1 follower Shipped
Tiazzz
Tiazzz joined Summer of Making
152d ago

This was widely regarded as a great move by everyone.