Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/EmakiCooking | Seven World Stations for Immersive Cooking
  • Emaki Cooking 3.3.0

    release16 июня 2026 г.

    Added

    • Cooking script module access through emaki.module("cooking").
    • result.<branch>.outputs/actions recipe result structure.
    • input.amount for chopping board recipes.
    • Updated Web Console registration.

    Fixed

    • Fixed unclear chopping board amount semantics.
    • Fixed custom block station matching consistency.
    • Fixed legacy result output/action field confusion.
    • Fixed Cooking GUI editor old slot fields.

    Refactored

    • Static facade + Bridge API model.
    • Recipe result parsing.
    • Station interaction and runtime item handling.

    Improved

    • Better default recipes.
    • Better item return/drop handling.
    • Better Web Console editing for Cooking configs.
  • Emaki Cooking 3.2.0

    release5 июня 2026 г.

    Cooking v3.2.0 is a cleanup and integration update. It keeps Cooking aligned with the new CoreLib script and runtime model.

    Highlights

    • Cooking script module access through emaki.module("cooking").
    • Cooking-owned script examples.

    Improved

    • Better shared item source display behavior through CoreLib.
    • CoreLib-aligned bStats, runtime dependency handling, and versioned resource notices.
  • Emaki Cooking 3.1.0

    release3 июня 2026 г.

    EmakiCooking v3.1.0

    Workstation text displays, wok stir-fry animation, configurable effects, and Web console support.


    ✨ New Features

    Workstation Text Display

    Cooking stations now support floating text displays above them, providing clear visual feedback on the current processing status. Choose between Bukkit and PacketEvents display backends depending on your server setup.

    Wok Stir-fry Animation

    The wok station now features a stir-fry animation effect, adding visual flair to the cooking process.

    Station Effect System

    A new configurable particle and sound effect system lets you add custom visual and audio feedback during station operation.

    Cooking Animation Improvements

    Cooking animations have been optimized to support arbitrary rotation angles, removing the previous fixed-direction limitation.

    Recipe Completion Conditions

    Cooking recipes now support the core library's recipe completion condition system, enabling post-completion logic and actions.

    Web Console Integration

    EmakiCooking is now accessible through the built-in Web management console, allowing you to edit recipes and configurations directly in your browser.

    🐛 Bug Fixes

    • Fixed ingredient source resolution during recipe matching, which could cause incorrect ingredient consumption.
    • Fixed wok failure output using incorrect item source format.

    ♻️ Improvements

    • All station GUI interfaces have been optimized and updated.
    • Example recipe files have been improved for better clarity and ease of use.
    • Language files have been significantly expanded with translations for all new features.
  • Emaki Cooking 3.0.0

    release11 мая 2026 г.

    EmakiCooking 3.0.0 Release

    This release adds three new cooking stations (Oven, Juicer, Fermentation Barrel), a virtual display entity system, and heat source ignition, significantly expanding cooking gameplay.

    New Features

    • Oven: Temperature-sensitive cooking station. Players control heat by adding fuel; supports perfect bake, normal bake, and burnt results based on temperature management.
    • Juicer: Press-based cooking station. Players press multiple times to extract fluid (measured in ml), then collect with a container. Supports fluid mode and direct output mode.
    • Fermentation Barrel: Long-duration fermentation station. Supports early collection (partial product), normal completion, and over-fermentation (spoiled product). Progress persists across server restarts.
    • Display Entity System: Cooking stations show floating item display entities above them. Three backends: auto, packet_events (virtual entities, no entity ID usage, better performance), bukkit (real ItemDisplay). Configurable view distance and refresh interval.
    • Heat Source Ignition: Wok and steamer support ignite_heat_source to automatically light/extinguish heat source blocks when ingredients are added/removed. Works with CraftEngine, ItemsAdder, and Nexo custom blocks.
    • PAPI Placeholders: %emakicooking_recipe_count% (total recipes) and %emakicooking_recipe_count_<station>% (per-station count).

    Improvements

    • Config and language files auto-merge new keys on upgrade.
    • Fermentation barrel state uses dirty-flag batch persistence to reduce disk IO.
    • All stations auto-drop contents when the block is broken.

    Breaking Changes

    • Station block sources changed from single block_source to list block_item_sources.
    • Tool/spatula/heat source fields unified to *_item_sources list format.
    • Steamer moisture rules renamed from moisture_sources to moisture_rules with updated sub-fields.
    • All recipe input.sourceinput.item_sources (list), result.output.sourceresult.output.item_sources (list).
    • Old built-in recipes removed; each station directory now has example_recipe.yml.

    Upgrade Notes

    • New station GUI templates and recipe directories are auto-created.
    • PacketEvents display backend requires Minecraft 1.19.4+; auto-falls back to Bukkit on older versions.
    • Config version updated to 4.0.0 with new station and display_entities configuration sections.
    • Existing recipes must migrate source fields to item_sources list format — refer to each station's example_recipe.yml.

    View Full Documentation | Join Discord Community | QQ Group

  • Emaki Cooking 2.3.0

    release4 мая 2026 г.

    EmakiCooking 2.3.0 Release

    This release overhauls cooking station interactions and adds PlaceholderAPI support.

    • Added unified station interaction handling for left/right/shift clicks.
    • Added configurable interaction behavior for cooking stations.
    • Improved wok, chopping board, steamer, and grinder runtime flows.
    • Added StoredItemCodec for safer stored item serialization.
    • Improved recipe, item source, numeric, and default value parsing.
    • Added PlaceholderAPI as a soft dependency.
    • Removed deprecated conversion and cleanup language entries.

    Upgrade Notes

    • Review the new config.yml interaction settings.
    • Retest custom stations and recipes after updating.

    View Full Documentation | Join Discord Community | QQ Group

  • Emaki Cooking 2.2.0

    release28 апреля 2026 г.

    EmakiCooking 2.2.0 Dev Update

    This dev update adds ItemsAdder and Nexo custom block station support, and adds CraftEngine custom block event listeners.

    • ItemsAdder custom block stations: CookingBlockMatcher now supports ITEMSADDER source type (itemsadder-namespace:id).
    • Nexo custom block stations: new NEXO source type (nexo-block_id).
    • CraftEngine event listener: new CraftEngineCookingStationListener for CustomBlockInteractEvent and CustomBlockBreakEvent.
    • Soft dependency expansion: ItemsAdder and Nexo added to plugin.yml.
    • Better steamer interaction: empty-hand interaction opens the steamer GUI.
    • Heat source support: blast furnaces are now recognized.
    • Permission cleanup: Cooking permission constants are centralized with no node rename.

    Upgrade Notes

    No upgrade notes.

    View Full Documentation | Join Discord Community | QQ Group

  • EmakiCooking 2.1.0

    release25 апреля 2026 г.

    EmakiCooking 2.1.0

    EmakiCooking 2.1.0 keeps the current world-station cooking model focused around chopping boards, woks, grinders, and steamers. The old conversion command path has been removed, while config and language files now follow the unified version field style used across the newer Emaki suite.

    • Legacy import removal: /ecooking convert old dryrun|apply and the old import service are no longer part of the current runtime.
    • Focused commands: help, reload, and inspect hand remain the current command surface.
    • Unified version fields: default config and language files use version.
    • Current station resources: recipes continue using the current source, output, permission, and action structure.
    • Steamer maintenance: GUI, moisture, fuel, steam rules, and sample resources were kept aligned with the active runtime.
    • Runtime cleanup: settings, rewards, station state storage, utilities, and exception paths were refined.

    Upgrade Notes

    • Use Java 25.
    • Remove old conversion instructions from admin-facing docs.
    • Keep custom config on the version field.
    • Keep item and block sources on the current shorthand syntax.
    • Re-test each station type after upgrading.

    View Full Documentation | Join Discord Community | QQ Group

  • EmakiCooking 2.0.0

    release24 апреля 2026 г.

    The JiuWu's Kitchen project has officially been renamed to EmakiCooking

  • 更新日志 | Change Log V1.4

    release8 марта 2026 г.

    优化 | Optimize

    • 运行更流畅: 减少插件频繁读写文件的次数,降低服务器CPU占用,蒸锅、研磨机等持续运行的设备,在高负载下也能更轻便
      Smoother operation: Reduced the frequency of the plugin reading and writing files frequently, lowered the server CPU usage. Continuously running devices such as steamers and grinders run more lightly even under high load.
    • 适配新版环境: 更新了插件启动/停止的运行逻辑,解决了系统弹出的警告提示,后续也能兼容新版运行环境
      Adaptation to the new version environment: Updated the running logic of plugin startup/stop, resolved the warning prompts popped up by the system, and will be compatible with the new version of the running environment in the future.
    • 操作更稳定: 优化砧板、炒锅、蒸锅等设备的交互体验,减少卡顿或状态出错的情况;道具展示的特效实体也更稳定,不容易出现异常
      More stable operation: Optimized the interactive experience of equipment such as cutting boards, woks, and steamers, reducing stutters or status errors; the special effect entities for item display are also more stable and less prone to abnormalities.
    • 数据更安全: 调整数据保存方式,玩家操作、关闭界面、破坏方块等关键场景会及时保存数据,日常运行时批量保存,既减少服务器负担,又避免数据丢失
      More secure data: Adjusted the data saving method. Data is saved in a timely manner in key scenarios such as player operations, interface closure, and block destruction, and saved in batches during daily operation, which not only reduces server burden but also avoids data loss.

    如果存在无法运行该插件的情况,请下载最新开发版 PySpigot 以获取支持
    If the plugin fails to run, please download the latest development version of PySpigot for support.

  • 更新日志 | Change Log v1.3.13

    release21 февраля 2026 г.

    修复 | Fixed

    • 修复研磨机配置文件中 Setting.Grinder.Drop 选项设为 false 时,研磨机无任何输出的问题
      Fixed the issue where the grinder had no output when the Setting.Grinder.Drop option was set to false in the configuration file.

    新增 | New Added

    • 为炒锅新增 Drop 配置项,用于控制成品是否掉落至指定的机器位置
      Added a Drop configuration item for the wok to control whether the product drops to the specified machine location.
    • 炒锅的 Output、RAW、BURNT 类型均支持配置为 command 选项
      The Output, RAW, and BURNT types of the wok now support configuration as command options.
    • 为蒸锅新增 Drop 配置项,用于控制成品是否掉落至指定的机器位置
      Added a Drop configuration item for the steamer to control whether the product drops to the specified machine location.
    • 蒸锅的 Output 类型支持配置为 command 选项
      The Output type of the steamer now supports configuration as command options.

    调整 | Adjustments

    • command 作为奖励触发时,若未找到指定玩家,将默认选取附近的玩家作为执行对象
      When command is triggered as a reward, if the specified player is not found, it will default to selecting a nearby player as the execution target.
  • 更新日志 | Change Log v1.3.12

    release12 февраля 2026 г.

    修复 | Fixed

    • 修复取下物品/破坏方块后数据残留问题
      Fixed the issue of data residue after taking items/destroying blocks
    • 修复空手右键砧板直接破坏方块问题
      Fixed the issue where right-clicking the cutting board with an empty hand directly destroys the block
    • 修复物品偏移量过大导致无法定位物品问题
      Fixed the issue where excessive item offset leads to inability to locate items

    调整 | Adjusted

    • 砧板/炒锅数据存储新增Input字段 (自动生成,无需手动配置),用于精准计算物品位置
      Added the Input field (automatically generated, no manual configuration required) to the data storage of cutting boards/woks for accurately calculating item positions
    • 重构砧板交互逻辑: 右键取物流程更合理,支持空手/手持物品两种取物场景
      Refactored the interaction logic of the cutting board: the right-click item retrieval process is more reasonable, supporting two item retrieval scenarios (empty hand/holding items)
    • 优化方块破坏时的数据清理逻辑,确保数据100%清理无残留
      Optimized the data cleanup logic when blocks are destroyed to ensure 100% cleanup of data without residue
  • 更新日志 | Change Log v1.3.11

    release29 января 2026 г.

    修复 | Fixed

    • 修复 "蒸锅" 配置文件中 OpenInventory 配置项内 "Slot" 被误写为 "Solt",导致 CHEST 类型 GUI 槽位始终固定为 9 的问题
      Fixed the issue where "Slot" in the OpenInventory configuration key of the "Steamer" configuration file was incorrectly spelled as "Solt", resulting in the CHEST GUI type slot always being 9

    • 修复所有厨具在 v1.3.10 版本更新后,其 Minecraft 命名空间被强制转为全小写的问题
      Fixed the problem that all kitchen utensils' Minecraft namespaces were forced to be lowercase after the v1.3.10 update

    • 修复 "蒸锅" 配置文件中 "HeatControl" 配置项在填写 Minecraft 命名空间物品时强制要求大写的问题,现已支持大小写不敏感匹配
      Fixed the issue where "HeatControl" in the "Steamer" configuration file required forced uppercase when filling in Minecraft namespace items; now case insensitivity is supported

    优化 | Optimized

    • 优化 I/O 操作逻辑,减少文件读取频次
      Optimized I/O operation logic to reduce the frequency of file reads
  • 更新日志 | Change Log v1.3.10

    release28 января 2026 г.

    修复 | Fixed

    • 修复了 "蒸锅" 中 "Moisture" 配置项的默认值遗漏修改问题,该问题源于往期版本更新中,先尝试移除 "minecraft" 命名空间准则后又重新强制加回的操作
      Fixed the issue where the default value of the "Moisture" configuration option in the Steamer was not updated. This problem occurred because the "minecraft" namespace guideline was first attempted to be removed and then forcibly reintroduced in previous version updates.
    Moisture:
      - minecraft WATER_BUCKET & minecraft BUCKET & 120
      - minecraft POTION & minecraft GLASS_BOTTLE & 40
    

    调整 | Adjusted

    • 移除了 "炒锅" 中以 "minecraft" 命名空间为核心的独立大小写兼容机制,现所有厨具的 "minecraft" 命名空间物品ID均忽略大小写限制
      Removed the independent case-sensitive compatibility mechanism centered on the "minecraft" namespace in the Wok. Now, the item IDs under the "minecraft" namespace for all kitchen utensils ignore case restrictions.
  • 更新日志 | Change Log v1.3.9

    release26 января 2026 г.

    修复 | Fixed

    • 修复了炒锅中启用 "碗" 选项时,若使用的自定义物品其原材料也为碗,该操作会被误判为盛取食材的问题
      Fixed the issue where when the "Bowl" option is enabled in the Wok, using a custom item whose ingredient is also a Bowl would be misjudged as an action of scooping ingredients.

    • 修复了炒锅中禁用 "碗" 选项时,空手盛取食材会取出原材料而非成品的问题
      Fixed the issue where when the "Bowl" option is disabled in the Wok, scooping ingredients with bare hands would take out the ingredients instead of the finished product.

  • 更新日志 | Change Log v1.3.8

    release25 января 2026 г.

    修复 | Fixed

    • 修复了当展示实体存在时,所有方块被错误判定为砧板方块的问题
      Fixed the issue where all blocks are incorrectly identified as cutting board blocks when a display entity is present.

    • 修复了炒锅中食材翻炒次数过多时,不会输出烧焦食物的问题
      Fixed the issue where overcooking ingredients in the wok does not produce burnt food.

    调整 | Adjusted

    • 取消了炒锅中 Minecraft 命名空间物品的大小写限制,现在所有物品均可使用
      Removed the case sensitivity restriction for items in the Minecraft namespace in the wok; all items can now be used.
  • 更新日志 | Change Log v1.3.7

    release23 января 2026 г.

    修复 | Fixed

    • 修复了当砧板奖励是Minecraft标识符物品时,不发放物品的问题
      Fixed the issue where the cutting board reward does not grant items when it is a Minecraft identifier item.

    添加 | Added

    • 添加了错误日志,有助于更好地分析错误反馈
      Added some error logs to help with better error analysis.
  • 更新日志 | Change Log v1.3.6

    release21 января 2026 г.

    修复 | Fixed

    • 修复了物品奖励中 CraftEngine 插件物品无法正确生效的问题
      Fixed an issue where CraftEngine plugin items in rewards did not function correctly.

    • 修复了当玩家背包有空位时,物品奖励未进入背包的问题
      Fixed an issue where item rewards were not added to the inventory despite available empty slots.

  • 更新日志 | Change Log v1.3.5

    release17 января 2026 г.

    修复 | Fixed

    • 修复了重载命令对新创建的蒸锅配方无效的问题
      Fixed the issue where overloading commands were ineffective for newly created steamer recipes.
  • 更新日志 | Change Log v1.3.4

    release8 января 2026 г.

    修复 | Fixed

    • 修复了炒锅在烹饪失败后,未能正确输出失败品的问题
      Fixed the issue where the wok failed to correctly output failed dishes after cooking.
  • 更新日志 | Change Log v1.3.3

    release8 января 2026 г.

    新增 | Added

    • 新增了对 NeigeItem 插件的支持,现在使用命名空间 "neigeitems" 便可直接使用相关功能
      Added support for the NeigeItem plugin, now items can be used via the namespace "neigeitems".

    修复 | Fixed

    • 修复了原版命名空间物品在判定是否为工具时无法正确识别的问题
      Fixed an issue where vanilla namespace items could not be correctly identified as tools.
1

Совместимость

Minecraft: Java Edition

Платформы

Сведения

Лицензия:
Опубликован:9 месяцев назад
Обновлён:2 дня назад
ID проекта:
Главная