BasicallyIAmFox

Results 14 issues of BasicallyIAmFox

### Version Latest 1.4-stable ### OS Windows ### Platform Steam ### This bug affects Gameplay as a Player ### Description ![image](https://user-images.githubusercontent.com/65787578/178655102-c4528609-b420-4322-8efe-511c7df67b06.png) See the squished text? In my opinion, it should...

Type: Bug
NEW ISSUE
Requestor-Player

### 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 ###...

Requestor-Modders
Type: Change/Feature Request
NEW ISSUE

### 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....

Safe to Test
Benefit - Low
Complexity - Low
Resources - ExampleMod

### 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 ###...

Requestor-Modders
Type: Change/Feature Request
NEW ISSUE

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 ###...

Requestor-Modders
Type: Change/Feature Request
NEW ISSUE

### 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 ###...

Requestor-Modders
Type: Change/Feature Request
NEW ISSUE

### 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...