A rimworld mod adding a toggle to disable colonists eating at some tables.
Find a file
2025-04-20 20:26:21 +02:00
About feat: 1.0.1 release 2025-04-20 20:26:21 +02:00
Patches fix: xml patch now applies correctly 2025-04-20 13:32:49 +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 installation instructions to readme 2025-04-19 21:07:52 +02:00

Table Eating Toggle

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

Installation

Download the latest release from here and unpack in your mods folder.

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.