Download McAlec's Mod — Minecraft Mods — MetaMods

McAlec's Mod

Active

Downloads

0

Last update

1 year ago

Versions

1.19.2 — 1.20.1
Client
Forge
Weapons and armor

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 repository

Finally, 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.

Project members
McAlec

McAlec

Developer

Created: 21 Jun 2023

ID: 15454