 
                McAlec's Mod
Compatibility with Forge 47.2.0+ for Minecraft 1.20.1
This modification is tested on the latest Forge builds and offers players various music discs and new blocks to enhance the gaming experience.
Main features of the modification
Key additions include:
- Advanced player for custom disc playback
- Collection of unique music discs
- New mobs and creatures:
- McAlec (mod author)
- TESTIFICATE (villager from early game versions)
- Boykisser (popular character)
- New structures planned for addition
- Two unique biomes already available
- Special MusicUI interface for sound effect management
Creating addons
To develop your own extensions, add the following code to the "repositories" section of the build.gradle file:
maven {
    // McAlec's Mod repository
    name = "McAlecs"
    url = "https://raw.githubusercontent.com/McAlec1/mcalecsmod/master/mcmodsrepo/"
}Then add to the "dependencies" block:
implementation fg.deobf("net.mcalec.mcalecs:mcalecsmod-0.7:0.7") // McAlec's Mod repositoryFinally, place this code in the mods.toml file, replacing "{MODID}" with your mod's identifier:
[[dependencies.{MODID}]]
    modId="mcalecs"
    mandatory=true
    versionRange="[0.7]" # Specify the latest version
    ordering="NONE"
    side="BOTH"All copyrights for music, images, items, and textures belong to their legal owners. The author retains rights to the resources created by him.
