Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Amo

Uploaded by

srn1109

Virus scan

Safe to use

About this mod

日系季节建筑的温室补充(实际上它来自mod原本的图像,我只是剪切并重新命名)

Requirements
Permissions and credits
Seasonal Japanese Buildings 的温室(GreenHouse)补充(实际上它来自mod原本的图像,我只是剪切并重新命名)


drop the images into the assets

You also need to add the code into the content

                       {
                                "Action":"Load",
                                "Target":"Buildings/Greenhouse",
                                "FromFile":"assets/Greenhouse_{{season}}.png",
                       },


  • 1.5的姜岛方尖碑(Island Obelisk)暂时无法添加,因为我不会绘制、也不具备富有审美的创造力,抱歉(也许你可以期待沙漠方尖碑的作者!)

  • 升级的小屋(Big Shed)只需将小屋(Shed)的文件复制并重新命名为Big Shed_{{season}},并如上文一样添加代码

                        {
                                "Action": "Load",
                                "Target": "Buildings/Big Shed",
                                "FromFile": "assets/Big Shed_{{season}}.png",
                       },