Started by
MyAngelKoishiChan
on
Topic category: Help with Minecraft modding (Java Edition)
:c
My Procedures don't work may be because of this issue
"Dependency Provided By" has a SourceEntity in it. But This error happens :c
Event Trigger: Entity Attacked
https://pastebin.pl/view/70c9216e
Logs in MCreator
This happened When Player(me) Attacking Some entity for test
Edited by MyAngelKoishiChan on Fri, 09/18/2020 - 20:08
does it crash before getting into mcreator, if so, remove the thing you made (if its blocks remove the blocks from the trigger, so you wont have to restart) and if its when an entity gets attacked that crashes your game, check if ranged items trigger it as well, if it is then try and changing it, since this also happened to me, i found a way to fix it
32:58.49 [Server thread/INFO] [minecraft/MinecraftServer]: Dev joined the game
36:58.49 [Server thread/DEBUG] [FMLLoginWrapper/FMLHANDSHAKE]: Recieved login wrapper packet event for channel fml:handshake with index -1
1;31:58.49 [Server thread/ERROR] [IndexedMessageCodec/SIMPLENET]: Received empty payload on channel fml:handshake
32:58.49 [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
32:58.49 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/minecraft:overworld
it seems when you joined what ever handshake was is what crashed your game
33:58.51 [Client thread/WARN] [minecraft/SoundEngine]: Unable to play empty soundEvent: minecraft:entity.slime.jump_small
33:58.51 [Client thread/WARN] [minecraft/SoundEngine]: Unable to play empty soundEvent: minecraft:entity.slime.squish_small
32:58.52 [Client thread/INFO] [STDERR/]: [net.mcreator.moem.procedures.AdvanceAttackingpProcedure:executeProcedure:34 Failed to load dependency sourceentity for procedure AdvanceAttackingp!
32:58.53 [Client thread/INFO] [STDERR/]: [net.mcreator.moem.procedures.AdvanceAttackingpProcedure:executeProcedure:34 Failed to load dependency sourceentity for procedure AdvanceAttackingp!
32:58.55 [Client thread/INFO] [STDERR/]: [net.mcreator.moem.procedures.AdvanceAttackingpProcedure:executeProcedure:34 Failed to load dependency sourceentity for procedure AdvanceAttackingp!
32:58.56 [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
32:58.56 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/minecraft:overworld
36:58.56 [Server thread/DEBUG] [FMLWorldPersistenceHook/WP]: Gathering id map for writing to world save New World
also it shows another line saying that a advanced attacking procedure might also have crashed your game
idk but minecraft did not shutdown or shutting down the world
it just didnt do anything
but thanks
? when you mean did nothing how so? did it close the java tab for minecraft, or did it freeze and make you close it your self, if so disable whatever you recently added since that' what is crashing your game
it just didnt do anything. minecraft itself didnt freeze or close minecraft itself didnt affected
i didnt thought it was crashing. because minecraft itself didnt have any issues. just my mod didnt work and did nothing.
oh that's what you meant, no so what's happening is that when your mod is building and about to open the java minecraft it stops and gives you your log, and the light in the top corner turns red, it just means something you made is the problem, maybe you updated and something glitched while it was transitioning, like attack speed on a tool, or something else
thanks! :D ill try fix them later!