Langue

Mine Trading Cards Open Source Edition

Mine Trading Cards Open Source Edition

Modrinth

Mine Trading Cards is a mod about collecting trading cards

7.8k téléchargements 17 abonnés mis à jour 21mo ago
dernière v3.1.4 Modrinth
Forge 1.7.10 – 1.16.5 Social

Mine Trading Cards banner image

Mine Trading Cards is a mod about collecting trading cards.
Mobs will occasionally drop Cards Packs, Edition Packs, or packs of a given rarity. These packs contain Common, Uncommon, Rare, Ancient and Legendary cards.
You can also meet various villagers who specialize in selling or trading cards.
Cards are loaded in "editions" (sets or groups) from files separate from the mod. New cards and even new editions can be created by adding new files to the mtc folder.

Installation

Installing the mod works just like any other forge mod—put the .jar file in your mods folder.
Mine Trading Cards has extra files that must be downloaded and installed separately to load the default card sets.

Earlier versions Before 3.1 Download the "mtc" folder [here](https://github.com/Powerthegreat/Mine-Trading-Cards-Mod) (both branches have the same mtc folder) and extract it to a folder in your Minecraft directory. Alternatively, create an "mtc" folder in your Minecraft directory and extract any of the content packs found [here](https://mega.nz/folder/Ssdl2YqI#XPktl7Ioj7s3j512T6Q1_Q) or in the discord server's #content-packs channel into that folder.

After installation, you should have a structure like the following, with \assets, \cards and \editions inside your \mtc folder:

.minecraft
      ---->mtc
            ---->assets
            ---->cards
            ---->editions
            ---->packs (optional—see "Custom Packs" section below)

As of update 3.1, MTC loads content packs from resource packs to save memory
Extract any of the content packs found here or in the discord server's #content-packs channel into that resource pack
There are template resource packs in the mega link
This new structure should look like this:

<resource pack folder or zip>
      ---->assets
            ---->is_mtc
                  ---->mtc
                        ---->assets
                        ---->cards
                        ---->editions
                        ---->packs (optional—see "Custom Packs" section below)

Edition Packs:

Various pack editions are specified in the /editions folder, like so:

{  
    "id": "my_edition",  
    "name": "My Edition Pack",  
    "color": "#55ff00" (optional—see below)  
}

You do not need to specify a "color" field. If you don't, MTC will procedurally generate a color for the pack icon based on the id.

Custom Packs:

You can create custom packs, with amounts of cards based on categories and rarities!
Example:

{
    "id": "test_pack",
    "name": "Test Custom Pack",
    "categories": [
        "Minecraft Mob:2:common",
        "World Item:3:common"
    ],
    "color": "#ff0088"  (optional—see below)
}

Place this .json file into the /mtc/packs/ folder.
You do not need to specify a "color" field. If you don't, MTC will procedurally generate a color for the pack icon based on the id.

This pack would contain two common cards with the "Minecraft Mob" category, and three common cards with the "World Item" category.
All .json files in /mtc/packs will be loaded as custom packs.

Discord Server:

If you want to post a content pack, put a link in the discord server!
https://discord.gg/TWDcAaX
I (Powerthegreat) WILL NOT BE ACTIVE ON DISCORD FOR THE FORESEEABLE FUTURE. Please be respectful of the moderators there.

Forum thread:

https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/2913625-mine-trading-cards-open-source-updated-by
This mod was originally developed by Tradeworld (Minecraft Forums username, AKA nogier (github) or R4p3lay (on curseforge)), then made open source.

Source code for 1.7.10 - https://github.com/Powerthegreat/Mine-Trading-Cards-Source
Source code for 1.12.2 - https://github.com/Powerthegreat/Mine-Trading-Cards-Source-1.12.2

Versions

Release
3.1.4
forge · 1.16.5 · 21mo ago
Initial 1.16.5 release * Identical to 3.1.4 for 1.7.10/1.12.2
237
Release
3.1.4
forge · 1.12.2 · 21mo ago
Update 3.1.4 * Updating tool and material of displayer blocks - axes will now break displayers faster
326
Release
3.1.4
forge · 1.7.10 · 21mo ago
Update 3.1.4 * Updating tool and material of displayer blocks - axes will now break displayers faster
310
Release
3.1.3
forge · 1.12.2 · 22mo ago
Update 3.1.3 * Forge version set back to 14.23.5.2860 * **Bugfix:** Fixing resource pack edition loading * Allowing multi-line card descriptions with \n
129
Release
3.1.3
forge · 1.7.10 · 22mo ago
Update 3.1.3 * **Bugfix:** Fixing resource pack edition loading * Allowing multi-line card descriptions with \n
117
Release
3.1.2
forge · 1.12.2 · 29mo ago
* Forge version set to **14.23.5.2847** * **Bugfix:** Switched all instances of random card generation from `world.rand` over to `new Random()` in order to…
207
Release
3.1.2
forge · 1.7.10 · 29mo ago
* **Bugfix:** Switched all instances of random card generation from `world.rand` over to `new Random()` in order to sidestep a bug involving repeat random…
5.0k
Release
3.1.1
forge · 1.12.2 · 30mo ago
Update 3.1.1 Fixing a server crash
114
Release
3.1.1
forge · 1.7.10 · 30mo ago
Update 3.1.1 Fixing a server crash
353
Release
3.1
forge · 1.7.10 · 32mo ago
Update 3.1 Implements DigitalRai's memory fix Content packs are now loaded from resource packs
550
Release
3.1
forge · 1.12.2 · 32mo ago
Update 3.1 Implements DigitalRai's memory fix Content packs are now loaded from resource packs
132
Release
3.0
forge · 1.12.2 · 34mo ago
Initial Modrinth release Identical to Curseforge release
131

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.