From 9d673df50050b09142be9dc812e8126900f7a1c0 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 12 Sep 2020 14:57:05 -0400 Subject: 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 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 --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE (limited to 'LICENSE') 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. -- cgit