💣
BaseRaiders
  • 💣BaseRaiders - Main
  • Installation
    • 💡Installation
  • Configuration
    • 🖥️GUIs & Items
      • Creating GUIs & Items
      • Custom Items - On Click
      • Custom Items - Executables
      • Special executables
    • 📋Config.yml
    • 👨‍💻Commands.yml
    • 👉Handlers.yml
    • 🏚️protections.yml
    • 🫥Placeholders
  • Resource Pack
    • ⛺Setting up
    • 🖥️Custom GUIs
    • 🔢Custom Model Data
  • Usage
    • 🚚Obtaining & Usage
    • 🤷‍♂️Protection features
    • 🍄Decay system
    • 💹Upgrade section
      • Range upgrade
      • Fuel upgrade
      • Generator upgrade
  • Commands
    • 🅱️Base
    • 🆘Help
    • 🎁Give
    • 🔃Reload
    • ✈️TP
    • 👥Trust
    • 👥Untrust
    • 🚧Bypass
    • 🗂️Invites
    • 🏗️Place
    • 💬Toggle
    • 🔤Nick
    • 📉Discount
  • Support & Bugs
    • 🔧Discord
Powered by GitBook
On this page
  1. Resource Pack

Custom Model Data

PreviousCustom GUIsNextObtaining & Usage

Last updated 12 months ago

Each item has assigned to it custom model data (the thing making the resource pack work), this data is assigned like this:

The value is first assigned to the slot 39. If you have "gradual-model-data" set to true, then multiple uses for the same item (multiple slots), will result in the data being different for each instance, like this:

  • Slot 39 will have data 499 (starting data)

  • Slot 40 will have data 500 (starting data +1)

  • And slot 41 will have data 501 (+1 for each slot variable)

This allows for more customization. Else, if "gradual-model-data" is set to false, all items will have the starting model data.

🔢
Custom model data showcase