From 3a114e32cb06603146d76bfa79b93f52fcd88924 Mon Sep 17 00:00:00 2001
From: Xander Lenstra <71121390+xlenstra@users.noreply.github.com>
Date: Sun, 4 Jul 2021 12:42:20 +0200
Subject: [PATCH] Doesn't work, sad
---
JSON-files-for-mods.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/JSON-files-for-mods.md b/JSON-files-for-mods.md
index 4c4d26a..744a09e 100644
--- a/JSON-files-for-mods.md
+++ b/JSON-files-for-mods.md
@@ -58,7 +58,7 @@ This file should contain all the buildings and wonders you want to use in your m
Each building can have the following attributes:
| attribute | Type | Optional or not | notes |
| --------- | ---- | --------------- | ----- |
-| name | String
| required
| Name of the building |
+| name | String | required | Name of the building |
| cost | Integer (≥0) | defaults to 0 | Amount of production required to build the building |
| food | Integer | defaults to 0 | Food produced by the building |
| production | Integer | defaults to 0 | Production produced by the building |