- Removed old MCEF files

* en_US.lang -> en_us.lang (pack 3 support)
* Updated mcmod.info
+ Added pack.mcmeta
This commit is contained in:
Nicolas BARBOTIN 2018-01-26 18:09:43 +01:00
parent 2d29747888
commit e580e3f208
8 changed files with 20 additions and 1681 deletions

View File

@ -1,56 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet" type="text/css">
<style type="text/css">
body {
font-family: "Roboto Slab", serif;
background-color: #405FFF;
color: white;
margin: 0;
padding: 5px;
}
a {
text-decoration: none;
color: white;
font-weight: 700;
padding: 10px;
border: 1px solid white;
font-size: 16pt;
border-radius: 5px;
}
a:hover {
background-color: white;
color: #405FFF;
}
#pic {
margin: 0;
padding: 0;
float: right;
}
</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(function() {
window.mcefQuery({
"request": "username",
"persistent": false,
"onSuccess": function(msg) {
$("#username").html(msg);
$("#pic").html("<img src=\"https://minotar.net/avatar/" + msg + "/70.png\" />");
},
"onFailure": function(err, msg) {
}
});
});
</script>
</head>
<body>
Hello, <span id="username">?</span>!&nbsp;<div id="pic"></div><br /><br /><br /><br />
<center><a href="http://google.com">Google!</a>&nbsp;&nbsp;<a href="http://youtube.com">YouTube!</a></center>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.tube.js"></script>
<script type="text/javascript">
$(function() {
$("#example_video").player({video: "iP6XpLQM2Cs"});
});
</script>
</head>
<body>
<div id="example_video">Loading, please wait...</div>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,16 @@
[
{
"modid": "webdisplays",
"name": "WebDisplays",
"description": "Web Screens! Yayyy!!",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "https://montoyo.net/wd2.php",
"updateUrl": "",
"authorList": ["montoyo"],
"credits": "",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
{
"modid": "webdisplays",
"name": "WebDisplays",
"description": "Web Screens! Yayyy!!",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "http://montoyo.net/wd2.php",
"updateUrl": "",
"authorList": [ "montoyo" ],
"credits": "",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]

View File

@ -0,0 +1,6 @@
{
"pack": {
"description": "webdisplays resources",
"pack_format": 3
}
}