You are browsing as a guest. Sign up (or log in) to start making projects!

Bundly coins

  • 7 Devlogs
  • 17 Total hours

A simple currency mod that mainly focuses on making a convenient currency system for servers.

Open comments for this post

3h 47m 23s logged

Added the first inventory GUI for the small basic bundle

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!

What is this project?

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!

2
0
77
Open comments for this post

2h 51m 19s logged

Added the value tooltip to all of the coins!

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.

What is this project?

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!

2
1
222
Open comments for this post

2h 13m 54s logged

Designed the entire crafting tree!

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.

What is this project?

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!

0
1
88
Open comments for this post

38m 26s logged

Added the creative mode tab!

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!

What is this project?

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!

0
0
25
Open comments for this post

2h 5m 42s logged

Added all of the pouches!

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-

Pouches and their tiers

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

Tiers and variants:

  • Basic - Small, basic, big and huge variants
  • Copper - Small and big variants
  • Iron - Small and big variants
  • Gold - Small, medium and big variants
  • Diamond - Small, medium, big and large variants
  • Netherite - Small, medium, big and large variants
  • Ruby - Only the normal variant, is theoretically a netherite variant too

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!

What is this project?

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!

0
1
190
Open comments for this post

3h 15m 57s logged

Made all of the 20 different pouch textures!

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?

Pouches

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.

What is this project?

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.

0
1
89
Open comments for this post

2h 5m 25s logged

Added 5 different coins with their textures!

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:

  • Setup the projects pages here and on github
  • Setup the neoforge project
  • Added 5 new items; the 5 coin types
  • Made textures for the 5 coins
    I think this is a very good amount of progress for this short amount of time, but I also know that I have a lot left to do. Especially when I have to actually learn to make things myself.
    And that’s if for this devlog, see, or maybe not, you around!
2
1
12

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…