Emotes for emotecraft

Emotes for emotecraft

Kvsmos / Emotecraft-emotes Goto Github PK

Send your emote to the emote collection

License: Creative Commons Zero v1.0 Universal

Emotecraft-emotes’s Introduction

This repository is no longer updated.
Use Discord server instead
You can find community emotes in Emotecraft discord server
Emotecraft community #emote-list

Emotecraft is a Minecraft mod to add emotes to the game like in Bedrock Edition. For more infomation on the mod itself go here: https://www.curseforge.com/minecraft/mc-mods/emotecraft

This is the pulic respository to find, download, and add community made emotes

Downloading Other People’s Custom Emotes:

To download an emote click the button that says «Code» and then download zip. Then unzip it and head to the emotes folder inside. After, copy the emotes you want to %appdata%\.minecraft\emotes. You should see it apear ingame in the «All Emotes» menu.

Requesting Someone To Add Your Custom Emotes

Источник

KosmX/Emotecraft-emotes

Use Git or checkout with SVN using the web URL.

Work fast with our official CLI. Learn more.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

This repository is no longer updated.
Use Discord server instead
You can find community emotes in Emotecraft discord server
Emotecraft community #emote-list

Emotecraft is a Minecraft mod to add emotes to the game like in Bedrock Edition. For more infomation on the mod itself go here: https://www.curseforge.com/minecraft/mc-mods/emotecraft

This is the pulic respository to find, download, and add community made emotes

Downloading Other People’s Custom Emotes:

To download an emote click the button that says «Code» and then download zip. Then unzip it and head to the emotes folder inside. After, copy the emotes you want to %appdata%\.minecraft\emotes. You should see it apear ingame in the «All Emotes» menu.

Requesting Someone To Add Your Custom Emotes

Источник

KosmX/emotes

Use Git or checkout with SVN using the web URL.

Work fast with our official CLI. Learn more.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

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

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

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.

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

Источник

MineBuild.ru

Обратная связь

Скачать Java

Скачать Minecraft

Не теряйте новый контент

Добавь наш сайт в закладки(пж пж) и не теряй новый контент 🙂

MineBuild.ru » video

Обзор + Скачать Новые эмоции, анимации и танцы в майнкрафт | Emotecraft Mod 1.16.5

Emotes for emotecraft. . Emotes for emotecraft фото. Emotes for emotecraft-. картинка Emotes for emotecraft. картинка . Send your emote to the emote collection

Перейти к скачиванию

Как установить:

Смотреть видео обзор:

Описание:

Мои Каналы:
► Герон (гайды по играм)
► Гайды Герона (гайды по Майну)

► Дискорд (новости и общение)
► Я в соц. Сетях ( ВК, Дискорд, Инстаграмм, ФБ и т.д.)
► Купить Майнкрафт
► Скачать Майнкрафт и все к нему
Расписание — каждую субботу и воскресенье. Плюс четверг с пятницей в время Пандемии.

Скачать мод из видео:
► Emotecraft

Расписание — каждую субботу и воскресенье. Еще четверг и пятница пока пандемия. Больше видео в момент релиза Майнкрафта.

Плейлисты:
► ГАЙДЫ ПО Модам

Моды в Майнкрафт
► ТОП 10 модов

► Большие Моды Minecraft →

► Лучшие СБОРКИ МОДОВ (30+ штук) →

► Все для Майнкрафт Бедрок или MCPE

Не знаешь как установить некий мод на Майнкрафт? Али может как установить лучшие читы на майнкрафт? Или текстуры? Или как скачать сборку майнкрафт? А если это сборки модов от Герона, то и вовсе огонь? Замучался от глюков? Захотел майнкрафт без лагов? Если хоть один ответ да, то этот канал с видео о Майнкрафт создан специально для тебя при поддержки генерального спонсора #ГеронГайды и #ГеронВанилка и #. Расписание — каждую субботу и воскресенье. Больше видео в момент выхода обновлений Майнкрафта.

Источник

KosmX / emotes Goto Github PK

Create your own emotes in Minecraft.

License: Creative Commons Attribution 4.0 International

emotes’s Introduction

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

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

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.

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

Stargazers

Watchers

Forkers

emotes’s Issues

Enhancement: Server Emotes Whitelist

A way to allow only certain emotes from a list given from the server

Why is this useful?

Not every user wants the «Fap» emote on his server (or wants to limit the usable emotes)

Stop/Cancel Tick

You should add a stop/cancel tick for looping emotes, so when a user stops an emote it plays the stop animation and isn’t just a weird jump back to normal

Texture bug with HD skins when playing emotes with bend effects

Description:
What happens is that if you have a mod that allows you to have HD skins (such as CustomSkinLoader) and have an HD skin loaded into your game, playing an emote with bend effects causes every «pixel» to rotate 90° (degrees) counter-clockwise. This is irritating when people want good-looking emotes while having them not bug out HD skins. If possible, fix the issue for those roleplayers out there! If it can’t be fixed, see if there’s any possible workarounds or any suggestions as to what to do. If any more problems arise, please state them.

