Add tickets and other elements to enhance your experience with CobbleDollars in Minecraft!
Introduction
The CobbleDollars Ticket is an exciting addon for the CobbleDollars mod, aiming to enrich the economic landscape within your Cobblemon universe. This mod brings the idea of tangible currency to the otherwise digital economic system of CobbleDollars. You can convert your virtual balance into tickets and coins, which you can physically carry, trade with fellow players, or utilize in high-stakes slot machines for a chance to grab substantial prizes!
Your ultimate aspiration with your earnings can also be to acquire impressive trophies made of gold, silver, and bronze that proudly display your affluence!
Key Features
Pokézon:
A fantastic tool for remote access to the game’s economy! Right-click to open the Shop from any location. Combine sneaking with right-clicking to access the Bank from anywhere.
Physical Currency:
Transform your digital funds into tangible tickets and coins, ranging from $10 to $1,000,000. Simply sneak and right-click to redeem an entire stack in one go!
Slot Machines:
Regular Slot: Gamble with a $1,000 ticket for a chance to win up to $120,000!
Premium Slot: Use a $10,000 ticket and aim for a colossal jackpot of $1,500,000!
These machines feature a dynamic leveling system and engaging sound effects for an immersive experience.
Luxury Trophies:
Acquire Gold (100M), Silver (10M), and Bronze (1M) trophies as ultimate status symbols that reflect your success in the game.
Required Dependencies
To ensure the CobbleDollars Ticket functions correctly, the following mods are essential:
- Fabric API
- Cobblemon
- CobbleDollars
⚠️ Configuration Instructions ⚠️
To enable the currency exchange and shop functions, you must manually edit the configuration files associated with the CobbleDollars mod. This is a prerequisite for both single-player and multiplayer modes. The configuration files can be found in the config/ directory of your Minecraft installation or server folder.
1. Bank Configuration (config/cobbledollars/bank.json)
This configuration allows you to exchange your digital currency for physical tickets and coins via the Bank feature. Add the following lines to your bank.json file:
{ "item": "cobbledollars_ticket:10cobbledollar", "price": 10 }, { "item": "cobbledollars_ticket:100cobbledollar", "price": 100 }, { "item": "cobbledollars_ticket:1000cobbledollar", "price": 1000 }, { "item": "cobbledollars_ticket:10000cobbledollar", "price": 10000 }, { "item": "cobbledollars_ticket:100000cobbledollar", "price": 100000 }, { "item": "cobbledollars_ticket:1000000cobbledollar", "price": 1000000 }
2. Shop Configuration (config/cobbledollars/default_shop.json)
This setup allows you to buy and sell tickets and trophies through the Shop feature. Add the following entries to your default_shop.json file:
{ "Tickets": [ { "item": "cobbledollars_ticket:1000cobbledollar", "price": 1000 }, { "item": "cobbledollars_ticket:10000cobbledollar", "price": 10000 }, { "item": "cobbledollars_ticket:100000cobbledollar", "price": 100000 }, { "item": "cobbledollars_ticket:1000000cobbledollar", "price": 1000000 } ] }, { "Coins": [ { "item": "cobbledollars_ticket:10cobbledollar", "price": 10 }, { "item": "cobbledollars_ticket:100cobbledollar", "price": 100 } ] }, { "Trophies": [ { "item": "cobbledollars_ticket:gold_trophy", "price": 100000000 }, { "item": "cobbledollars_ticket:silver_trophy", "price": 10000000 }, { "item": "cobbledollars_ticket:bronze_trophy", "price": 1000000 } ] }
Keep in mind: You may need to carefully integrate these entries based on your current configuration.