Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
This mod uses Forge 47.2.0+ (Forge 1.20.1)
This mod offers a variety of music discs and new blocks.
A couple of things this mod adds:
An Advanced Jukebox for playing custom discs
- Custom Music Discs.
- Entities:
- McAlec (me)
- TESTIFICATE (>1.9 snapshots Villager)
- Boykisser (it's overrated, I know)
- Structures (soon).
- Biomes (2 currently).
- A semi-proper "MusicUI" for playing different sounds in Minecraft.
How to make an addon
Put this code in the "repositories" block in build.gradle
maven {
// McAlec's Mod repo
name = "McAlecs"
url = "https://raw.githubusercontent.com/McAlec1/mcalecsmod/master/mcmodsrepo/"
}
Then put this code in the "dependencies" block just below the "repositories" one in build.gradle
implementation fg.deobf("net.mcalec.mcalecs:mcalecsmod-0.7:0.7") // McAlec's Mod Repo
Now add this block of code under everything in your mods.toml Make sure to replace the "{MODID}" after dependencies below.
[[dependencies.{MODID}]]
modId="mcalecs"
mandatory=true
versionRange="[0.7]" # Replace with the latest version
ordering="NONE"
side="BOTH"
I do not own/claim any music, pictures, items, or textures that may be deemed to be mine. I own all the assets I have created.
If you have any problems, please don't hesitate to contact me. McAlec
Contact Me
For all mod issues please use Github Issues.
For suggestions use Github Suggestions
For any inquiries go to my email: hello@mcalec.dev