tModLoader / tModLoader-Discord-Bot

A Discord bot written in C# using Discord.Net to serve the tModLoader server. Uses .NET Core 2.0+
https://tmodloader.net/
Apache License 2.0
13 stars 9 forks source link

Add dev command prompt for #preview-update-logs #33

Open Jofairden opened 2 years ago

Jofairden commented 2 years ago

TODO

Example format

`{PR NAME}`
by **{PERSON}** has been merged.
**Pull Request:** <https://github.com/tModLoader/tModLoader/pull/####>
**Arrives in Preview**: `Available now.`
**Arrives in Stable**: <t:1654041600:f>
**Breakage**: :green_circle: - **None**
**Breakage**: :yellow_circle: - **Low**
**Breakage**: :orange_circle: - **Medium**
**Breakage**: :red_circle: - **High**

**Short Summary**:
> • 
> • 
> • 

**Porting Notes**:
{Code Block}
[h3][b][url=https://github.com/tModLoader/tModLoader/pull/1738]Recipe Ordering[/url][/b] by [b]Ishigh[/b][/h3]
[b]Porting Notes:[/b] [url=https://discord.com/channels/103110554649894912/928283223077830686/977375753723330602]#preview-update-log in Discord[/url]
[b]Summary:[/b]
[quote]• Added methods to allow control of ordering for recipes, for example keeping modded wood with vanilla wood.
• All mods that call [i]Recipe.Register()[/i] or [i]RemoveRecipes[/i] will need to be updated and/or rebuilt.
[/quote]