Skip to content

Commit c979805

Browse files
[Innawood] Meadow plants (#83000)
* Initial commit * Add wild corn too
1 parent 8c4fc68 commit c979805

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

data/mods/innawood/mapgen/meadows.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,80 @@
3434
{ "overmap": "meadow_fill", "weight": 1000 }
3535
]
3636
]
37+
},
38+
{
39+
"type": "mapgen",
40+
"nested_mapgen_id": "meadow_12x12_shrubs",
41+
"weight": 350,
42+
"//": "Patch of cotton growing in a meadow",
43+
"object": {
44+
"mapgensize": [ 12, 12 ],
45+
"rows": [
46+
" 7777 ",
47+
" 777777 ",
48+
" 777777 ",
49+
" 77777777 ",
50+
" 7777777777 ",
51+
"777777777777",
52+
"777777777777",
53+
" 7777777777 ",
54+
" 77777777 ",
55+
" 777777 ",
56+
" 777777 ",
57+
" 7777 "
58+
],
59+
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
60+
"furniture": { " ": "f_null", "7": [ [ "f_null", 250 ], [ "f_wildcotton", 25 ] ] }
61+
}
62+
},
63+
{
64+
"type": "mapgen",
65+
"nested_mapgen_id": "meadow_12x12_shrubs",
66+
"weight": 350,
67+
"//": "Patch of spurge growing in a meadow",
68+
"object": {
69+
"mapgensize": [ 12, 12 ],
70+
"rows": [
71+
" 7777 ",
72+
" 777777 ",
73+
" 777777 ",
74+
" 77777777 ",
75+
" 7777777777 ",
76+
"777777777777",
77+
"777777777777",
78+
" 7777777777 ",
79+
" 77777777 ",
80+
" 777777 ",
81+
" 777777 ",
82+
" 7777 "
83+
],
84+
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
85+
"furniture": { " ": "f_null", "7": [ [ "f_null", 250 ], [ "f_flower_spurge", 25 ] ] }
86+
}
87+
},
88+
{
89+
"type": "mapgen",
90+
"nested_mapgen_id": "meadow_12x12_shrubs",
91+
"weight": 350,
92+
"//": "Patch of corn growing in a meadow",
93+
"object": {
94+
"mapgensize": [ 12, 12 ],
95+
"rows": [
96+
" 7777 ",
97+
" 777777 ",
98+
" 777777 ",
99+
" 77777777 ",
100+
" 7777777777 ",
101+
"777777777777",
102+
"777777777777",
103+
" 7777777777 ",
104+
" 77777777 ",
105+
" 777777 ",
106+
" 777777 ",
107+
" 7777 "
108+
],
109+
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
110+
"furniture": { " ": "f_null", "7": [ [ "f_null", 250 ], [ "f_wildcorn", 25 ] ] }
111+
}
37112
}
38113
]

0 commit comments

Comments
 (0)