Custom Suspicious Stew

Quick rating

Custom Suspicious Stew

No reviews yet

You can make the custom suspicious stew with config

Food & Culinary
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
CustomSuspiciousStew 1.0 MC1.18.2-fabric
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Custom Suspicious Stew

you can add your custom suspicious stew by edit config file.

你可以编辑配置文件来添加自定义的炖菜。


if you have version isolation, you should find the following path:

如果你开启了版本隔离,那么你应该寻找以下路径:

.minecraft/versions/<your version\>/config/customsuspiciousstew.json


if you don't have version isolation, you should find the following path:

如果你没有开启版本隔离,那么你应该寻找以下路径:

.minecraft/config/customsuspiciousstew.json


the config file format is like this:

配置文件格式如下:

[
  {
    "raw": "minecraft:diamond_block",
    "effectId": "minecraft:jump_boost",
    "duration": 10000
  }
]

as you can see, the config file is a json array, and each item in the array is a json object, which represents a custom stew.

如你所见,配置文件是一个json数组,数组中的每个元素都是json对象,而一个json对象指代一种自定义的炖菜。

you also can add more than one custom stew in the config file, like this:

你也可以在配置文件中添加多个自定义炖菜,如下所示:

[
  {
    "raw": "minecraft:diamond_block",
    "effectId": "minecraft:jump_boost",
    "duration": 10000
  },
  {
    "raw": "minecraft:gold_block",
    "effectId": "minecraft:speed",
    "duration": 10000
  }
]

every json object has three properties:

而每个json对象都有三个属性:

  • raw: the input item for the custom stew, like various types of flowers in vanilla minecraft, you also can use other mod provided items.

  • effectId: the effect name of the custom stew, like "minecraft:jump_boost" for jump boost, you also can use other mod provided effects.

  • duration: the duration of the effect, in ticks (1 second = 20 ticks, 1 minute = 1200 ticks).

  • raw: 自定义炖菜的输入物品,比如原版 Minecraft 中的各种花朵,你也可以使用其他模组提供的物品。

  • effectId: 自定义炖菜的效果名称,比如 "minecraft:jump_boost" 代表跳跃提升,你也可以使用其他模组提供的效果。

  • duration: 效果持续时间,以 ticks 为单位(1 秒 = 20 ticks,1 分钟 = 1200 ticks)。


Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works