搜索历史
清空
暂无搜索历史
论坛热搜
1
【MC整合包发布】乌托邦探险之旅3.2
热
3
[1.6.4]上古老物 冒险者传说 by WhiteSword
新
5
[转载]洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
[1.12.2]Jenny — 有趣的模拟女友模组|珍妮模组
热
4
幻虚斗罗V1.5[炫酷魂环][高级魂技][全模型贴图覆盖][超吸金]
6
[1.7.10] [HQM] [Mercury landing]水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 54|回复: 0

[模组分享] 破坏之厂 (Workshops of Doom)-MOD模组

[复制链接]

5554

主题

25

回帖

7598

积分

龙❁妻

Rank: 8Rank: 8

经验
7598 EP
金粒
1979 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:58:04 | 显示全部楼层 |阅读模式
破坏之厂 (Workshops of Doom)Github |相关wiki |源站链接支持: forge , neoforge添加了额外的恶棍主题结构

*破坏之厂* 模组将迷宫师们占领了圣诞老人的工坊,但他们所制造的并非玩具,而是毁灭。



他们还开始在其他地区搜刮自然资源。

https://cdn.modrinth.com/data/Vyic2t6w/images/13f761827ffa112eebd5614bf522fdcd785d33db.png]

破坏之厂模组添加了以下结构:

- 采石场结构在平原和沙漠中生成。
- 矿山结构在恶地和山区中生成。
- 工坊结构在冰冻生物群系中生成。

请注意,矿山和工坊相当大,遇到时可能需要几秒钟来生成。服务器管理员可以通过使用“/locate”定位结构并“/tp”到指定位置来预先生成它们。

截图:

https://i.sodamc.com/modrinth/TYxdRJP6B3.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/3Bm6japRwD.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/qxnWLonaWT.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/Fgjv1pYUt8.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/0ryXFLu6Kn.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/058VlXVMAw.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/rr35M84QPi.jpg?x-oss-process=style/forge2]

