|
|
更快的随机 (Faster Random)Github |相关wiki |源站链接支持: fabric , quilt这个模组重新编写了 Minecraft 的随机数生成系统,采用了一种更快速的替代方案,使随机操作速度提高了**最多**100倍,并在某些情况下使 Minecraft 的部分加载速度更快。
*注意:* 更快的随机 *微调了洞穴的世界生成* 方式(3.0.0+),由于 `ThreadLocalRandom` 和 `L64X128MixRandom` 的某些限制。如果您愿意接受这一点,并为了更快的世界生成和随机逻辑而做出妥协,那么这个模组适合您!
系统要求 (3.0.0+)
- 完全支持 Java 17 新的 `RandomGenerator` 系统的 JVM(例如:[GraalVM](链接 ))。**使用不受支持的 JVM 会导致崩溃**,需要使用更快的随机 1.6.0。
另外,还请查看我的其他性能模组,[Methane.](链接) (为什么这个模组即将超过 Methane?)
Forge?
[**Francium**](链接) 是一个 **非官方** 的 Forge 变种,适用于 **1.16 和 1.18** 版本,它基本上做了和 更快的随机 一样的事情,尽管**没有世界生成优化**。对于 1.20.2 版本和这些世界生成的更改,[**Sinytra Connector**](链接) 应该能够以 \"足够稳定\" 的体验运行该模组。
来自Modrinth所有游戏版本1.191.19.11.19.21.19.31.19.41.201.20.11.20.21.20.31.20.41.20.51.20.61.211.21.11.20.5-pre1所有类型fabricquiltneoforgeFaster Random 5.1.0fasterrandom-5.1.0.jar下载5.1.0#Release# Faster Random 5.1.0Yet another update to Faster Random! This update overhauls the JVM check, thanks to some work from [Steveplays](https://modrinth.com/user/Steveplays).Now, Faster Random will just disable itself (with a logged warning) if the JVM is detected to not support the random generators required. This prevents crashes if your modpack has Faster Random, and is run using a very old/headless JDK.## ChangelogMerged Pull Request [#56](https://github.com/AnOpenSauceDev/FastRandom/pull/56)展开版本: 5.1.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1类型:FabricQuiltRelease下载次数: 1,802,032Faster Random 5.0.1fasterrandom-5.0.1.jar下载5.0.1#Release**A quick fix to Faster Random [5.0.0](https://modrinth.com/mod/faster-random/version/5.0.0)**, which is a **MAJOR** release (read the description).The JDK requirements were a bit too high considering 1.20.6 and below can run too (which don\'t need JDK 21). This caused some issues for some people on older JDKs, and has been fixed with this release.展开版本: 5.0.1支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21类型:FabricQuiltRelease下载次数: 17,874Faster Random 5.0.0fasterrandom-5.0.0.jar下载5.0.0#ReleaseYet another **MAJOR** update to faster random!- Slime chunks will now generate exactly as they would have in vanilla minecraft. Of course, this _will_ break your non-swamp slime farms in Faster Random 4.1.0 and below if you\'re unlucky. Stay on that version if you don\'t want this change.- Merged Pull Request [#53](https://github.com/AnOpenSauceDev/FastRandom/pull/53), which on the user end changes the error pop-up.Of course, if anything seems off, please make an issue on the issue tracker to help out!展开版本: 5.0.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21类型:FabricQuiltRelease下载次数: 357Faster Random 4.1.0fasterrandom-4.1.0.jar下载4.1.0#ReleaseMajor structural changes as a result of [#41.](https://github.com/AnOpenSauceDev/FastRandom/pull/41) Not much is user-facing (aside from a few small changes to the JVM pop-up.) There shouldn\'t be any noticeable changes between 4.0.x and 4.1.0.As a result, Faster Random now:Has a smaller file size (due to removing MixinExtras)Implements CheckedRandom\'s splitters fully.LocalRandom has gone back to using ThreadLocalRandomFaster Random no longer announces it\'s presence due to the main entrypoint being deleted.展开版本: 4.1.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21类型:FabricQuiltRelease下载次数: 91,716Faster Random 4.0.1fasterrandom-4.0.1.jar下载4.0.1#ReleaseRewrote the preLaunch entrypoint to display a warning pop-up for when a JVM refuses to load the random generator used by Faster Random, hopefully confusing people less when they use an outdated JVM and crash.展开版本: 4.0.1支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6类型:FabricQuiltRelease下载次数: 6,609Faster Random 4.0.0fasterrandom-4.0.0.jar下载4.0.0#ReleaseA **Major** change to Faster Random. There will be \\*some\\* visual discrepancies between 3.0.4 and 4.0.0, possibly leaving some features such as trees generated in weird ways at borders between 4.0.0 and 3.0.4 chunks.- Various naming changes- The BetterX workaround has been removed for a proper fix, causing mods like Better Nether and Better End to run better.- Fix behaviour with `nextLong()`, causing feature generation to be 1:1 with Vanilla.- Hopefully stop Quilt from complaining by using an older version.展开版本: 4.0.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5类型:FabricQuiltRelease下载次数: 2,633Faster Random 3.0.4fasterrandom-3.0.4.jar下载3.0.4#Release- Updated mod icon to match the new icon- Support 1.20.5.- Optimized nextSplitter a tiny bit by using the same seed instead of generating a new seed (terrain generation between 3.0.3/3.0.4 is unaffected).展开版本: 3.0.4支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5-pre1类型:FabricQuiltRelease下载次数: 4,678Faster Random 3.0.3 (NeoForge)faster_random_forge-3.0.3.jar下载3.0.3-neoforge#AlphaA version of Faster Random 3.0.3 that works on NeoForge. Regular Forge will crash with this mod.It\'s likely that I will not work on this further, as this is just a result of me messing around with NeoForge out of curiosity.This is **not** a multiloader mod file.展开版本: 3.0.3-neoforge支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:NeoForgeAlpha下载次数: 5,534Faster Random 3.0.3fasterrandom-3.0.3.jar下载3.0.3#ReleaseActually fix issues with Mod Menu, reupload of 3.0.3 to properly fix Mod Menu bugs.展开版本: 3.0.3支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 11,589Faster Random 3.0.2fasterrandom-3.0.2.jar下载3.0.2#ReleaseFixes an issue that caused server crashing with BetterX mods (aka. Better Nether and Better End).Also adds a prelaunch check for JVM compatability that didn\'t make it into 3.0.1.展开版本: 3.0.2支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 5,007Faster Random 3.0.1fasterrandom-3.0.1.jar下载3.0.1#ReleaseLowered Fabric Loader version so Quilt users can play.展开版本: 3.0.1支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 10,326Faster Random 3.0.0fasterrandom-3.0.0.jar下载3.0.0#Release# Faster Random 3.0.0This is a **major** release of Faster Random, based off of PR [#25](https://github.com/AnOpenSauceDev/FastRandom/pull/25). This fixes all the issues present with Faster Random 2.0.0, and some issues from even older versions of Faster Random. Some of the changes are:- Switching to `L64X128MixRandom`, which might result in better performance for some operations.- Fixing a handful of worldgen innacurracy. **Worldgen is now 1:1** (at least with other Faster Random worlds), meaning that seeds work properly with Faster Random- Fixes a handful of bugs present with Faster Random 1.6.0, such as completely random enchantments.- Optimizes a handful of other random events.Note: this will lead to structure generation differences and cave generation inconsistencies on worlds made with Faster Random 2.0.0 and below.展开版本: 3.0.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 2,287Faster Random 2.0.0fasterrandom-2.0.0.jar下载2.0.0#Alpha# Faster Random 2.0.0This is a **major** update to Faster Random.This will create visual differences between caves in Faster Random pre-2.0.0 and 2.0.0.This release is based off of [PR #21](https://github.com/AnOpenSauceDev/FastRandom/pull/21) by Steveplays.Faster Random 2.0.0 should have a boost in performance when generating terrain.**WARNING: THIS RELEASE IS BUGGED, PLEASE USE 1.6.0 UNTIL 2.1.0 RELEASES.**展开版本: 2.0.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltAlpha下载次数: 9,297Faster Random 1.6.0fastrandom-1.6.0.jar下载1.6.0#Release# Faster Random 1.6.0 is here!**Changes:**- Removed unnecessary Fabric API dependency- **Expanded support** for 1.19.x -> 1.20.4 all in one JAR.- Removed unused code- **Improved documentation** in `FastRandom.java`- **Increased MathHelper priority** over other mods (if 1.6 starts behaving weirdly, let me know)- **Greatly reduce** the size of the mod (147.7 KB -> 40.62 KB)This mod release also coincides with the (belated) **1 year anniversary of my mods!** Expect more interesting things in the future to come! <sub>(eventually)</sub>展开版本: 1.6.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 20,181Faster Random 1.5.0fastrandom-1.5.0.jar下载1.5.0#ReleaseUpdate Faster Random to support 1.20.3+展开版本: 1.5.0支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 3,943Faster Random 1.4.2fastrandom-1.4.2.jar下载1.4.2#Releasean emergency hotfix-fix for the now-deleted 1.4.1.I made a really dumb mistake, and 1.4.2 fixes that.展开版本: 1.4.2支持游戏: 1.20, 1.20.1, 1.20.2类型:FabricQuiltRelease下载次数: 15,346Faster Random 1.4fasterrandom-1.4.jar下载1.4#Release...and we\'re back! Sort of... _not really..._- Fixed a handful of bugs in 1.3- Optimized lighting \"flicker\"- 1.20.2 support1.19 might work, but honestly 1.1 is almost the same in terms of features (and is not affected by the mess that was 1.3)展开版本: 1.4支持游戏: 1.20, 1.20.1, 1.20.2类型:FabricQuiltRelease下载次数: 724Faster Random 1.3 - Final Releasefastrandom-1.3.jar下载1.3#Alpha# Faster Random 1.3- fixed 1.2- added archival warningfound out amethyst blocks act funny in this release... but it\'s a dead mod so... go download 1.1 i guess?As of now, Faster Random is now no longer under development. All my other mods will continue to be updated.展开版本: 1.3支持游戏: 1.20类型:FabricQuiltAlpha下载次数: 12,429Faster Random 1.1Fast Random - 1.1.jar下载1.1#Release# Faster Random 1.1- removed boilerplate code- fix a modmenu-related issue by bundling an icon展开版本: 1.1支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 6,518Faster Random 1.0fastrandom-1.0.jar下载1.0#Releasefirst release展开版本: 1.0支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 414全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
更快的随机 |
楼主
2025-8-10 17:42:24
回复(0)
收起回复
|