搜索历史
清空
暂无搜索历史
论坛热搜
1
Jenny — 有趣的模拟女友模组|珍妮模组
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
乌托邦探险之旅3.2
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 230|回复: 0

[模组分享] World Utils (世界工具)-MOD模组

[复制链接]

5021

主题

60

回帖

1万

积分

龙❁妻

Rank: 8Rank: 8

经验
10302 EP
金粒
5181 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:58:22 | 显示全部楼层 |阅读模式
World Utils (世界工具)Github |相关wiki |源站链接支持: forgeWorld Utils(世界工具)是一个用于编辑或修复Minecraft世界的多个命令集合。

World Utils(世界工具)添加了多个命令,用于操作或修复Minecraft世界。其中大部分操作处于区块 NBT 数据级别。

请务必在使用此模组之前,始终确保对世界进行完整备份!

该模组在区块 NBT 数据级别操作,具有潜在的破坏性,使用时应当谨慎。

如需文档,请暂时参阅 CurseForge 上的页面: 链接

我需要重新编写和清理文档。

来自Modrinth所有游戏版本1.12.21.121.12.11.11.21.10.2所有类型forge0.5.0-dev.20210322.174648worldutils-1.12.2-0.5.0-dev.20210322.174648.jar下载0.5.0-dev.20210322.174648#Alpha* Fix the BlockInfo handling/parsing to support NEID* Add a `/worldutils region-restore` command* The command has two modes/options: `check` and `restore`* It can restore chunks from a region file where the header is broken or missing.* However it does assume that the chunks are still properly aligned to 4096 byte sectors.* BlockStats: Disable the \"is chunk not loaded\" check**Original build time:** 2021-03-22 17:47:06 UTC+2展开版本: 0.5.0-dev.20210322.174648支持游戏: 1.12.2类型:ForgeAlpha下载次数: 3,8620.5.0-dev.20181107.034055worldutils-1.12.2-0.5.0-dev.20181107.034055.jar下载0.5.0-dev.20181107.034055#Alpha* Add NotEnoughIDs mod support to the block replacer (untested!!!)* Add a `/worldutils blockremapper` command to remap region files with a `level.dat`* This is intended for example to allow using old worlds as custom dimensions in a new world that has a different block ID map.**Original build time:** 2018-11-07 03:41:10 UTC+2展开版本: 0.5.0-dev.20181107.034055支持游戏: 1.12.2类型:ForgeAlpha下载次数: 800.5.0-dev.20180825.232008worldutils-1.12.2-0.5.0-dev.20180825.232008.jar下载0.5.0-dev.20180825.232008#Alpha* Fix the entity duplicate remover using the wrong world in the \"external world\" mode**Original build time:** 2018-08-25 23:20:21 UTC+3展开版本: 0.5.0-dev.20180825.232008支持游戏: 1.12.2类型:ForgeAlpha下载次数: 810.5.0-dev.20180821.184927worldutils-1.12.2-0.5.0-dev.20180821.184927.jar下载0.5.0-dev.20180821.184927#Alpha* Add more/better exception handling to chunk data handler methods. Fixes GH #6.* Add command variants to process \"external worlds\" into the `entities` sub-command* Add clickable chat links to output dump file names**Original build time:** 2018-08-21 18:49:41 UTC+3展开版本: 0.5.0-dev.20180821.184927支持游戏: 1.12.2类型:ForgeAlpha下载次数: 680.5.0-dev.20180315.015700worldutils-1.12.2-0.5.0-dev.20180315.015700.jar下载0.5.0-dev.20180315.015700#Alpha* Add a `blockstats` command (still partially incomplete)**Original build time:** 2018-03-15 01:57:11 UTC+2展开版本: 0.5.0-dev.20180315.015700支持游戏: 1.12.2类型:ForgeAlpha下载次数: 600.4.2worldutils-1.12.2-0.4.2.jar下载0.4.2#Beta* **IMPORTANT FIX:** Fixed the `setblock` command using an incorrect chunk location for the chunk data stream* Added an `inspectblock` command to look at block and TileEntity NBT data that is currently saved in the chunk data on disk**Original build time:** 2017-09-22 22:04:16 UTC+3展开版本: 0.4.2支持游戏: 1.12, 1.12.1, 1.12.2类型:ForgeBeta下载次数: 2,4340.4.1worldutils-1.12.2-0.4.1.jar下载0.4.1#Alpha* **WARNING: DO NOT USE THE `setblock` COMMAND IN THIS VERSION!*** It uses an incorrect location for the Chunk data stream! It has been fixed in version 0.4.2* Fixed that the new `setblock` command didn\'t remove old TileEntity data**Original build time:** 2017-09-22 15:00:33 UTC+3展开版本: 0.4.1支持游戏: 1.12, 1.12.1, 1.12.2类型:ForgeAlpha下载次数: 920.4.0worldutils-1.12.2-0.4.0.jar下载0.4.0#Alpha* **WARNING: DO NOT USE THE `setblock` COMMAND IN THIS VERSION!***  It uses an incorrect location for the Chunk data stream! It has been fixed in version 0.4.2* Print the removed entries to the logger/console in the `registry remove-missing-blocks` command* Added a `/worldutils setblock` command that (only) works in unloaded chunks* Built against Forge `2489` (compared to the 0.3.2 release, this fixes the crash on game start due to the Forge registry changes a while back)* Signed the JAR**Original build time:** 2017-09-22 14:17:57 UTC+3展开版本: 0.4.0支持游戏: 1.12, 1.12.1, 1.12.2类型:ForgeAlpha下载次数: 630.3.2worldutils-1.12.0-0.3.2.jar下载0.3.2#Beta* Fix Chunk Wand model registration and clean up the item registration a bit**Original build time:** 2017-06-25 20:30:18 UTC+3展开版本: 0.3.2支持游戏: 1.12类型:ForgeBeta下载次数: 780.3.1worldutils-1.12.0-0.3.1.jar下载0.3.1#Beta* Updated to Forge `2348+` and the new Forge registry things**Original build time:** 2017-06-25 00:06:54 UTC+3展开版本: 0.3.1支持游戏: 1.12类型:ForgeBeta下载次数: 790.3.0worldutils-1.12.0-0.3.0.jar下载0.3.0#Beta* Update to MC 1.12 (from `1.11.2-0.3.0`)**Original build time:** 2017-06-14 13:04:07 UTC+3展开版本: 0.3.0支持游戏: 1.12类型:ForgeBeta下载次数: 670.3.0worldutils-1.11.2-0.3.0.jar下载0.3.0#Beta* **Fix a rather serious bug in the block replace code*** Technical: The `Add` nibble array was not removed from the chunk data when it became unnecessary (and it doesn\'t get updated in such cases), which could cause the replaced blocks\' IDs to get shuffled, depending on what blocks are in the same chunks with the replaced blocks (i.e. whether the `Add` array became unnecessary due to the replace operation, or not).* Add a command to run commands from files* Add block replace sub-commands to add removed blocks (all or from a mod) to the list**Original build time:** 2017-06-14 13:07:38 UTC+3展开版本: 0.3.0支持游戏: 1.11.2类型:ForgeBeta下载次数: 940.2.1worldutils-1.11.2-0.2.1.jar下载0.2.1#Beta* Fix modifier keys getting stuck if opening a GUI while sneaking* Fix a missed empty ItemStack change* Only register the input/GUI event handlers if the Chunk Wand is enabled**Original build time:** 2017-05-16 21:31:09 UTC+3展开版本: 0.2.1支持游戏: 1.11.2类型:ForgeBeta下载次数: 660.2.0worldutils-1.11.2-0.2.0.jar下载0.2.0#Beta* Update to MC 1.11.2 (from `1.10.2-0.2.2`)**Original build time:** 2017-03-03 16:21:02 UTC+2展开版本: 0.2.0支持游戏: 1.11.2类型:ForgeBeta下载次数: 760.3.1worldutils-1.10.2-0.3.1.jar下载0.3.1#Beta* Fixed the `add-all-removed-blocks*` operations being broken in the `blockreplace` command, due to a Forge bug in 1.10.2**Original build time:** 2017-09-01 14:17:25 UTC+3展开版本: 0.3.1支持游戏: 1.10.2类型:ForgeBeta下载次数: 910.3.0worldutils-1.10.2-0.3.0.jar下载0.3.0#Beta* **Fix a rather serious bug in the block replace code*** Technical: The `Add` nibble array was not removed from the chunk data when it became unnecessary (and it doesn\'t get updated in such cases), which could cause the replaced blocks\' IDs to get shuffled, depending on what blocks are in the same chunks with the replaced blocks (i.e. whether the `Add` array became unnecessary due to the replace operation, or not).* Some Chunk Wand HUD improvements* Fix modifier keys getting stuck* Add a command to run commands from files* Add block replace sub-commands to add removed blocks (all or from a mod) to the list**Original build time:** 2017-06-14 13:04:30 UTC+3展开版本: 0.3.0支持游戏: 1.10.2类型:ForgeBeta下载次数: 640.2.2worldutils-1.10.2-0.2.2.jar下载0.2.2#Beta* Fix a missing task-already-running check in the `tileticks` command* Fix some command usage help strings* Move from reflection to MethodHandles, and cache reflected fields**Original build time:** 2017-03-03 16:30:57 UTC+2展开版本: 0.2.2支持游戏: 1.10.2类型:ForgeBeta下载次数: 630.2.1worldutils-1.10.2-0.2.1.jar下载0.2.1#Beta* Fix not checking for valid dimension when getting the save directory**Original build time:** 2017-02-17 10:48:33 UTC+2展开版本: 0.2.1支持游戏: 1.10.2类型:ForgeBeta下载次数: 600.2.0worldutils-1.10.2-0.2.0.jar下载0.2.0#Beta* Added `blockreplace` and `blockreplacepairs` commands to mass-replace blocks in the entire world* Added commands to remove or rename entities and tileentities* Added a block registry dump command (similar to TellMe, but has a column \'Missing\' indicating whether the block currently exists or is a placeholder dummy air block added by Forge)* Added a block registry clean-up command (removes non-existing/dummy block registry entries from a `level.dat` file placed inside the `config/worldutils/` directory)* Added a task scheduler - all commands now use it instead of running in one go* Added a `Set Biome` mode to the Chunk Wand**Original build time:** 2017-02-16 17:21:56 UTC+2展开版本: 0.2.0支持游戏: 1.10.2类型:ForgeBeta下载次数: 770.1.0-alpha.3worldutils-1.10.2-0.1.0-alpha.3.jar下载0.1.0-alpha.3#Alpha* Fix the `tileticks` command failing due to a Forge bug* Fix forgotten mod renaming related localization issues with the Chunk Wand item**Original build time:** 2016-12-04 02:21:46 UTC+2展开版本: 0.1.0-alpha.3支持游戏: 1.10.2类型:ForgeAlpha下载次数: 590.1.0-alpha.2worldutils-1.10.2-0.1.0-alpha.2.jar下载0.1.0-alpha.2#Alpha* Fix getting the wrong region in certain cases in the `tileticks` removal command, which could cause some ticks to not get removed* Add `tileticks find-invalid` and `tileticks remove-invalid` command variants**Original build time:** 2016-12-03 12:10:27 UTC+2展开版本: 0.1.0-alpha.2支持游戏: 1.10.2类型:ForgeAlpha下载次数: 320.1.0-alpha.1worldutils-1.10.2-0.1.0-alpha.1.jar下载0.1.0-alpha.1#Alpha* Initial release (renamed to World Utils)* Currently has two (sub-)commands: `entities` and `tileticks` and the `Chunk Wand` item**Original build time:** 2016-11-28 04:02:26 UTC+2展开版本: 0.1.0-alpha.1支持游戏: 1.10.2类型:ForgeAlpha下载次数: 240.0.0-dev.20161128.013611worldtools-1.10.2-0.0.0-dev.20161128.013611.jar下载0.0.0-dev.20161128.013611#Alpha* Unknown state early pre-alpha* **Not recommended to be used for anything****Original build time:** 2016-11-28 01:36:17 UTC+2展开版本: 0.0.0-dev.20161128.013611支持游戏: 1.10.2类型:ForgeAlpha下载次数: 320.0.0-dev.2016.10.31.20.48.58worldtools-1.10.2-0.0.0-dev.2016.10.31.20.48.58.jar下载0.0.0-dev.2016.10.31.20.48.58#Alpha* Unknown state early pre-alpha release* **Not recommended to be used for anything****Original build time:** 2016-10-31 20:49:21 UTC+2展开版本: 0.0.0-dev.2016.10.31.20.48.58支持游戏: 1.10.2类型:ForgeAlpha下载次数: 36全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
World Utils
楼主 2025-8-10 19:58:22 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2026-3-11 00:25 , Processed in 0.199690 second(s), 148 queries .

快速回复 返回顶部 返回列表