You are viewing a potentially older version of this package. View all versions.
Sparroh-DisableFloatingText-1.0.0 icon

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-5.4.2403 icon
BepInEx-BepInExPack_Mycopunk

BepInEx pack for Mycopunk. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

MycopunkModTemplate

How to use:

  • Use this as template for your repo
  • Change AssemblyName and Product
  • Change copyright holder in LICENSE
  • Uncomment and change the path to Assembly-CSharp.dll in .csproj
  • If you need more stuff like Unity.TextMeshPro or UnityEngine.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