nucleation 0.1.21

A high-performance Minecraft schematic parser and utility library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Minecraft Schematic Utils Demo</title>
</head>
<body>
<h1>Minecraft Schematic Utils Demo</h1>
<input type="file" id="fileInput" accept=".litematic,.schem">
<button id="convertButton">Convert</button>
<button id="printButton">Print Schematic</button>
<button id="debugButton">Debug Info</button>
<pre id="output"></pre>

<script type="module" src="index.js"></script>
</body>
</html>