来自Modrinth所有游戏版本1.20.1所有类型forgeneoforgeWorkshops of Doom 4.0.0.1workshopsofdoom-1.20.1-4.0.0.1.jar下载4.0.0.1#Release## 1.20.1-4.0.0.1* Bump looot dependency to 1.2.0.4 to fix infinite loop bug in pillager outpost chests## 1.20.1-4.0.0.0* Updated to 1.20.1 (requires forge build 47.1.0 or higher)* Looot is now bundled with Workshops of Doom via jar-in-jar, it is no longer required to be installed separately## 1.19.2-3.0.0.0* Updated to 1.19.2 (requires forge build 43.1.28 or higher)* No longer requires the Structure Spawn Loader mod* Removed datapack apis for adding structures to overworld biomes as this can be done with vanilla datapack apis now* Added biome tags defining which biomes structures can spawn in (which biomes the structures spawn in have changed due to this)* workshopsofdoom:has_badlands_mines, defaulting to #minecraft:is_badlands* workshopsofdoom:has_desert_quarry, defaulting to #forge:is_desert* workshopsofdoom:has_mountain_mines, defaulting to #forge:is_mountain and #minecraft:is_hill* workshopsofdoom:has_plains_quarry, defaulting to #forge:is_plains* workshopsofdoom:has_workshop, defaulting to snowy plains and ice spikes* Added structure tags* workshopsofdoom:excavations (containing workshopsofdoom:mines and workshopsofdoom:quarries)* workshopsofdoom:mines* workshopsofdoom:quarries* workshopsofdoom:workshops* Maps to mines and quarries that can be found in pillager outposts now point to a structure from the workshopsofdoom:excavations tag instead of randomly choosing one of the four quarry/mine structures specifically## 1.18.1-2.1.0.2* Rails in mines and quarries will now always generate with a firm foundation instead of hanging in midair sometimes* This should reduce the lag or indefinite hangs that result from hundreds of rails breaking at once* Be mindful that this may cause strangeness if partially-generated structures finish generating after updating to this update, or if chunks containing old structures are regenerated## 1.18.1-2.1.0.1* fixed another crash on world load (due to apache Lists ClassNotFoundException)## 1.18.1-2.1.0.0* Fix crash on world load## 1.18.1-2.0.0.0* Workshops of Doom now depends on Structure Spawn Loader https://www.curseforge.com/minecraft/mc-mods/structure-spawn-loader* Substantially refactored configuration, everything that was previously in forge configs is now defined via jsons* Mob spawn lists for structures are now defined via Structure Spawn Loader jsons* Structure size and start pools are now defined in json in the data/workshopsofdoom/worldgen/configured_structure_feature datapack folder, ala vanilla datapacks* -- These use the same data format as vanilla village structures, except that size is not capped at 7* The manner in which structures are added is defined in jsons in the data/workshopsofdoom/worldgen/workshopsofdoom/configured_noise_settings_modifier datapack folder* -- This feature is very experimental, documentation and format is still WIP. These features may be moved into a separate library in the future.* -- Structures\' spacing values are defined here* -- Which biomes the structures spawn in are also defined here, there are currently three ways to define biomes* -- -- `\"type\": \"workshopsofdoom:biomes\", \"biomes\": []` to specify a list of biome IDs the structure can spawn in* -- -- `\"type\": \"workshopsofdoom:category\", \"categories\": [\"some_biome_category\"]` specifies zero or more vanilla biome categories, e.g. \"icy\"* -- -- `\"type\": \"workshopsofdoom:biome_type\", \"biome_type\": \"SOME_BIOME_TYPE\"` specifies a forge biome dictionary type (in all caps), e.g. \"MOUNTAIN\"* -- By default, which dimensions Workshops of Doom\'s structures are added to are specified in data/workshopsofdoom/tags/dimensions/spawn_workshopsofdoom_structures.json (the noise settings modifier jsons refer to this tag)* Changed default quarry spacing from 32/12 to 24/10 (made more frequent)* Mountain mines now spawn in biomes categorized as \"mountain\" (in addition to \"extreme_hills\"), including the new mountain biomes* Enabled village-style terraforming for all Workshops of Doom structures. This should make structures less strange when they generate on hilly or slopey terrain but may make them stranger in other ways.* Rebalanced and reworked mob spawning* Pillagers and excavators can now spawn in the entire encapsulating bounding box of Workshops of Doom structures (previously they only spawned within individual pieces\' bounding boxes, similar to nether fortresses)* Vanilla mobs can now spawn within the area of quarries and mines, though at a lower rate than pillagers and excavators* (The biome spawn lists are still overridden, so mods or datapacks must add Structure Spawn Loader entries for workshops of doom structures to allow other mods\' mobs to spawn within Workshops of Doom structures)* Reduced the amount of persistant mobs spawned when workshops are first generated -- half as many vindicators and pillagers are generated, excavators are spawned at about 1/4 the former rate* Workshops now override the biome spawn lists, allowing pillagers and excavators to randomly spawn in addition to standard mobs (see two points above for ramifications re: other mods\' mobs)* Substantially optimized structure generation for Workshops of Doom structures* Increased generation depth of Workshops of Doom structures* Added copper ore and ingots to loot tables* Loot tables that roll ingots and gems will now generate vanilla items by default instead of anything with the same forge tag (datapacks and mods can still add items to these loot tables by adding items to the loot tags)* Reduced the spawn rate of minecarts, increased the chance of them spawning with a chest* Pillager Outpost chests now have a map to a random mine or quarry* Overseer\'s Sheds in mines and quarries now have a map to a workshop展开版本: 4.0.0.1支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 1,427Workshops of Doom 4.0.0.0workshopsofdoom-1.20.1-4.0.0.0.jar下载4.0.0.0#Release## 1.20.1-4.0.0.0* Updated to 1.20.1 (requires forge build 47.1.0 or higher)* Looot is now bundled with Workshops of Doom via jar-in-jar, it is no longer required to be installed separately## 1.19.2-3.0.0.0* Updated to 1.19.2 (requires forge build 43.1.28 or higher)* No longer requires the Structure Spawn Loader mod* Removed datapack apis for adding structures to overworld biomes as this can be done with vanilla datapack apis now* Added biome tags defining which biomes structures can spawn in (which biomes the structures spawn in have changed due to this)* workshopsofdoom:has_badlands_mines, defaulting to #minecraft:is_badlands* workshopsofdoom:has_desert_quarry, defaulting to #forge:is_desert* workshopsofdoom:has_mountain_mines, defaulting to #forge:is_mountain and #minecraft:is_hill* workshopsofdoom:has_plains_quarry, defaulting to #forge:is_plains* workshopsofdoom:has_workshop, defaulting to snowy plains and ice spikes* Added structure tags* workshopsofdoom:excavations (containing workshopsofdoom:mines and workshopsofdoom:quarries)* workshopsofdoom:mines* workshopsofdoom:quarries* workshopsofdoom:workshops* Maps to mines and quarries that can be found in pillager outposts now point to a structure from the workshopsofdoom:excavations tag instead of randomly choosing one of the four quarry/mine structures specifically## 1.18.1-2.1.0.2* Rails in mines and quarries will now always generate with a firm foundation instead of hanging in midair sometimes* This should reduce the lag or indefinite hangs that result from hundreds of rails breaking at once* Be mindful that this may cause strangeness if partially-generated structures finish generating after updating to this update, or if chunks containing old structures are regenerated## 1.18.1-2.1.0.1* fixed another crash on world load (due to apache Lists ClassNotFoundException)## 1.18.1-2.1.0.0* Fix crash on world load## 1.18.1-2.0.0.0* Workshops of Doom now depends on Structure Spawn Loader https://www.curseforge.com/minecraft/mc-mods/structure-spawn-loader* Substantially refactored configuration, everything that was previously in forge configs is now defined via jsons* Mob spawn lists for structures are now defined via Structure Spawn Loader jsons* Structure size and start pools are now defined in json in the data/workshopsofdoom/worldgen/configured_structure_feature datapack folder, ala vanilla datapacks* -- These use the same data format as vanilla village structures, except that size is not capped at 7* The manner in which structures are added is defined in jsons in the data/workshopsofdoom/worldgen/workshopsofdoom/configured_noise_settings_modifier datapack folder* -- This feature is very experimental, documentation and format is still WIP. These features may be moved into a separate library in the future.* -- Structures\' spacing values are defined here* -- Which biomes the structures spawn in are also defined here, there are currently three ways to define biomes* -- -- `\"type\": \"workshopsofdoom:biomes\", \"biomes\": []` to specify a list of biome IDs the structure can spawn in* -- -- `\"type\": \"workshopsofdoom:category\", \"categories\": [\"some_biome_category\"]` specifies zero or more vanilla biome categories, e.g. \"icy\"* -- -- `\"type\": \"workshopsofdoom:biome_type\", \"biome_type\": \"SOME_BIOME_TYPE\"` specifies a forge biome dictionary type (in all caps), e.g. \"MOUNTAIN\"* -- By default, which dimensions Workshops of Doom\'s structures are added to are specified in data/workshopsofdoom/tags/dimensions/spawn_workshopsofdoom_structures.json (the noise settings modifier jsons refer to this tag)* Changed default quarry spacing from 32/12 to 24/10 (made more frequent)* Mountain mines now spawn in biomes categorized as \"mountain\" (in addition to \"extreme_hills\"), including the new mountain biomes* Enabled village-style terraforming for all Workshops of Doom structures. This should make structures less strange when they generate on hilly or slopey terrain but may make them stranger in other ways.* Rebalanced and reworked mob spawning* Pillagers and excavators can now spawn in the entire encapsulating bounding box of Workshops of Doom structures (previously they only spawned within individual pieces\' bounding boxes, similar to nether fortresses)* Vanilla mobs can now spawn within the area of quarries and mines, though at a lower rate than pillagers and excavators* (The biome spawn lists are still overridden, so mods or datapacks must add Structure Spawn Loader entries for workshops of doom structures to allow other mods\' mobs to spawn within Workshops of Doom structures)* Reduced the amount of persistant mobs spawned when workshops are first generated -- half as many vindicators and pillagers are generated, excavators are spawned at about 1/4 the former rate* Workshops now override the biome spawn lists, allowing pillagers and excavators to randomly spawn in addition to standard mobs (see two points above for ramifications re: other mods\' mobs)* Substantially optimized structure generation for Workshops of Doom structures* Increased generation depth of Workshops of Doom structures* Added copper ore and ingots to loot tables* Loot tables that roll ingots and gems will now generate vanilla items by default instead of anything with the same forge tag (datapacks and mods can still add items to these loot tables by adding items to the loot tags)* Reduced the spawn rate of minecarts, increased the chance of them spawning with a chest* Pillager Outpost chests now have a map to a random mine or quarry* Overseer\'s Sheds in mines and quarries now have a map to a workshop展开版本: 4.0.0.0支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 100全部版本

markdown_parsed

文章类型:收录

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

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

使用道具 举报

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

本版积分规则



介绍

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

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

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

官方

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

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

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

新会员

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

GMT+8, 2025-9-25 10:31 , Processed in 0.423185 second(s), 53 queries .

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