diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-12 14:57:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 14:57:05 -0400 |
commit | 9d673df50050b09142be9dc812e8126900f7a1c0 (patch) | |
tree | 116f9cf4af3254e4e31a044fe50aeb2c79f5f754 /LICENSE | |
parent | dabf83251e12e4c8821b31b67c0f677ac31b3be5 (diff) | |
download | NotEnoughUpdates-REPO-9d673df50050b09142be9dc812e8126900f7a1c0.tar.gz NotEnoughUpdates-REPO-9d673df50050b09142be9dc812e8126900f7a1c0.tar.bz2 NotEnoughUpdates-REPO-9d673df50050b09142be9dc812e8126900f7a1c0.zip |
Update (#4)
* Add files via upload
* pets fix
Fixed pigman and wither skeleton pet having wrong abilities
* Update MIDAS_SWORD.json
made it less scuffed
* Fancy tux fix
Fixed fancy tuxedo leggings having pink color
* Updated legendary ocelot pet 3rd ability
* Update MIDAS_SWORD.json
Apparently the color code for the money value after Price paid: was 6 and not 7 so fixed that
* Update MIDAS_SWORD.json
* Create LICENSE
* 1.3 update.json
Co-authored-by: Moulberry <jjenour@student.unimelb.edu.au>
Co-authored-by: Tymon <68197445+xTymon69@users.noreply.github.com>
Co-authored-by: TomEngMaster <70163122+TomEngMaster@users.noreply.github.com>
Co-authored-by: Tymon <68197445+xTymonWasTaken@users.noreply.github.com>
Co-authored-by: Moulberry <james.jenour@student.scotch.wa.edu.au>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..c7f0c337 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Moulberry + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. |