A rimworld mod adding a toggle to disable colonists eating at some tables.
Find a file
2025-04-19 21:00:10 +02:00
About initial commit 2025-04-17 16:44:44 +02:00
Patches feat: apply EatableComp to anything with surfaceType Eat 2025-04-19 20:49:57 +02:00
Source chore: remove note 2025-04-19 20:51:23 +02:00
.gitignore initial commit 2025-04-17 16:44:44 +02:00
LICENSE initial commit 2025-04-17 16:44:44 +02:00
README.md docs: add a readme 2025-04-19 21:00:10 +02:00

Table Eating Toggle

A rimworld mod adding a toggle to disable colonists eating at specific tables.

Building

Assuming you have .NET installed just execute:

dotnet build ./Source/TableToggle.csproj -c Release

and Assemblies folder should appear with a built dll in the right location.