{bbname}

搬砖狐 | memd 发表于 2025-8-10 18:23:48

机械交易站 (Mechanical Trading Station)-MOD模组

机械交易站 (Mechanical Trading Station)Github |相关wiki |源站链接支持: forge交易站,支持Create模组。https://i.sodamc.com/modrinth/hFCGuHqyAs.jpg

*特性:*

- 运用旋转动力的动力机械。
- 玉石集成。
- 支持KubeJS(通过基础模组)。
- 提供“机械”交易站类型。

*待定特性:*

- 配置项。
- 沉思场景。
- Google集成。
- 世界内结构。
- 显示链接来源。

KubeJS 6.1 集成

以下是KubeJS 6.1的集成示例:

ServerEvents.recipes(event => {
/**
*event.recipes.tradingStationTrading(Result Item, Input Ingredients[])
*.processingTime(Int)
*.biome(Biome|BiomeTag)
*.exclusiveTo(String)
*.exclusiveTo(String[])
   **/

    // 基本示例
    event.recipes.tradingStationTrading(Item.of(\'minecraft:emerald\', 5),);
    event.recipes.tradingStationTrading(Item.of(\'minecraft:emerald\', 5),).processingTime(100);
    event.recipes.tradingStationTrading(Item.of(\'minecraft:emerald\', 5),).processingTime(100);
    event.recipes.tradingStationTrading(Item.of(\'minecraft:andesite\',2),).processingTime(100);

    // 附魔书结果
    event.recipes.tradingStationTrading(Item.of(\'minecraft:enchanted_book\', \'{StoredEnchantments:[{id:\"power\",lvl:5s}]}\').strongNBT(),).processingTime(100)

    // 带生物群系要求的示例
    event.recipes.tradingStationTrading(Item.of(\'minecraft:diamond_sword\', \'{Enchantments:[{id:\"power\",lvl:5s}]}\').strongNBT(),).processingTime(100).biome(\'#minecraft:is_beach\');
    event.recipes.tradingStationTrading(Item.of(\'minecraft:diamond_sword\', \'{Enchantments:[{id:\"mending\",lvl:1s}]}\').strongNBT(),).processingTime(100).biome(\'minecraft:plains\');

    // 带独占要求(机械)的示例
    event.recipes.tradingStationTrading(Item.of(\'minecraft:diamond_sword\', \'{Enchantments:[{id:\"looting\",lvl:1s}]}\').strongNBT(),).processingTime(100).exclusiveTo(\'mechanical\');
    event.recipes.tradingStationTrading(Item.of(\'minecraft:diamond_sword\', \'{Enchantments:[{id:\"sharpness\",lvl:1s}]}\').strongNBT(),).processingTime(100).exclusiveTo([\'powered\',\'mechanical\']);

})Copy已复制!

来自Modrinth所有游戏版本1.21.11.19.21.19.31.19.4所有类型neoforgeforgeMechanical Trading Station 1.0.3 for mc1.21.1mechanical_trading_station-1.21.1-1.0.3.jar下载1.21.1-1.0.3#Beta- Fixed Item capabilities.展开版本: 1.21.1-1.0.3支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 242Mechanical Trading Station 1.0.2 for mc1.21.1mechanical_trading_station-1.21.1-1.0.2.jar下载1.21.1-1.0.2#Beta- fixed trading_station dependency展开版本: 1.21.1-1.0.2支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 58Mechanical Trading Station 1.0.1 for mc1.21.1mechanical_trading_station-1.21.1-1.0.1.jar下载1.21.1-1.0.1#Beta- ru_ru language by @mpustovoi展开版本: 1.21.1-1.0.1支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 23Mechanical Trading Station 1.0.0 for mc1.21.1mechanical_trading_station-1.21.1-1.0.0.jar下载1.21.1-1.0.0#Beta- Update for MC 1.21.1展开版本: 1.21.1-1.0.0支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 46Mechanical Trading Station 1.19.2-0.0.1.cmechanical_trading_station-1.19.2-0.0.1.c.jar下载1.19.2-0.0.1.c#Release- Kinetic machine, uses rotation to work.- Jade integration.- KubeJS support (via base mod)- Provides `mechanical` trading station type展开版本: 1.19.2-0.0.1.c支持游戏: 1.19.2, 1.19.3, 1.19.4类型:ForgeRelease下载次数: 612全部版本

markdown_parsed

文章类型:收录

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

**** Hidden Message ***** 机械交易站
页: [1]
查看完整版本: 机械交易站 (Mechanical Trading Station)-MOD模组