your current location:首页 > news>U (Francium) Minecraft

U (Francium) Minecraft

2024-12-15 02:17:17|Myriagame |source:minecraft skins

Francium

Francium is a optimized MOD of Forge. It replaced some common Random fields in the Mojang code with ThreadLocalRandom, which is far ahead in concurrent calling, improved performance and improved frame numbers.

The inspiration of this module comes from the FASTER RANDOM (Faster Random = FR = FR = FRANCIUM), but it will not change the huge differences between the world generation or cause the original version in some random number generation, and the implementation of Francium is more underlying than the Faster RandomEssence

ThreadLocalRandom has a attribute: its SetSeed method is an unsupported operation (calling the collapse of UNUpportedOperationException); therefore, as long as a Random field is not called SetSEED, Francium can replace it with ThreadLocalrando m.

1.19.2-1.20.1?

Not now.

After 1.19.2, Mojang modified most of the random generation from Random of Java itself to a custom RandomSource class.

If Francium wants to support a higher version, it may only simply replace the method of the Random field in the specific class (just like Faster Random, and this replacement cannot guarantee the consistency of the random number of the original version.As a result, the difference between various and the original version is not what Francium wants to see), but it cannot be optimized as effective as 1.16.5 and 1.18.2.

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.