This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
DisableFloatingText
Toggle to disable floating text from damage with F7.
| Date uploaded | a year ago |
| Version | 1.0.0 |
| Download link | Sparroh-DisableFloatingText-1.0.0.zip |
| Downloads | 68 |
| Dependency string | Sparroh-DisableFloatingText-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_Mycopunk
BepInEx pack for Mycopunk. Preconfigured and ready to use.
Preferred version: 5.4.2403README
MycopunkModTemplate
How to use:
- Use this as template for your repo
- Change
AssemblyNameandProduct - Change copyright holder in LICENSE
- Uncomment and change the path to
Assembly-CSharp.dllin.csproj - If you need more stuff like
Unity.TextMeshProorUnityEngine.UI, just add a reference to them the same way as main dll - If you want
Unity.InputSystem, add this line:<PackageReference Include="UnityEngine.Modules" Version="2022.3.5" IncludeAssets="compile" />
CHANGELOG
Changelog
1.0.0 (2025-08-19)
Features
- Add MinVer
- Add thunderstore.toml for tcli
- Add LICENSE and CHANGELOG.md