How to reproduce: Load an HD skin from a skin mod. Go to your Emote Wheel, click All Emotes, and select any emote with bend effects.

Expected behavior: Bend Emote should play correctly without corrupting the HD skin’s textures.

Actual behavior: Bend Emote plays correctly, but it corrupts the HD skin textures by rotating every «pixel» 90 degrees counter-clockwise.

Emotecraft version: v2.0.9

Minecraft version: 1.16.5

Mod loader: Fabric

Other mods:
(Most shouldn’t impact Emotecraft but listing them anyway in case there are known incompatibilities)
Better Third Person (Socolio, DreenDex), Camera Overhaul (Mirsario), CustomSkinLoader (xfl03, JLChnToZ), Damage Tilt (Charles445), Dynamic FPS (juliand665), Dynamic Sound Filters (andre111), First Person Model (tr7zw), MiniHUD (masa), Mod Menu (Prospector, TerraformersMC), NotEnoughAnimations (tr7zw), Ok Zoomer (joaoh1), OptiFabric (Modmuss50, Chocohead), Physics Mod (Haubna), Presense Footsteps (Hurricanne (Ha3), Sollace), Replay Mod (CrushedPixel, johni0702), RPG-Hud (KurodaAkira), Xaero’s Minimap (Xaero96), Xaero’s World Map (Xaero96)

Bend compatible creation tool

Implement bend in blender

Update to Gradle 7

(and Loom to the 0.7 snapshot) to be able to build with Java 16.

This example is from the Dehydration mod

Rotation glitch emote play

[BUG] Emotecraft-2.1-SNAPSHOT-2

java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer

[1.16.5] Latest snapshot causes mixin related misbehaviour with enchantments on ItemStack.

This crash was fixed by removing your mod alone. And yes, I did get it to happen with just Unique Enchantments Base and EmoteCraft installed.

The emotion does not stop bukkit 2.1 snapshot

Greetings, it’s me again. I found that the emotecraft-for-MC1.16.5-2.1-SNAPSHOT-build.8-fabric.jar version plugin causes a bug: when a player presses shift or moves to prevent an emotion from playing, it only prevents the emotion from playing for itself, for players who are watching, the emotion still remains, only corrected by logging back into the server.
Can you say how to fix this?

[Suggestion] Make some emotes able to enable the jiggle from the Wildfire fem gender mod

Yeah because it seems very unnatural when some emotes play and don’t show jiggle

Error occurred with Skin Layers 3D

I installed the Emotecraft and Skin Layers 3D mod on Fabric 1.17.1, apparently because of the 3D layer the hands cannot adjust to the animation, I do not know in which exactly the problem arises.
The developer of the Skin Layers 3D mod say that you may be able to fix this, I will be very grateful if you fix this error.
Video: https://youtu.be/sd2ydCt9ugo
tr7zw/3d-Skin-Layers#13

[Fabric 0.1?-0.14.4] Game crashes on first startup

I have created a Modpack and since I added Emotecraft it crashes when I Install it and Run it. But If I try it after it crashed it works completly fine. My Modpack: https://www.curseforge.com/minecraft/modpacks/pvc When It crashes a Fabric window opens i added a file with the contents of the window
error.txt
.

Replay mod compatibility

ReplayMod doesn’t replay emotes correctly.
problem:
Replay mod does record the network packets but it doesn’t re-register the custom channels. It will cause an invalid packet in the replay and makes the emote not working.

1.17 support?

Mojang will soon release 1.17.

Emotecraft will support 1.17 and I’ll maintain the 1.16 version for a few months after the 1.17 released

Aternos plugin workaround

Aternos does not allow me to put files anywhere.

Close emote menu with the same key

Multiple mod targeting the same redirect opportunity

Crash when exporting emotes from GeckoLib

CAN YOU PLEASE ADD MORE SLOTS

PLEASE ADD MORE SLOTS BECAUSE THERE ARE MANY BEST EMOTES IT WILL BE FINE IF THERE ARE NO TEXTURES FOR SLOT
I WILL ADJUST BUT PLEASE IMPLEMENT THE FEATURE THAT THE SLOTS WE TYPE IT COMES WITH THAT QUANTITY ITS HARD
BUT I NEED IT.

[Suggestion] winking

winking. I would like to see the wink. Maybe permanently if it is not harming the performance.

Emote Selection UI Improvements

I propose a solution: several pages with emotions that can be toggled with custom buttons. Also, the position of the cells with emotions must be rotated as in the example:
Emotes for emotecraft. 157079005 c1e14e31 a3c6 4173 9e9f ccb4d95d626a. Emotes for emotecraft фото. Emotes for emotecraft-157079005 c1e14e31 a3c6 4173 9e9f ccb4d95d626a. картинка Emotes for emotecraft. картинка 157079005 c1e14e31 a3c6 4173 9e9f ccb4d95d626a. Send your emote to the emote collection
This will allow you to quickly select the desired emotion from the shortcut menu. It is much easier to remember where to move the cursor to select a particular emotion than it is now. (It is easier to memorize the position of emotions in straight lines than in oblique ones.)

