Skip to content

Component Viewer is a mod for Minecraft Java Edition that allows you to view and copy components of any item stack.

License

Notifications You must be signed in to change notification settings

fixyldev/component-viewer

Repository files navigation

Component Viewer

Actively Developed Modrinth Latest

📥 Download

🗒️ Description

Component Viewer is a mod for Minecraft Java Edition that allows you to view and copy components of any item stack. This mod is configurable out of the box by pressing J. If tooltips become extensively large, you can use a mod like Tooltip Scroll or just copy the data to a separate text file. Fabric API is required when using Fabric or Quilt.

🚀 Building

To build this mod, you will need JDK 21 installed and properly configured on your system.

  1. Clone the repository
    git clone https://github.com/fixyldev/ComponentViewer.git
    cd ComponentViewer
  2. Build the mod for Fabric and NeoForge
    ./gradlew build
    • Fabric builds are located at build/fabric/libs
    • NeoForge builds are located at build/neoforge/libs

To run Minecraft with the desired mod loader, use:

./gradlew :fabric:runClient
./gradlew :neoforge:runClient

To build independently, use:

./gradlew :fabric:build
./gradlew :neoforge:build

🔍 Useful Resources

  • 🐛 Issues: For reporting bugs or suggesting features
  • 📝 Changelog: Keep track of all notable changes made to the mod

About

Component Viewer is a mod for Minecraft Java Edition that allows you to view and copy components of any item stack.

Resources

License

Stars

Watchers

Forks

Languages