promotional bannermobile promotional banner

Magic Coins

Magic Coins is a mod focused on economy, introducing a simplified coin system to Minecraft. Ideal for players seeking a more immersive RPG experience and for modpack creators looking to customize villager trades.
Back to Files

magic_coins-26.1.0.jar

File namemagic_coins-26.1.0.jar
Uploader
SirGrantdSirGrantd
Uploaded
Aug 4, 2026
Downloads
12
Size
123.6 KB
Mod Loaders
NeoForge
File ID
8573229
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:magic-coins-597281:8573229"

Learn more about Curse Maven

What's new

# Changelog: Magic Coins v26.1.0 (NeoForge)

## Overview
Initial release of the Magic Coins mod for NeoForge. This mod introduces physical coin items that seamlessly integrate with the SG-Economy economy and balance storage system.

## Features

### Physical Coin Items
* Added three coin variants with different rarities: Silver Coin (Uncommon), Gold Coin (Rare), and Crystal Coin (Epic).
* The default base values set in the configuration are 1.0 for Silver, 50.0 for Gold, and 2500.0 for Crystal.
* Players can deposit coins into their SG-Economy balance by right-clicking while holding the item in their hand.

### Integrated Inventory GUI
* Implemented interactive buttons dynamically rendered on the player's standard inventory screen, the creative mode inventory, and the Curios mod inventory interface.
* Main Bag Button: Left-clicking deposits all coins present in the inventory to the digital balance, while right-clicking withdraws the maximum possible balance in physical coins.
* Coin Compression: The bag button allows converting lower-value coins into higher-value coins in the inventory if the player holds the Shift key while clicking.
* Specific Coin Buttons: Included dedicated buttons for Silver, Gold, and Crystal, allowing for targeted withdrawals or deposits of a single coin type.
* Interactive and detailed tooltips display instructions for left and right clicks, featuring visual icons rendered via a custom mouse font.

### Chest Loot System
* Included a chest-focused loot condition system (MagicCoinsChestCondition), determining when chest loot tables should contain coins.
* Dynamic management of loot configurations through the creation of JSON files categorized by tiers (common, uncommon, rare, epic) in the mod's configuration folder.

### Synchronization and Network Configurations
* Server configurations, including the individual value of each coin, are automatically synchronized with the player's client using network packets (SyncServerConfigS2C).
* A client-configurable system allows adjusting the X and Y axis positions of each inventory button, as well as disabling their display separately if desired.
* Interface actions (such as clicking the economy buttons) are processed by network packets (MagicButtonPayload) interpreted on the server, ensuring security against inventory manipulation exploits.

This mod has no additional files