Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details

26.1 Backport
Backports Minecraft 26.1 features to 1.21.11 minus the baby mob remodels.
About The Project
26.1 Backport is a small mod that backports some of the 26.1 Drops features to 1.21.11 including the golden dandelion, craftable name tags, stone/deepslate to cobblestone/cobbled deepslate stonecutter recipes, and the trumpet instrument for note blocks!
[!caution] The 26.1 version of the mod is required to correctly migrate the mods backported golden dandelion to the vanilla equivalent. Once all chunks containing golden dandelions (blocks, items, in containers, etc) have been loaded in 26.1 or the "Optimize World" button is used (Singleplayer Only) you can safely remove the mod.
Run
- Download
backport_261-x.x.x+mc1.21.11.jarfrom one of the places at the top of this README. - Copy the downloaded jar file to your
modsfolder.
Getting Started With Development
To get a local copy up and running, follow these simple steps.
Prerequisites
Ensure you have the following installed on your machine:
- Java Development Kit (JDK): Version 21 or higher.
- Gradle: Version 9.2 or higher.
- Minecraft: Version 1.21.11
Build
- Clone the repository
git clone https://github.com/BJTMastermind/26.1-backport.git
- Navigate to the project directory
cd 26.1-backport
- Build the project with Gradle
./gradlew clean build
You can find the built mod at 26.1-backport/build/libs/backport_261-x.x.x+mc1.21.11.jar.


