Update mod-list.html
This commit is contained in:
parent
ca6484d691
commit
1b878d8d55
|
|
@ -71,6 +71,9 @@
|
|||
.R74nLink {
|
||||
color: #00ffff;
|
||||
}
|
||||
ol li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
@ -81,7 +84,9 @@
|
|||
|
||||
<p>Sandboxels has a huge selection of mods that add new content to the simulator. They are created by community members and aren't endorsed by the developer of Sandboxels.</p>
|
||||
|
||||
<h2>How to enable a mod</h2>
|
||||
<p>Jump to: <a href="#Create">Create your own mod</a>, <a href="#Issues">Issues with mods</a></p>
|
||||
|
||||
<h2 id="Enable">How to enable a mod</h2>
|
||||
<ol>
|
||||
<li>Go to the official <a href="https://sandboxels.R74n.com/">Sandboxels website</a>.</li>
|
||||
<li>Press the <strong>Mods</strong> button in the toolbar to open the Mod Manager.</li>
|
||||
|
|
@ -89,7 +94,7 @@
|
|||
<li>Press enter, then refresh the page.</li>
|
||||
</ol>
|
||||
|
||||
<h2>Sandboxels Mod List</h2>
|
||||
<h2 id="List">Sandboxels Mod List</h2>
|
||||
<p>Mods submitted to our <a href="https://github.com/R74nCom/sandboxels/tree/main/mods" target="_blank">GitHub repo</a> are listed here.</p>
|
||||
<table>
|
||||
<thead>
|
||||
|
|
@ -475,11 +480,12 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>How to create your own mod</h2>
|
||||
<p>To create a Sandboxels mod yourself, you may need knowledge of JavaScript programming and GitHub.</p>
|
||||
<p>There is a <a href="https://sandboxels.wiki.gg/wiki/Modding_tutorial" target="_blank">modding tutorial</a> on the Sandboxels Wiki, and an <a href="https://sandboxels.r74n.com/mods/example_mod.js">Example Mod</a> to base yours off of.</p>
|
||||
<h2 id="Create">How to create your own mod</h2>
|
||||
|
||||
<h2>Issues with mods</h2>
|
||||
<p>To learn to create your own Sandboxels mod, read the <a href="https://sandboxels.wiki.gg/wiki/Modding/Getting_started" target="_blank">Modding Tutorial</a> on the Sandboxels Wiki, and an <a href="https://sandboxels.r74n.com/mods/example_mod.js">Example Mod</a> to base yours off of.</p>
|
||||
<p>Mods are submitted to the <a href="https://github.com/R74nCom/sandboxels" target="_blank">GitHub repo</a>.</p>
|
||||
|
||||
<h2 id="Issues">Issues with mods</h2>
|
||||
<p>We don't provide support for unofficial mods. You may ask for help in our <a href="https://discord.gg/ejUc6YPQuS">Discord server</a>, or press Clear Mods in <a href="help">Settings</a>.</p>
|
||||
<p>Some mods may not work every time you load the game, or even at all!</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue