


这个mod可以让玩家长按C来🦌,然后生成奶白金,并造成饥饿+10,伤条2.5,孢子+5,毒-20,睡眠+10,短暂麻木遮挡状态条。 🦌的cd为10分钟。
You can remove this section after you've set up your project.
Next steps:
Config.Build.user.props.template file and name it Config.Build.user.props
BepInEx/plugins/BepInEx/plugins/TODO in the whole project to see what you should configure or modifyThis template comes with Thunderstore packaging built-in, using ThunderPipe.
You can build Thunderstore packages by building with release configuration:
dotnet build -c Release -v d
[!NOTE]
You can learn about different build options withdotnet build --help.
-cis short for--configurationand-v dis--verbosity detailed.
The built package will be found at ./artifacts/thunderstore/.
You can directly publish to Thunderstore by including -p:PublishTS=true in the command. See the Config.Build.user.props.template file for configuration instructions.
[!TIP]
Make sure the local package looks fine in./artifacts/thunderstore/first, then publish withdotnet build -c Release -p:PublishTS=true -v dto avoid potential mistakes.