-
No "eclipse" folder on the succeed Gradle build
In modern versions of Minecraft, project setup is done by importing the gradle workspace into your IDE instead of pointing the project workspace to the eclipse folder.
-
Packet and Function Confusion
Custom clients are not supported on this forum, and are not encouraged in general (yes, clients such as BLC and Lunar are looked down upon in the modding community due to violation of Mojang's wishes and account security threats). If you want to modify the game, use a mod instead (although keep in mind that "anti-cheat" clients and fundamentally flawed and will not work).
-
Any good tutorial for creating commands?
Commands are no longer client-sided. Alternatively, you could subscribe to ClientChatEvent and directly interpret the player's input there.
-
[1.16.4] Edit Vanilla Items e.g. stackSize
Haven't tested this, but have you tried using reflection to change the Item#maxStackSize field?
-
[1.16.5] Entity Rendering
That should be fine. I thought you meant that the DeferredRegistry isn't working for the IRegistries
-
[1.16.5] Entity Rendering
It is preferred that blocks, items and entities are registered via DeferredRegistry. Can you post your code regarding the DeferredRegistry that you said didn't work?
-
[1.16.5] Entity Rendering
Check out RenderingRegistry and its methods. (Basically call RenderingRegistry::registerEntityRenderingHandler during FMLClientSetupEvent) This sounds concerning. How are you registering everything then?
-
Modify Minecraft Classes
Those are problems with the specific shader, not shaders in general. If you want to add reflections and waves, then using a shader is by far the best way to go. What specific changes are you trying to implement? It would be much easier to help if we know what you are trying to do specifically.
-
This code is not working anything i did wrong?
I just told you. and
-
This code is not working anything i did wrong?
1. That method triggers on both the client and the server side. You will need to check the side with World#isRemote. 2. Your overriding method does not have the correct signatures (please learn Java before attempting to write a mod).
-
[1.15.2] Deferred Registry Blocks Not Loading - Forge 31.2.0
Have you registered the item form of the blocks?
-
MC crashes after creating armor.
Please post the entire log.
-
[1.16.3] Player moves based on block direction
Hi. You need to add the velocity to the entity, not negate its current velocity (that doesn't make mathematical sense). FACING is a DirectionProperty, which is a blockstate property. It does not contain a value by itself, but rather act as a key to a value stored in the blockstate.
-
CLOSED:How to get Private Value?
That's a really cool idea.
-
Learning minecraft mod code
In that case, I'm afraid you are far from updating the mod. All the "launching of IntelliJ" is going to do is load the Gradle file, which is only used to setup the workspace (and other misc stuff such as building the mod). It won't give an error as long as you have a valid build.gradle. After that, you will still have to actually update the code. I would expect a mod like Witchery to have about 80000+ lines of code, and the majority of those need to be rewritten due to the large update. I would suggest to learn more about Minecraft modding first before tackling on a large project like this.
IPS spam blocked by CleanTalk.