M Economy - Mod Development Help - 1.20.1

Started by snoweyrawr on

Topic category: Collaborations and mod teams

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
M Economy - Mod Development Help - 1.20.1
Sun, 03/09/2025 - 20:11 (edited)

Hello,

I'm building an Economy Mod as feel let down by the current options which people promise the earth and just ending up with different countries bank notes and no functionality. Started building 'M Economy' which will be used on my modded server but once the mod is completed, also aim to go public for other users to enjoy and bring to different Minecraft Versions. The premise is simple, keep it simple but functional. Players should have access to a currency (single currency, keeping it simple. No coins just $1, $5, $10, $20, $50 and $100 notes. Players can deposit this into an ATM to keep their money safe. Reason I want to implement a shop system is so the mod isn't just ANOTHER currency mod.

Mod name: M Economy

Mod Loader: Forge

Version: 1.20.1

MCREATOR Version: 2024.4.52410

Implemented Features: 

  1. 6 Bank notes ($1, $5, $10, $20, $50 and $100 notes.) - DONE
  2. Recipes to craft notes into bigger or small denominations.  - DONE
  3. ATM with the ability to deposit and withdraw cash. - DONE
  4. Wallet (For the Gents) and Purses (For the Ladies) (7 Slots, 6 for money, 1 for bank card). - DONE
  5. Bank Card. - DONE

Planned Features Development: 

  1. Shop System

Progress on Shop System:

  1. Create 'ownerUUID' NBT tag which sets when the 'Shop Block' is placed establishing ownership of the shop. - DONE
  2. Create a check for 'ownerUUID' matches the player when a shop is being destroyed. If the player does not owns the block, it will notify an error that they don't own this shop. If they do own it, the block is destroyed. - DONE
  3. Seller GUI (Shop Setup) Set item for sale, price and inventory for items and profits - WIP
  4. Buyer GUI - WIP

If you would like to help with this, please let me know. I look forward to working with you!

Below are some screenshots of the mod progress so far.

Currency:

Currency System

ATM Block:

ATM Block

ATM in use:

ATM Welcome ScreenWithdraw ScreenDeposit Screen

Wallet:

Wallet Function

Edited by snoweyrawr on Sun, 03/09/2025 - 20:11