Bundly coins
- 7 Devlogs
- 17 Total hours
A simple currency mod that mainly focuses on making a convenient currency system for servers.
A simple currency mod that mainly focuses on making a convenient currency system for servers.
Devlog #7 for Bundly coins
Soo since the bundles should have some sort of functionality to them, I finally started the most complicated part of this project I fear - making the functions of the pouch. So the first thing to do was the inventory. This seemed to be a reasonably simple task on its own, but oh man, was I wrong-
It took me so long to even make the first working version of the GUI, improving it was another thing to deal with-
I also added rounding up of the coin value, because thanks to @Synxed s idea to make silver coins the “main”, or better said base of the currency. This was a good idea, so I implemented it and now the values of many high-tier coins is far more normal. And because of this a copper coin is worth like 0.0125 C, which is not pretty to look at.
Anyways the inventory atleast works just about as you would expect it to, which is amazing in my opinion, but I am a bit worried about the next things I’ll be adding.
Either way- hopefully see you in the next one!
This is a minecraft mod, that adds currency system, which are coins and pouches used to effeciently store the coins. The mod will include things like simple and easy to navigate UI, smart balance counting on pouches, auto-convert, auto-grabbing to pouches and so so much more! So be sure to stick around if you’d be interested in seeing how it goes!
Devlog #6 for Bundly coins
All of the coins now display the value of their stack, so if you have 1 Copper coin in inventory it will show 0.1 C, which is its value. If you had a stack of 10 Copper coins then it will display 1 C, as that is their worth.
This simple thing took me way, wayy longer than it was meant to, as my specific required case of need was very poorly documented online t-t
Not to mention the fact I barely understand java as of right now, so this was a herculean task for me.
I am happy with the working result that occured by a miracle, but also I am a little horrified of what I’ll have to figure out with the more complicated things..
Anyways that’s it for this devlog.
This is a minecraft mod, that adds currency system, which are coins and pouches used to effeciently store the coins. The mod will include things like simple and easy to navigate UI, smart balance counting on pouches, auto-convert, auto-grabbing to pouches and so so much more! So be sure to stick around if you’d be interested in seeing how it goes!
Devlog #5 for Bundly coins
I took some time learning how to even make a crafting recipe in the first place, but after that I was able to pick up on the pattern and make the rest of the crafting recipes.
These crafting recipes are all used for upgrading pouches and I made sure to make the crafting tree a bit of a grind.
Now ofc it also took me quite some time to even come up with the crafting recipes, but atleast that’s out of the way now.
Anyways that’s it for now.
This is a minecraft mod, that adds currency system, which are coins and pouches used to effeciently store the coins. The mod will include things like simple and easy to navigate UI, smart balance counting, auto-convert and so so much more! So be sure to stick around if you’d be interested in seeing how it goes!
Devlog #4 for Bundly coins
This time around I decided to add in the creative mode tab for this mod, as having to /give myself the items whenever I wanted to showcase them just straight up sucked.
I am quite happy how fast I was able to get past this one, as there’s just an ungodly amount of stuff I have yet to add..
I know that this devlog is after a super short amount of time, but I expect the next one to be way larger and getting this outta way seems better than cramming it all together on the next one.
But hey- atleast it looks good right now!
And that’s about it, hopefully see you next time!
This is a minecraft mod, that adds currency system, which are coins and pouches used to effeciently store the coins. The mod will include things like simple and easy to navigate UI, smart balance counting, auto-convert and so so much more! So be sure to stick around if you’d be interested in seeing how it goes!
Devlog #3 for Bundly coins
If you have seen the last devlog where I made all of the textures for the pouches, you might have seen this one coming. If not be sure to check it out!
This was quite an annoying task to be honest, it wasn’t even all that difficult as just repetitive. But hey, they’re added now and hopefully I will not have to do something like this again. (definitely not foreshadowing)
So to introduce you-
As I said last time, they have the purpose of storing your coins so you won’t clog up your inventory with coins.
As of now the coin pouches have the following
I also changed the projects banner to make it match the current content.
And that’s about it for this one, hopefully see you in the next one!
This is a minecraft mod, that adds currency system, which are coins and pouches used to effeciently store the coins. The mod will include things like auto-convert and so much more! So be sure to stick around if you’d be interested in seeing how it goes!
Devlog #2 for Bundly coins
So- pouches will be one of the main features of this mod and will also be the way this mod differentiates from other currency mods out there.
Although I should probably first tell you what even is a pouch?
An item that might seem similar to a bundle at first, but trust me, it is not. In a pouch you will be provided with extra inventory space, kinda like a bundle, but compared to the bundle you are only allowed to put coins into the pouch. As of now I’ve drawn 20 levels of pouches and every level the pouch becomes either; larger, or be able to auto-convert coins of higher tier. Kinda useful, don’t you think?
Anyways I also did a bit of research about what I’m headed into and damn, I’m in for a snack I gotta say.
This is a minecraft mod, that adds currency system, which are coins and pouches to effeciently store the coins. The mod will include things like auto-convert, many different pouch levels and so much more! So be sure to stick around if you’d be interested.
Devlog #1 for Bundly coins
First of all: What is this project?
This a new mc mod that I’m working on, the mods main purpose is to add a simple currency to mc that will be lightweight, expandable, vanilla friendly and most importantly practical. The main plot twist is- that I prohibited myself from using any sort of ai for the entirety of this project, so I can actually learn modding for once.
Now- what did I add?
As of this devlog I did a handful off things: