summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorunknown <james.jenour@protonmail.com>2020-03-29 15:32:45 +1100
committerunknown <james.jenour@protonmail.com>2020-03-29 15:32:45 +1100
commitae5bace43a14f2d8be9f1c1d9c644cc5dabd5d2f (patch)
tree86246c8474241da955e9bd0bab93dd35f4a73b88 /src/main/resources
downloadNotEnoughUpdates-ae5bace43a14f2d8be9f1c1d9c644cc5dabd5d2f.tar.gz
NotEnoughUpdates-ae5bace43a14f2d8be9f1c1d9c644cc5dabd5d2f.tar.bz2
NotEnoughUpdates-ae5bace43a14f2d8be9f1c1d9c644cc5dabd5d2f.zip
Initial (1.0-BETA)
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/notenoughupdates/item_edit.pngbin0 -> 11387 bytes
-rw-r--r--src/main/resources/assets/notenoughupdates/item_pane_tab_arrow.pngbin0 -> 7532 bytes
-rw-r--r--src/main/resources/assets/notenoughupdates/next.pngbin0 -> 5005 bytes
-rw-r--r--src/main/resources/assets/notenoughupdates/next_pow2.pngbin0 -> 17733 bytes
-rw-r--r--src/main/resources/assets/notenoughupdates/prev.pngbin0 -> 5207 bytes
-rw-r--r--src/main/resources/assets/notenoughupdates/prev_pow2.pngbin0 -> 18696 bytes
-rw-r--r--src/main/resources/mcmod.info16
7 files changed, 16 insertions, 0 deletions
diff --git a/src/main/resources/assets/notenoughupdates/item_edit.png b/src/main/resources/assets/notenoughupdates/item_edit.png
new file mode 100644
index 00000000..6ab71631
--- /dev/null
+++ b/src/main/resources/assets/notenoughupdates/item_edit.png
Binary files differ
diff --git a/src/main/resources/assets/notenoughupdates/item_pane_tab_arrow.png b/src/main/resources/assets/notenoughupdates/item_pane_tab_arrow.png
new file mode 100644
index 00000000..d8fc8530
--- /dev/null
+++ b/src/main/resources/assets/notenoughupdates/item_pane_tab_arrow.png
Binary files differ
diff --git a/src/main/resources/assets/notenoughupdates/next.png b/src/main/resources/assets/notenoughupdates/next.png
new file mode 100644
index 00000000..8e4a96cc
--- /dev/null
+++ b/src/main/resources/assets/notenoughupdates/next.png
Binary files differ
diff --git a/src/main/resources/assets/notenoughupdates/next_pow2.png b/src/main/resources/assets/notenoughupdates/next_pow2.png
new file mode 100644
index 00000000..03365e1c
--- /dev/null
+++ b/src/main/resources/assets/notenoughupdates/next_pow2.png
Binary files differ
diff --git a/src/main/resources/assets/notenoughupdates/prev.png b/src/main/resources/assets/notenoughupdates/prev.png
new file mode 100644
index 00000000..a4cef66d
--- /dev/null
+++ b/src/main/resources/assets/notenoughupdates/prev.png
Binary files differ
diff --git a/src/main/resources/assets/notenoughupdates/prev_pow2.png b/src/main/resources/assets/notenoughupdates/prev_pow2.png
new file mode 100644
index 00000000..3b756716
--- /dev/null
+++ b/src/main/resources/assets/notenoughupdates/prev_pow2.png
Binary files differ
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info
new file mode 100644
index 00000000..d8192fc8
--- /dev/null
+++ b/src/main/resources/mcmod.info
@@ -0,0 +1,16 @@
+[
+{
+ "modid": "notenoughupdates",
+ "name": "NotEnoughUpdates",
+ "description": "Mod that shows recipes and useful info for Hypixel's Skyblock gamemode.",
+ "version": "${version}",
+ "mcversion": "${mcversion}",
+ "url": "",
+ "updateUrl": "",
+ "authorList": ["Moulberry"],
+ "credits": "Nullzee for listening to me rant. Contributors, etc. <3",
+ "logoFile": "",
+ "screenshots": [],
+ "dependencies": []
+}
+]