Everything posted by ChampionAsh5357
-
Aternos error
There is no error in what you provided. Please provide the full crash report. Subsequently, if it is an issue with Aternos, please contact wherever they provide support.
-
Mod is not an valid mod
We do not support MCreator, please ask wherever they provide their support.
-
Forge Installer baixa como um arquivo diferente do habitual em versão .jar e não abre para instalação do forge QUALQUER VERSÃO
First, we only accept posts in English. Second, you'll probably need to run Jarfix as your file associations may be wrong.
-
Java server won't start and always has this error (I got it from the forge website, not some download place)
1.12.2 requires Java 8, you are not using Java 8.
-
Bug with potato villiger
No, both of them drop items as far as I could tell when testing.
-
my server crashes when i join (java.lang.RuntimeException: Slot 2 not in valid range) pls help
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
-
Couldn't build gradle "Invalid Timestamp"
Try invalidating your caches through your IDE or cleaning them through gradle and then try again.
-
fg.deobf failing to deobfuscate mod jar, resulting in > Could not find ..._mapped_official_1.19.2...
Assuming the artifact is correct, you should probably invalidate your caches as it seems to be having trouble when performing the transformation to the mapped version.
-
Bug with potato villiger
Works fine with no logic issues. Best I can see while debugging is that the villagers may stop a bit too far away to actually exchange items.
-
Armor Model not syncronize the positions between armor and entity.
That's not a question and that is not true. The EntityModelSet is responsible for holding the baked models (whether from code or json (which is not possible without a mod)) for a given model layer location which can be registered via`EntityRenderersEvent$RegisterLayerDefinitions#registerLayerDefinition` on the forge event bus. As for the Model, it just represents what the state of the parts that are baked when rendering. That's just a badly constructed model. In general, the way to add to an existing humanoid model is to create a root which has the same offset as the humanoid model part. From there, you add children to that model part as then the transformations are properly mapped. Please provide the code for your model rather than just telling me it doesn't work.
-
Server 1.18.2 connexion error
Could you provide the debug.log when someone is trying to connect to the server? If the servers aren't reachable, you may not have the correct configuration or that whoever is joining is not currently logged into an account.
-
Launching the game failed! - Error with Forge vers 41.1.57
So, you tried to download Forge from the official website first and install the client? Could you provide the full error when trying to run install client through that?
-
Exception in server tick loop
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
-
No puedo instalar el forge
If you don't have the necessary connection speed to download the libraries, then you should find a place where you can. As for an error, please provide the error message. Additionally, we are an English only forum, so use English in your posts, even if a translator is necessary.
-
The game crashed whilst initializing game Error: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: --
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
-
Could not resolve all files for configuration ':runtimeClasspathCopy'.
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
-
Bug with potato villiger
This just sounds like the inventory of the mobs are full and not any issue with the actual game itself.
-
[1.19.2] Customised client-side only glow effect rendering
The properties of a RenderType are stored in a `RenderStateShard` which handles startup and teardown of a particular option (e.g. `RenderStateShard$DepthTestStateShard` handles depth test logic). Based on what I gather in Minecraft, entity outlines are written to a separate render target which contains the same data as what is being drawn for the entity. From there, the render target applies an entity_outline program which uses the sobel vertex shader and the entity_sobel fragment shader. The fragment shader is responsible for detecting the edge of the texture and writing it to the fragment color to render around the entity. From there, it just applies it to the render target, adds a blur, and then renders it to the screen. Since the depth test is always and it is rendered almost last, you'll be able to see it in front of everything. Since most of this can be reused, you probably can just change the depth test when rendering the outline buffer in a similar fashion since it's purely just how does it render on the screen. If you don't understand shaders in opengl, however, I recommend learning about them first and see if you can backtrace what I have.
-
Bug with potato villiger
Not really since looking at the source, there is no change made to the classes in relation to villagers trading with each other, hence my confusion. I can attempt to replicate the result, but I don't believe it'll reveal anything fruitful.
-
Bug with potato villiger
Would you mind providing a step-by-step replication case then? It's quite difficult to understand the issue without seeing it. I think I understand the core of it, but it would be helpful if I had something to see your exact issue.
-
[1.19.2] Customised client-side only glow effect rendering
It would probably be better to write a composite render type similar to how the normal outline does it, except this time change the depth test such that instead of applying always, it applies whenever the depth of the output rendering to the screen is greater than the depth of the villager in space. I'm unsure on how this would be put into practice, but you may need to create a new shard. You can take a look at how the outline render type works and essentially replace it with your own.
-
RenderPlayerEvent Compatability
There's not really much you can do here. You can attempt to get the layers from the original player renderer and try to transform them to apply it on your own. Otherwise, you'll just have to live with that canceling rendering will break visual compats.
-
[1.19.2] Change entity color
Change the entity texture. You could attempt to change it using RenderSystem#setShaderColor, though you will have to be careful and make sure you set and then unset it after rendering for the specific entity is done in the RenderLivingEvent$Pre and $Post.
-
Armor Model not syncronize the positions between armor and entity.
First, of course they don't. Those are set by the game itself when trying to render the humanoid model, so they'll be set to the correct values afterward. If you wanted to do offsets, you should create something that builds off the main armor model. Secondly, that is not how you create a model. The model should only be constructed once and should be baked from the EntityModelSet. Then, you should pass in the model into the method itself.
-
I want to make a block with a gui or an equivalent on a face in forge 1.18.2
Okay? What do you know how to do already and what do you need help with? If you haven't started, I suggest giving it a try first and then asking for help afterward.
IPS spam blocked by CleanTalk.