Everything posted by warjort
-
[1.19.2] Sharing textures between mods
If this is 1.19.3, textures need to be in the item folder not items. See Mojang's change notes Otherwise you are going to need to show more than just 4 lines of json, preferably on github. Does changing it to use minecraft:item/apple work?
-
Server 1.18.2 crash
Use java 17, mixin does not support java 19
-
Exit Code -1073740940
That is a crash in the java virtual machine. Did you try the create/flywheel configuration change posted above? https://forums.minecraftforge.net/topic/119518-exit-code-1073740940/#comment-524102 Otherwise you need to talk to microsoft or try a different java.
-
installed aristois now forge wont load
Looks like a conflict between create and a mixin added by the deftware framework mod EMC.jar?
-
[Forge 1.19.2] Can't start rlcraft server
Looks like an issue with bountiful mod. Check you have the latest version then contact the mod author. Off-topic. You should use java 17. That is the long term support version. You won't get anything but security fixes for java 18 now java 19 is released.
-
Exit Code -1073740940
That doesn't show an error either. The last thing in the log is an error from the signpost and/or dynamic surroundings mods, but there are many of those. Then it just shows the error code And then it says it trying to submit a crash report to Mojang but that fails because of bad ip configuration? It doesn't say which crash report it is trying to submit.
-
installed aristois now forge wont load
Looks like an issue with the create mod. Probably caused by an earlier we can't see because you don't post a link to your logs/debug.log Check you have the latest version of the create and registrate mods then contact the mod author.
-
1.19.2 Crash during startup
Conflict between uniquebase and apotheosis. Check you have the latest versions then contact the mod authors.
-
[1.19.2] Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(12) + ...
I don't see anything identify a problem mod in that log, but I do see this before the error you are getting Maybe the server debug.log has some information? That log does at least show which mods have custom network code Which should help in cutting down the search?
-
item error
Same error as before, but this time with a folder name in your assets directory?
-
[1.19.2] How to render item
ItemRenderer e.g. see how the CampfireRenderer uses it.
-
mod failed to load correctly
Forge can't create your mod. Probably because there is no public no args constructor?
-
[1.18.2] How to get painting entity at block position
A painting is an entity. You need to use one of the level.getEntities() methods with the bounding box (AABB) saying where you are looking.
-
Payload may not be larger than 1048576 bytes
There is no error in the server log. The client seems to stop responding when processing the registries. Add the same system property to your client launcher so we can see what is happening there. Also if you just going to remove all the mods. You should try a fresh reinstall of the server with a new world save. That will rule out something corrupted in your save files causing this.
-
RunClient not working
Look at the ResourceLocation class for valid namespaces (modids)
-
[19.3] How do I do logical server side setup?
We are talking about very different things. There are the mod event bus events that run at game startup to do one time initialisation. Then there are the runtime events for when the actual server/runtime is starting (ServerLifecycleEvents + others). Which do things that need to change things based on which save is loaded.
-
[19.3] Example code.
See the javadoc for CapabilityProvider.reviveCaps() i.e. getting access to the original capabilities for removed objects. Don't forget to invalidateCaps() afterwards.
-
How to OP a player using ops.json?
When you create the world/save. Or you can temporarily enable cheat mode if you "open to lan".
-
How to OP a player using ops.json?
In singleplayer you enable cheat mode to get op privileges.
-
[19.3] Example code.
Technically a provider is a superset of that because not all providers will/have to fire the attach event.
-
[19.3] Example code.
An entity is a provider. A provider is anything that can have capabilities attached to it. What it is talking about is a provider that has internal capabilites not registered in the CapabilityDispatcher - e.g. it overrides getCapability() instead. See for example the internal inventory capabilities in LivingEntity (equipment slots) or BaseContainerBlockEntity (vanilla containers). It has to override invalidateCaps() to invalidate these additional capabilities. When you attach your capability to a say an entity, you can add that listener which will tell you when the entity has been removed from the world so you can do any additional tidyup e.g. if your capability uses other internal capabilites that need to be invalidated.
-
[1.19.2] Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(12) + ...
That is an error in the networking code of one of your mods. Post a link to your logs/debug.log to see if it has any clue to which mod is causing it. Using the wrong (1.19) version of journey map with 1.19.2 is an FAQ in this forum. But usually the only way to find the problem mod is to experiment with removing mods until the problem goes away. (Backup your world before removing mods).
-
Crash Help
Issue with the same mod - actually its library mod (puzzleslib). Check you have the latest version then contact the mod author.
-
[1.19.2] [SOLVED] Cannot get passengers of an entity when there are multiple instances of the entity in the world.
You don't create a loop. Minecraft is "event driven". You set some state inside your entity then override Entity.tick() or one of its called methods to do the check. You should look at how LivingEntity handles Levitation in travel() - called by tick(). Levitation is a MobEffect rather than a simple flag inside the entity.
-
minetogether connect won't work
Post a link to the logs/debug.log so we can see the error.
IPS spam blocked by CleanTalk.