Giter Site home page Giter Site logo

isaaclepes / tradingcardsresource Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 3.45 MB

Resource Pack for Minecraft Trading Cards Plugin

Home Page: https://modrinth.com/resourcepack/tradingcards-resourcepack

License: GNU General Public License v3.0

minecraft minecraft-forge optifine spigot-resource

tradingcardsresource's Introduction


tradingcardsresource's People

Contributors

isaaclepes avatar

Stargazers

 avatar  avatar

Watchers

 avatar

tradingcardsresource's Issues

Cards for parrots

Parrot - Red
Parrot - Blue
Parrot - Green
Parrot - Cyan
Parrot - Gray

Cards for foxes

Fox - Red
custom-model-data: 3200030
Fox - Snow
custom-model-data: 3200031

[Idea Suggestion] Use CustomModelData nbt instead of card display names

Describe your idea
Use the custommodeldata available in my fork instead of relying on card titles.
This will allow the resource pack to work even if people changed their card titles. (i.e, different language or something other than [Card])

In general we use NBT data, see https://github.com/sarhatabaot/TradingCards/blob/master/tradingcards-api/src/main/java/net/tinetwork/tradingcards/api/utils/NbtUtils.java for all the info.

Aside from custommodeldata, we also store the card name, series, rarity, if it's shiny & if it's a card in nbt data.
On decks we store the deck number & if it's a deck.

Additional context

cards:
  common:
    zombie:
      display-name: 'Zombie'
      series: 'default'
      type: 'Monster'
      has-shiny-version: true
      info: 'none'
      # if vault is enabled, how much this card is worth. set to 0 to not allow buying.
      # Unless specified we will use the prices from rarities.
      buy-price: 100.0
      sell-price: 50.0
      Custom-Model-Data: 3200001
...

Variations for decks

Decks can have any integer, so the current matching only captures deck 1 through deck 999.

Make unique variations of the deck and specify them as Decks 2-10. Retain current deck aesthetics for Deck 1.

Cards for pandas

Panda - Normal
Panda - Lazy
Panda - Worried
Panda - Playful
Panda - Aggressive
Panda - Weak
Panda - Brown

Cards for 1.20

Camels
Sniffer
Next model data ID in sequence 3200135

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.