Code Monkey home page Code Monkey logo

emotes's Introduction

Emotecraft

a.k.a. EmoteX

Download

When downloading the mod, please only use official downloads as others may be infected.
Official project (only download the mod from here):

Development


how to build

git clone https://github.com/KosmX/emotes.git
cd emotes
./gradlew build

You can use collectArtifacts task to copy the mod files into an artifacts directory.

./gradlew collectArtifact
cd artifacts

Using in your mod/modpack

Fabric depends on bendy-lib, optionally Mod Menu and FabricMC mods: Fabric-loader, Fabric-API, Minecraft.

Forge version has no dependencies (except Forge and Minecraft)
bendy-lib is compiled into the forge version

Emotes proxy

Emotecraft is doing the emote synchronization using a server-side mod.
In some cases it's just impossible (like when playing on a community server)

This is where proxy API comes in as it can redirect communication when dedicated server-side mod isn't available.
If the server has Emotecraft (in any form) it will use that instead of using proxies.

To implement a proxy-mod, see emotes-proxy-template.
Emotecraft will invoke the proxy instance when trying to send a message,
and you can invoke Emotecraft's receiver when you received a message.

Modules:

emotesAPI: common library used by Emotecraft, 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 (both Fabric and Forge) Minecraft dependent stuff. using architectury loom
fabric: latest fabric implementation
forge: latest Forge implementation

If you have any questions about the mod, you can find me on Discord

emotes's People

Contributors

apehum avatar crowdin-bot avatar dearfox avatar dependabot-preview[bot] avatar dependabot[bot] avatar dima-dencep avatar egeesin avatar feytox avatar jenya705 avatar k0-rr avatar kale-ko avatar kosmx avatar usbdonglegoblin avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.