Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Final update
Browse files Browse the repository at this point in the history
  • Loading branch information
supercam19 committed Jan 18, 2022
1 parent ffa1b3e commit 3111c17
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 27 deletions.
42 changes: 17 additions & 25 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
BSD 3-Clause License
The MIT License (MIT)

Copyright (c) 2021, Supercam19
All rights reserved.
Copyright (c) <year> Adam Veldhousen

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
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:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

# NOTICE
I am no longer supporting this datapack - The license has been changed to the MIT License for anyone who wants to use code (of version 2.0.2) without restriction.
I imagine that the datapack will keep working for several updates after 1.17


# Description
Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Final Update v2.0.2 (2022/01/17)

Changes
- Changed license to MIT
- Added end of support notice in README.md

Fixes
- Made version number match version

----------------------------------------------------------------------------------------------

Update v2.0.1 (2021/08/03)

Additions
Expand Down
2 changes: 1 addition & 1 deletion data/nolag/functions/load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ execute if score $NoLag nl.No_Collision matches 1 run function nolag:tick/nocoll
data remove storage minecraft:nolag NoLag

# declare storage(arrays and strings)
data modify storage nolag NoLag prepend value {Version:"2.0.0"}
data modify storage nolag NoLag prepend value {Version:"2.0.2"}
data modify storage nolag NoLag prepend value {Modules:[]}
# the following line is for other developers who want to make NoLag extensions/etc...
# change the string Extensions to the name of your extension, it will be displayed in the debug menu
Expand Down

0 comments on commit 3111c17

Please sign in to comment.