aboutsummaryrefslogtreecommitdiff
path: root/src/content_sao.cpp
diff options
context:
space:
mode:
authorHybridDog <ovvv@web.de>2018-08-17 20:34:08 +0200
committerSmallJoker <SmallJoker@users.noreply.github.com>2018-08-17 20:34:08 +0200
commit4937c5007fcb4bf210f6104919b744d1baa46d93 (patch)
tree1a3b84dc08d88c9a06287d2ab43b38d082009a22 /src/content_sao.cpp
parent4dff0021b8c0ad19db97a6160a338fcac09f7c4c (diff)
downloadminetest-4937c5007fcb4bf210f6104919b744d1baa46d93.tar.gz
minetest-4937c5007fcb4bf210f6104919b744d1baa46d93.tar.bz2
minetest-4937c5007fcb4bf210f6104919b744d1baa46d93.zip
World config: Add modpack descriptions and remove dependencies there (#7397)
* Allow adding descriptions to modpacks using description.txt * Use a proper multiline formspec element: textarea
Diffstat (limited to 'src/content_sao.cpp')
0 files changed, 0 insertions, 0 deletions
a> 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