1.15: Dense Grit Dirt added. Bulb light added. Ceiling Edge Light added.

This commit is contained in:
stfwi 2020-07-25 00:35:27 +02:00
parent dced568836
commit 727967ca20
20 changed files with 505 additions and 7 deletions

View file

@ -324,6 +324,7 @@
var latest_beta = "";
for(var ver in history) { latest_beta=ver; break; }
for(var ver in history) if(ver.search(/(rc|b|a)/) < 0) { latest_release=ver; break; }
if(latest_release=="") latest_release = latest_beta;
var update_json = {}
update_json["homepage"] = constants.project_download_inet_page();
update_json[mc_version] = history;