|
|
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
回复(0)
收起回复
|