我的世界"中的无中生有造物主MOD,是一种非常受欢迎的扩展包,它赋予了玩家几乎无限的创造力和改变游戏世界的能力。这个MOD的核心理念在于,通过一系列独特的工具和机制,玩家可以在游戏中实现从无到有的创造过程。
在这个MOD中,最具代表性的工具可能就是"虚空之锤"和"造物框"了。虚空之锤拥有神奇的功能,玩家可以使用它抽取任何实体方块或实体生物,并将其转化为"虚空颗粒"储存起来。而造物框则像是一个神秘的工作坊,玩家可以在其中将这些虚空颗粒重新组合,创造出原本不存在于游戏世界中的新实体、新物品,甚至是全新的生物。
这种从无到有的创造过程,不仅让玩家感受到了前所未有的成就感,也极大地拓展了游戏的可能性和趣味性。例如,玩家可以创造出独特的装饰物品,为自己的城堡增添异国情调;也可以创造出强大的武器和防具,提升自己在冒险中的生存能力;甚至可以尝试创造全新的生态系统,让游戏世界变得更加生动和多元。
此外,"无中生有:造物主"MOD还提供了丰富的定制选项,允许玩家根据自己的喜好和需求来调整创造过程和结果。这种高度的自由度和灵活性,使得每个玩家都能在游戏中找到属于自己的独特体验和乐趣。
总的来说,"无中生有:造物主"MOD是一款充满创意和想象力的扩展包,它让"我的世界"不再仅仅是一个简单的建造游戏,而是成为了一个充满无限可能和惊喜的创造世界。
我的世界 v1.12AI优化改进MOD,由“DarkCow、BuiltBrokenModding、dmodoomsirius、Kolatra”制作,主要进行了,怪物刷新限制调整,调整AI感知距离,控制内存使用量,人工智能导航探路等等,需要的朋友千万不要错过,本站提供我的世界AI优化改进MOD,需要的玩家不要错过哦!
电流特性
Current Features
配置禁用人工智能手表最接近的实体
Config to disable AI Watch Closest Entity
默认情况下,配置将被设置为false,不会执行任何操作。当更改为true时,它将删除一个名为entityaiwatch最近的人工智能段。这个人工智能段处理代码的AIs使用,将它们的头转到附近的实体。视觉上这将引起一些奇怪的问题。但是,对于CPU,这释放了许多由实体引起的使用。
By default the config is set to false and will not do anything. When changed to true it will remove an AI segment called EntityAIWatchClosest. This AI segment handles the coded AIs use to rotate their head towards a nearby entity.Visually this will cause a few odd issues. However, for the CPU this frees up a lot of usage caused by entities.
配置禁用AI看起来是随机的,配置不是默认启用的
Config to disable AI look random, config is not enabled by default
默认情况下,配置将被设置为false,不会执行任何操作。将配置设置为true将导致实体不再使用“看起来空闲”的人工智能代码。这可以提高服务器的性能。当没有做任何重要的事情时,地图上几乎所有的实体都会使用这个。从视觉上看,这可能会导致实体头部不旋转,但大多数情况下都不被注意。
By default the config is set to false and will not do anything. Setting the config to true will cause entities to no longer use the 'look idle' AI code. This can improve performance for servers will large populations. As almost every entity on the map will use this when not doing anything important. Visually this can cause the entities head to not rotate sometimes but mostly goes unnoticed.
配置用更有效的版本替换EntityLookHelper,默认启用配置
Config to replace EntityLookHelper with a more efficient version, config is enabled by default
这是mod的主要特性,可以极大地提高CPU性能,以降低RAM的成本。如何使用MC的look helper代码替换为自定义版本。自定义版本存储了一些数据,使其能够更快地获得位置的角度。用VisualVM的结果进行了一些测试结果显示,AI代码的CPU使用率降低了50%到80%。对于一个有25人的服务器来说,这导致了5到7个tps的增加。
This is the main feature of the mod and can greatly improve CPU performance at a small cost to RAM. How this works is MC's look helper code is replaced with a custom version. The custom version stores some data that makes it faster to get the angle for a location. Threw some testing with VisualVM result have shown a 50% to 80% decrease in CPU usage by the AI code. For a server with 25 people on constantly this resulted in a gain from 5 to 7 tps.
计划的特点
Planned Features
人工智能导航探路者的多线程
Multithreading for AI nav pathfinder
暴徒产卵的限制
Mob spawning restrictions
当没有接近玩家的时候禁用视觉AI代码
Disable Visual AI code when not near players
减少想知道距离
Reduce wondering distance
当不接近球员的时候,减少对距离的怀疑
Reduce wondering distance when not near players
减少Mobs raytrace目标的频率
Reduce how often Mobs raytrace targets
配置控制RAM atan2缓存的使用量
Config to control the amount of RAM atan2 cache uses
将压缩包内的jar文件复制到游戏目录下的Mods文件夹,然后进入游戏加载MOD。(根据版本选择安装1.7.10/1.8.9/1.12)