diff options
author | unknown <james.jenour@protonmail.com> | 2020-03-29 15:32:45 +1100 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-03-29 15:32:45 +1100 |
commit | ae5bace43a14f2d8be9f1c1d9c644cc5dabd5d2f (patch) | |
tree | 86246c8474241da955e9bd0bab93dd35f4a73b88 /src/main/resources | |
download | NotEnoughUpdates-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.png | bin | 0 -> 11387 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/item_pane_tab_arrow.png | bin | 0 -> 7532 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/next.png | bin | 0 -> 5005 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/next_pow2.png | bin | 0 -> 17733 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/prev.png | bin | 0 -> 5207 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/prev_pow2.png | bin | 0 -> 18696 bytes | |||
-rw-r--r-- | src/main/resources/mcmod.info | 16 |
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 Binary files differnew file mode 100644 index 00000000..6ab71631 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/item_edit.png diff --git a/src/main/resources/assets/notenoughupdates/item_pane_tab_arrow.png b/src/main/resources/assets/notenoughupdates/item_pane_tab_arrow.png Binary files differnew file mode 100644 index 00000000..d8fc8530 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/item_pane_tab_arrow.png diff --git a/src/main/resources/assets/notenoughupdates/next.png b/src/main/resources/assets/notenoughupdates/next.png Binary files differnew file mode 100644 index 00000000..8e4a96cc --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/next.png diff --git a/src/main/resources/assets/notenoughupdates/next_pow2.png b/src/main/resources/assets/notenoughupdates/next_pow2.png Binary files differnew file mode 100644 index 00000000..03365e1c --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/next_pow2.png diff --git a/src/main/resources/assets/notenoughupdates/prev.png b/src/main/resources/assets/notenoughupdates/prev.png Binary files differnew file mode 100644 index 00000000..a4cef66d --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/prev.png diff --git a/src/main/resources/assets/notenoughupdates/prev_pow2.png b/src/main/resources/assets/notenoughupdates/prev_pow2.png Binary files differnew file mode 100644 index 00000000..3b756716 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/prev_pow2.png 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": [] +} +] |