作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
平台: forge neoforge
标签: food library utility
Dietary Delights extends and refines the functionality of LuaDotExe's "We Have the Meats" by expanding compatibility between the Origins mod and a comprehensive list of other food-related mods. This pack introduces detailed item tags for various diets, facilitating the creation of unique Origin traits based on dietary preferences and restrictions.
This pack is designed primarily for developers looking to enhance or create custom Origins with specific dietary needs. It is also beneficial for those in the modding community looking to standardize dietary tags across various mods.
Dietary Delights works with the following mods:
To apply a specific dietary tag, such as Pescatarian, use the following JSON structure:
"item_condition": {
"type": "origins:ingredient",
"ingredient": {
"tag": "origins:pescatarian"
}
}
This setup ensures that the Origin can utilize only items tagged as Pescatarian.
For Origins designed to consume any type of meat, the simplified origins:meat tag can be utilized:
"item_condition": {
"type": "origins:meat"
}
This configuration allows the Origin to use any item classified under the expanded Meat category.
The organic tag has been broadly defined to encompass all possible items from supported mods plus vanilla foods, aligning with the literal definition of "organic" in a non-chemical context in Minecraft.
请登录后举报
暂无评论,抢个沙发吧~