summaryrefslogtreecommitdiff
path: root/terrain-13_fix-mapgen-palettes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'terrain-13_fix-mapgen-palettes.patch')
-rw-r--r--terrain-13_fix-mapgen-palettes.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/terrain-13_fix-mapgen-palettes.patch b/terrain-13_fix-mapgen-palettes.patch
index 520c5ff..5fb3187 100644
--- a/terrain-13_fix-mapgen-palettes.patch
+++ b/terrain-13_fix-mapgen-palettes.patch
@@ -210,7 +210,7 @@
+ "-+|s| KSK|KSK |s|+-|",
+ " | K|K | x|",
" t + O|O + t|",
- "bb |hh f|f hh| bb|",
+ "bb |hh ḟ|ḟ hh| bb|",
- "bb ]|tt C|C tt|] bb|",
+ "bb ]|tt K|K tt|] bb|",
"--------+-----+--------|",
@@ -219,7 +219,7 @@
"--------+-----+--------|",
- "bb ]|tt C|C tt|] bb|",
+ "bb ]|tt K|K tt|] bb|",
- "bb |hh f|f hh| bb|",
+ "bb |hh ḟ|ḟ hh| bb|",
" t + O|O + t|",
- " | C|C | |",
- "-+|s| CSC|CSC |s|+-|",
@@ -238,7 +238,7 @@
"mapping": {
"t": { "items": [ { "item": "livingroom", "chance": 20 } ] },
"F": { "items": [ { "item": "livingroom", "chance": 5 } ] },
- "f": { "items": [ { "item": "fridge", "chance": 80 } ] },
+ "ḟ": { "items": [ { "item": "fridge", "chance": 80 } ] },
- "C": { "items": [ { "item": "kitchen", "chance": 40 } ] },
+ "K": { "items": [ { "item": "kitchen", "chance": 40 } ] },
"O": { "items": [ { "item": "oven", "chance": 70 } ] },