-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By diesieben07 · Posted
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.18.1/1.18.2 (Latest) and 1.16.5 (LTS). -
By diesieben07 · Posted
The field is called friction in Mojang names. -
By diesieben07 · Posted
Do not create a new Random instance every time. You might want to consider using Iterables.get instead of copying into a list every time. -
By diesieben07 · Posted
Particles are not entities. Particles are also entirely client side and controlled by the graphics options. If the user disables particles in the options you will not be able to detect them (because they do not exist). The game will also simply despawn old particles if there are too many. That said, you can get all particles from ParticleManager#particles (it is a private field, so you need reflection to access it). -
By diesieben07 · Posted
If you set up an environment for working on Forge itself, you will see both "clean" (i.e. not patched by Forge) and patched code. However I would also ask why you need this. No idea where you got this from.
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.