aboutsummaryrefslogtreecommitdiff
path: root/src/porting.cpp
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2018-02-23 08:54:03 +0000
committerparamat <mat.gregory@virginmedia.com>2018-03-09 03:16:25 +0000
commitcbb9301bea9d869a7d11f810fb320d93f6d31460 (patch)
tree8aa8761e21d9a27e501214c61af4f5a6cf865095 /src/porting.cpp
parentc7c03ad7a60b77040d0dfc360a79f065e0c2c971 (diff)
downloadminetest-cbb9301bea9d869a7d11f810fb320d93f6d31460.tar.gz
minetest-cbb9301bea9d869a7d11f810fb320d93f6d31460.tar.bz2
minetest-cbb9301bea9d869a7d11f810fb320d93f6d31460.zip
Biomes: Add 'min_pos'/'max_pos' xyz biome limits
'y_min' and 'y_max' are still accepted for compatibility.
Diffstat (limited to 'src/porting.cpp')
0 files changed, 0 insertions, 0 deletions
ef='#n114'>114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213