BasicallyIAmFox
BasicallyIAmFox
### Version Latest 1.4-stable ### OS Windows ### Platform Steam ### This bug affects Gameplay as a Player ### Description  See the squished text? In my opinion, it should...
### Do you intend to personally contribute/program this feature? Yes ### I would like to see this change made to improve my experience with Mod capability as a Modder ###...
### What are the changes to ExampleMod? Example Crystal, those act similarly to Crystal Shards (including spreading and item form) ### Do these changes need additional documentation? Code-wise? Probably yes....
### What is the new feature? Reworked analyzers for tML. - Renamed tModLoader.CodeAssist to tModCodeAssist to fit with the tML branding - Moved tModCodeAssist to the tML repository and added...
### Do you intend to personally contribute/program this feature? Yes ### I would like to see this change made to improve my experience with Mod capability as a Modder ###...
TODO: going to rewrite this ### What is the new feature? Adds a new system for network packets. - New `struct` for packets - Can automatically serialize data in them...
### Do you intend to personally contribute/program this feature? Yes ### I would like to see this change made to improve my experience with Mod capability as a Modder ###...
### Do you intend to personally contribute/program this feature? Yes ### I would like to see this change made to improve my experience with Mod capability as a Modder ###...
### What is the new feature? Reworked analyzers for tML. - Renamed tModLoader.CodeAssist to tModCodeAssist to fit with the tML branding - Moved tModCodeAssist to the tML repository and added...
### What is the new feature? Changes `LocalizationLoader.LoadModTranslations` signature to include `LanguageManager`. ```diff -public static void LoadModTranslations(GameCulture culture) +public static void LoadModTranslations(LanguageManager lang, GameCulture culture) ``` ### Why should this...