A comprehensive Fabric mod for Minecraft 1.21 that enhances gameplay with custom features and mechanics.
- Custom Items: Unique items with special properties and abilities
- Enhanced Mechanics: Improved gameplay systems and interactions
- Performance Optimized: Built with efficiency in mind for smooth gameplay
- Fully Configurable: Customize features to your preference
- Multiplayer Compatible: Works seamlessly on servers and clients
Before building or using this mod, ensure you have:
- Java 21 or higher installed (Download)
- Minecraft 1.21 (Java Edition)
- Fabric Loader 0.17.3 or higher (Installation Guide)
- Fabric API (installed separately, or resolved automatically by Modrinth)
- Install Fabric Loader for Minecraft 1.21.11
- Download the latest release from Releases or Modrinth — Modrinth can resolve Fabric API for you
- Place the
.jarfile in your.minecraft/modsfolder - Launch Minecraft with the Fabric profile
-
Clone the repository:
git clone https://github.com/Prarambha369/chikemMod.git cd chikemMod -
Build the project:
./gradlew build
(On Windows, use
gradlew.bat build) -
The compiled mod will be in
build/libs/chikem-mod-<version>.jar
- Import the project into your IDE (IntelliJ IDEA or Eclipse)
- Run
./gradlew genSourcesto generate Minecraft sources - Use the Gradle tasks:
runClient- Launch Minecraft client with the modrunServer- Start a test server with the modbuild- Compile the mod
chikem-mod/
├── src/main/java/mr/bashyal/chikemmod/
│ ├── ChikemMod.java # Main mod class
│ ├── items/ # Custom items
│ ├── blocks/ # Custom blocks
│ └── mixin/ # Mixin classes
├── src/main/resources/
│ ├── fabric.mod.json # Mod metadata
│ ├── chikem-mod.mixins.json # Mixin configuration
│ └── assets/chikem-mod/ # Textures, models, sounds
├── build.gradle # Build configuration
└── gradle.properties # Project properties
./gradlew build./gradlew clean remapJarThe release-ready remapped JAR will be located in build/libs/ as chikem-mod-<version>.jar.
The release workflow in .github/workflows/release.yml is tag-driven and publishes one clean mod JAR.
- Update
mod_versioningradle.properties. - Commit and push your changes.
- Create and push a matching tag (
v<mod_version>), for example:
git tag v1.4.1
git push origin v1.4.1The workflow will:
- run
remapJar - publish
chikem-mod-<version>.jaras the release asset - generate concise release notes from project metadata
Configuration files are generated in .minecraft/config/chikem-mod/ on first launch.
When both parent chickens are fed GolChick Food before breeding:
- Peaceful: 30%
- Easy: 24%
- Normal: 18%
- Hard: 14%
- Hardcore: 12%
- GolChick Food
- Structure treasure chests: 35%
- Fishing treasure: 8%
- Goldie Egg
- Structure treasure chests: 12%
- Fishing treasure: 3%
Included structure chest pools: simple dungeon, abandoned mineshaft, desert pyramid, jungle temple, stronghold corridor, ancient city, end city treasure, and bastion treasure.
- Updated to Minecraft 1.21.11
- Updated Fabric Loader requirement to 0.17.3+
- Updated Yarn mappings to 1.21.11+build.1
- Improved build configuration
- Enhanced project structure
- Added automated CI/CD pipeline
- Standardized naming conventions
- Performance improvements
- Initial release
- Basic mod functionality
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Author: Prarambha369
- Fabric Team: For the amazing modding framework
- Community: For testing and feedback
Made with ❤️ for the Minecraft modding community