[Request] Add config for plugin emotecraft

Hi, can you add a configuration to the plugin so that can change the value of the player’s speed when the emotion is being played?
#97

Random emote play when clicking

Every time I left click, my player does the wave emote for seemingly no reason. None of the emotes have a keybind.

-from discord issue tracker

Antisteal

I may implement it

NBS song doesn’t work

Some NBS files can not load with the message
java.io.IOException: NBSUtils can not handle custom instruments (yet)

Seems like github releases are behind the ones on the curseforge.

Blender not working on Mac

Uh. probably I’ll need help, as I don’t have a Mac

there is a problem in other dimension(s)
https://paste.ee/p/nxRJ8

Paper server not working

multiple reports but no further information

Support BE emotes with Geyser

Feature to see Bedrock emotes with Geyser and vice-versa.
There are multiple issues with this idea, but not impossible.

Crash when sneaking sometimes on 2.1.3-SNAPSHOT-build.19

Crash with NBS song

Bending emotes interlocking between players

Well. I’m working on it.

Game crash on startup (vs MC1.18.2-2.1.1-fabric)

Emotes for emotecraft. 164343624 ef10ab3f 48db 41b8 9da5 f54022343dfe. Emotes for emotecraft фото. Emotes for emotecraft-164343624 ef10ab3f 48db 41b8 9da5 f54022343dfe. картинка Emotes for emotecraft. картинка 164343624 ef10ab3f 48db 41b8 9da5 f54022343dfe. Send your emote to the emote collection

1.18 support

Minecraft 1.18 is OUT

What about Emotecraft?

Emotecraft 2.0 will not support 1.18.
However 2.1 will support it.

Currently, the latest 2.1 snapshot build supports Fabric 1.18 alongside 1.17
Forge 1.18 support will delay a bit. (sorry)

If I find a way to manage so many different versions, I’ll keep forge support. (adding 1.18).
If I don’t, one or more forge version support will be dropped.

This issue will be updated if there is any news.

Drag and drop doesn’t work for png icons

Emote UI suggestion

Emotes for emotecraft. 164079463 d7ca6d77 20a7 4cfa b5b9 61a4497bf22a. Emotes for emotecraft фото. Emotes for emotecraft-164079463 d7ca6d77 20a7 4cfa b5b9 61a4497bf22a. картинка Emotes for emotecraft. картинка 164079463 d7ca6d77 20a7 4cfa b5b9 61a4497bf22a. Send your emote to the emote collection

Server error 1.16.5 when streaming emote

I have latest version of Emotecraft on client ( emotecraft-for-MC1.16.5-2.1-SNAPSHOT-build.8-fabric.jar ). All players on my server use this version because of a «SECURITY VULNERABILITY IN JAVA EDITION» ( We updated to Fabric 0.12.9 ). We ask for help.

Console Error:

Incompatibility with Optifine [1.18.2]

Emotecraft is incompatible with Optifine.

I can not fix it because OF is closed-source, I can not tell, where it fails.

The crash occurs on both Fabric and Forge.

Affected OF version:

OptiFine HD U H7 and newer

If you want shaders, use Fabric and Iris shaders instead.

Or use Older Optifine: OptiFine HD U H6

UPDATE:

I patched bendy-lib, you can use the fix on Fabric. See the comment below!

Open existing Emotes in blender

I want to render a existing Emote with Blender. Is it possible to import it somehow or is the blender file of the Emote existing anywhere to download? Would be very cool if there is a way to do this

Not Compatible with Carrier on 1.18.1 FAb

Time: 12/17/21, 4:11 PM
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage ‘main’ due to errors, provided by ‘carrier’!
at Not Enough Crashes deobfuscated stack trace.(1.18.1+build.2)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at fudge.notenoughcrashes.fabric.mixinhandlers.ModLoaders.fabricEntrypoints(ModLoaders.java:9)
at net.minecraft.client.MinecraftClient.redirect$hhi000$catchFabricInit(MinecraftClient:31478)
at net.minecraft.client.MinecraftClient.(MinecraftClient:452)
at net.minecraft.client.main.Main.main(Main:199)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_922 failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:252)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:150)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:155)
at java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:174)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:155)
at java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:174)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:155)
at java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at me.steven.carrier.Carrier.onInitialize(Carrier.java:83)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
. 13 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:247)
. 32 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector featureRendererTransformer(Lnet/minecraft/class_3887;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1297;FFFFFF)V in emotecraft.mixins.json:LivingEntityRenderRedirect from mod emotecraft failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap emotecraft-for-MC1.17.1+1.18-17_fabric-refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1381)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1052)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
. 35 more

A detailed walkthrough of the error, its code path and all known details is as follows:

Crash while loading the game with Better End mod

Crash report in the attached file

I reported issue on betterEnd repo, but author replied that crash is provided by Emotecraft
paulevsGitch/BetterEnd#234

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *