1.15: Dense Grit Dirt added. Bulb light added. Ceiling Edge Light added.
This commit is contained in:
parent
dced568836
commit
727967ca20
20 changed files with 505 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue