]> git.lizzy.rs Git - dragonblocks.git/commitdiff
Add .gitignore
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 26 Apr 2020 09:43:26 +0000 (11:43 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 26 Apr 2020 09:43:26 +0000 (11:43 +0200)
.gitignore [new file with mode: 0644]
game/chat/message.html
mods/skyblocks/gui.js
settings.json

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e9d5b0b
--- /dev/null
@@ -0,0 +1,2 @@
+worlds/
+mods/
index f663ccc47df082e0981ed1200efe47694ab4d03b..06d1fe236fc5f658bd768cd087ce5ea78c4cf00c 100755 (executable)
@@ -1 +1 @@
-*user completed the quest 'place_furnace' [skyblocks]
\ No newline at end of file
+user has left.
\ No newline at end of file
index c6b021cbf68b7a973ad75bb9fbce762e4c52670f..e260c1195813ca6c1d89a5f888ffde4d4f7894b2 100644 (file)
@@ -9,6 +9,10 @@
                li.style.fontSize = "20px";
                li.innerHTML = quest.desc;
                li.style.postion = "relative";
+               let questCount = ul.appendChild(document.createElement("var"));
+               questCount.style.position = "absolute";
+               questCount.style.right = "20px";
+               questCount.
                let checkbox = li.appendChild(document.createElement("input"));
                checkbox.type = "checkbox";
                checkbox.style.position = "absolute";
index 66009a9438657d3b954c463842244bad28413dd9..39d34cb532d3f60737b8694bac6df61b7a38cbc8 100755 (executable)
@@ -3,7 +3,7 @@
                "major": 3,
                "minor": 0,
                "patch": 0,
-               "snapshot": 23,
+               "snapshot": 24,
                "copyright": "© 2019 - 2020 Elidragon. Please Distribute!"
        },
        "inventory": {