XRay-Fabric
Fabric based XRay mod designed to aid players who don't like the ore searching process.
File Explorer
Download Latest Version (.zip)- discord-join-badge.svg
- xray-fabric-logo.svg
- xray-forge-badge.svg
- config.yml
- release.yml
- gradle-wrapper.jar
- gradle-wrapper.properties
- BlockSearchCache.java
- BlockSearchEntry.java
- MixinBlockItem.java
- BasicColor.java
- BlockEntry.java
- BlockGroup.java
- BlockPosWithColor.java
- BlockWithStack.java
- RenderOutlines.java
- GuiAddBlock.java
- GuiBase.java
- GuiBlockList.java
- GuiEdit.java
- GuiHelp.java
- GuiOverlay.java
- GuiSelectionScreen.java
- RatioSliderWidget.java
- ScrollingList.java
- AbstractScreen.java
- MainScreen.java
- BlockStore.java
- SettingsStore.java
- Store.java
- ScanController.java
- ScanTask.java
- StateSettings.java
- Utils.java
- XRay.java
- .DS_Store
- .DS_Store
- advanced-xray-fabric.mixins.json
- .DS_Store
- en_us.json
- fr_fr.json
- ja_jp.json
- zh_cn.json
- rendertype_lines_unaffected.fsh
- bg-help.png
- bg.png
- circle.png
- color-bg.png
- icon.png
- advanced-xray-fabric.accesswidener
- fabric.mod.json
- .DS_Store
- .gitignore
- build.gradle
- CHANGELOG.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/AdvancedXRay/XRay-Fabric
Downloads the entire project code from GitHub to your computer.
cd XRay-Fabric
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
