From: Elias Fleckenstein Date: Sun, 26 Apr 2020 09:43:26 +0000 (+0200) Subject: Add .gitignore X-Git-Tag: 3.0~14 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1ebb28571ad448df15ea5c2d6ad7fae0c2ea7699;p=dragonblocks.git Add .gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9d5b0b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +worlds/ +mods/ diff --git a/game/chat/message.html b/game/chat/message.html index f663ccc..06d1fe2 100755 --- a/game/chat/message.html +++ b/game/chat/message.html @@ -1 +1 @@ -*user completed the quest 'place_furnace' [skyblocks] \ No newline at end of file +user has left. \ No newline at end of file diff --git a/mods/skyblocks/gui.js b/mods/skyblocks/gui.js index c6b021c..e260c11 100644 --- a/mods/skyblocks/gui.js +++ b/mods/skyblocks/gui.js @@ -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"; diff --git a/settings.json b/settings.json index 66009a9..39d34cb 100755 --- a/settings.json +++ b/settings.json @@ -3,7 +3,7 @@ "major": 3, "minor": 0, "patch": 0, - "snapshot": 23, + "snapshot": 24, "copyright": "© 2019 - 2020 Elidragon. Please Distribute!" }, "inventory": {