
JamRecipesTomatoCan
这个Mod会为你的果酱机增加番茄罐头食谱,让你的番茄和青苹果拥有提升价值的空间--This mod adds a tomato can recipe to your jam machine, allowing you to increase the value of your tomatoes and green apples.
By Lan
Last updated | a day ago |
Total downloads | 47 |
Total rating | 0 |
Categories | Mods |
Dependency string | Lan-JamRecipesTomatoCan-1.0.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
果酱机食谱:番茄罐头
🔮 中文
✨ 功能说明
背景 在游戏中,很多农作物都可以通过加工的形式提升价值,比如草莓可以通过制成巧克力提高价值,蔓越莓可以通过酿酒升值,糖自身价值很低很低,但是可以通过攀附其他高价值作物实现身价跃升,游戏本身菜谱不多,大部分作物实际上是没有上升通道的。但是奇怪的是,明明番茄有自己的上级产品“番茄罐头”,但是却没办法自己造,这太奇怪了。然后就有了这个Mod,后来我又想到我自己经常吃的蕃茄罐头里面是有苹果汁的,恰好这个游戏冬天结束之前玩家们就能实现青苹果自由,所以制作番茄罐头的配料中应当有苹果。
Mod功能 此Mod修改了果酱机的食谱:
- 增加了番茄罐头食谱,通过:青苹果、糖、番茄,可以制造一箱罐头,罐头的总价值略微高于这些作物的价值总和。
📦 技术细节
- 修改:通过
RecipePaper.__initializeVariables
前置补丁和BlockJamMachine.__initializeVariables
后置补丁实现,前者实现在果酱机的菜单里面展示番茄罐头食谱,后者实现番茄罐头的制作。 - 兼容性:未发现与其他Mod冲突。
🛠️ 安装指南
- 下载
JamRecipesTomatoCan-1.0.0.zip
- 解压至
Old Market Simulator
游戏的根目录
Jam Machine Recipe: Tomato Can
🔮 English
✨ Functional Description
Background In the game, many crops can increase their value through processing. For example, strawberries can be turned into chocolate, cranberries can be fermented into wine, and sugar (despite its inherently low value) can gain value by pairing with high-value crops. However, the game lacks recipes for most crops to achieve such value-added transformations. It is particularly strange that while tomatoes have an official "tomato canned goods" as their processed form, players cannot craft them manually. This mod addresses this gap. Additionally, inspired by real-life tomato canned goods containing apple juice, this mod incorporates green apples into the recipe, taking advantage of players' ability to freely obtain green apples before winter ends in-game.
Mod Features This mod adds a new recipe to the jam machine:
- Tomato Canned Goods Crafted using: green apple, sugar, and tomato. The resulting canned goods have a total value slightly higher than the sum of the individual ingredients' values.
📦 Technical Details
- Implementation
- Recipe Display: Achieved via a pre-patch on
RecipePaper.__initializeVariables
to show the tomato canned goods recipe in the jam machine menu. - Recipe Functionality: Implemented through a post-patch on
BlockJamMachine.__initializeVariables
to enable crafting of the tomato canned goods.
- Recipe Display: Achieved via a pre-patch on
- Compatibility No conflicts detected with other mods.
🛠️ Installation Guide
- Download
JamRecipesTomatoCan-1.0.0.zip
- Extract to the root directory of the
Old Market Simulator
game.