minetest_mod_maker/index.html

78 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Simple Mod Maker</title>
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
<script src="assets/jquery.min.js"></script>
<script src="assets/jquery-ui.js"></script>
<script src="assets/jquery.json-2.4.min.js"></script>
<script src="assets/editor.js"></script>
<script src="assets/filedrag.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1527140525008585",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id="wrap">
<!-- Responsive1 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5406738246083417"
data-ad-slot="3672305887"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div id="header">
<h1>Simple Minetest Mod Maker</h1>
</div>
<div id="page">
<p>
This tool allows non-programmers to make simple mods for <a href="http://www.minetest.net">Minetest</a>
using an easy
graphical interface.
Modding in Minetest is quite easy. This editor cannot be used to create mobs, or to make
that mod in your dreams that fixes everything in Minetest. If you want to create anything
more than a decorative block, you need to
<a href="http://rubenwardy.com/minetest_modding_book/">learn how to mod Minetest properly, using Lua.</a>
</p>
<h2>Easy to Use</h2>
<p>
This tool gives you simple instructions on each page.
The tool is designed for those with little knowledge of the
Minetest internals, and so is newbie friendly.
</p>
<h2>Saving and Opening projects</h2>
<p>To open a project, drag and drop the file onto the webpage.
To save a project, click save on the main page.</p>
<p style="text-align: center;">
<span id="js_message">This tool requires Javascript to be enabled.</span>
<a id="btn_start" class="button long_button">Start</a>
</p>
</div>
<!-- Responsive1 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5406738246083417"
data-ad-slot="3672305887"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="footer">
Created by rubenwardy -
<a href="https://github.com/rubenwardy/minetest_mod_maker" target="blank">GitHub</a>
</div>
</body>
</html>