- Removed old MCEF files
* en_US.lang -> en_us.lang (pack 3 support) * Updated mcmod.info + Added pack.mcmeta
This commit is contained in:
parent
2d29747888
commit
e580e3f208
|
|
@ -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>! <div id="pic"></div><br /><br /><br /><br />
|
|
||||||
<center><a href="http://google.com">Google!</a> <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
|
|
@ -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
|
|
@ -1,16 +1,16 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"modid": "webdisplays",
|
"modid": "webdisplays",
|
||||||
"name": "WebDisplays",
|
"name": "WebDisplays",
|
||||||
"description": "Web Screens! Yayyy!!",
|
"description": "Web Screens! Yayyy!!",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"mcversion": "${mcversion}",
|
"mcversion": "${mcversion}",
|
||||||
"url": "https://montoyo.net/wd2.php",
|
"url": "http://montoyo.net/wd2.php",
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
"authorList": ["montoyo"],
|
"authorList": [ "montoyo" ],
|
||||||
"credits": "",
|
"credits": "",
|
||||||
"logoFile": "",
|
"logoFile": "",
|
||||||
"screenshots": [],
|
"screenshots": [],
|
||||||
"dependencies": []
|
"dependencies": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
6
src/main/resources/pack.mcmeta
Normal file
6
src/main/resources/pack.mcmeta
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"description": "webdisplays resources",
|
||||||
|
"pack_format": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user