a.k.a. Emotecraft (EmoteX)
When downloading the mod, please only use official downloads as others may be infected.
Official project (only download the mod from here):
- GitHub/TheMek0/NoEmotecraft (GitHub/KosmX/emotes for older versions)
- Modrinth/NoEmotecraft (Modrinth/Emotecraft for older versions)
- maven.kosmx.dev this is for developers. Don't download it from any other source!
WARN: building from repo is not available because it uses player-anim-core that was build on my pc
How to build
git clone https://github.com/TheMek0/NoEmotecraft.git (https://github.com/KosmX/emotes.git for older versions)
cd NoEmotecraft (emotes for older versions)
./gradlew build
You can use collectArtifacts
task to copy the mod files into an artifacts directory.
./gradlew collectArtifact
cd artifacts
Fabric
depends on bendy-lib, optionally Mod Menu and FabricMC mods: Fabric-loader, Fabric-API, Minecraft.
emotesAPI
: common library used by NoEmotecraft, has no dependencies, published as emotesAPI you can find it in my private maven server: https://maven.kosmx.dev
executor
: the interface to be implemented to the modloader+MC version
emotesMain
: main client-side logic
emotesServer
: server-side logic
archCommon
: common Fabric Minecraft dependent stuff. Using architectury loom
fabric
: latest fabric implementation