This version of the backport is no longer going to be maintained. https://github.com/amiralimollaei/not-enough-vulkan-backport will be used from now on.
This mod is a backport of amiralimollaei's Not Enough Vulkan mod, modified to work on 1.21.10, and VulkanMod 0.6.3+
- Java Development Kit 17 or above
- Git
- Clone the repository and navigate into the cloned repository.
git clone https://github.com/ironswordX/not-enough-vulkan-backport.git cd not-enough-vulkan-backport - Navigate to the directory you've cloned this repository and launch a build with Gradle. If you are not using the Gradle wrapper, simply replace
gradlewwithgradleor the path to it.- Windows
gradlew build- Linux/macOS
./gradlew build - The initial setup may take a few minutes. After Gradle has finished building everything, you can find the resulting artifacts in
build/libs.
Not Enough Vulkan Backport is licensed under GNU LGPLv3, a free and open-source license. For more information, please see the license file.