Third-Party Notices — Create TNT (createtnt)
=============================================

This mod includes code and assets adapted from the following projects.
Both projects permit this reuse; the texts below are included to satisfy
their attribution requirements.

---------------------------------------------------------------------------
1) Create Big Cannons — Cannoneers of Create / rbasamoyai
   Mod page:  https://modrinth.com/mod/create-big-cannons
   Source:    https://github.com/Cannoneers-of-Create/CreateBigCannons
---------------------------------------------------------------------------

Used/adapted:
- Explosion particle logic (smoke cloud spawning, blast wave, screen shake)
- Smoke sprite textures (assets/createtnt/textures/particle/explosion_smoke0-9.png)
- Explosion sound assets (assets/createtnt/sounds/explosion_boom*.ogg)
- Explosion physics were referenced and adapted with our own tweaks.

CBC's own license allows porting ("Porting is allowed; see the license for
more info") and applies:
  a) the MIT License to its source code, and
  b) Creative Commons Attribution-NonCommercial-ShareAlike 4.0
     International (CC BY-NC-SA 4.0) to its handmade assets
     (textures, models, sounds).

a) MIT License (CBC source code):

Copyright (c) 2022- Cannoneers of Create

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.

b) CC BY-NC-SA 4.0 (CBC handmade assets — textures and sounds used here):
   https://creativecommons.org/licenses/by-nc-sa/4.0/
   - Attribution: Cannoneers of Create (rbasamoyai), "Create Big Cannons".
   - NonCommercial: this mod is distributed free of charge.
   - ShareAlike: these assets are included unmodified and remain under
     CC BY-NC-SA 4.0.

---------------------------------------------------------------------------
2) Simple Block Physics — FerrinEmber
   Mod page:  https://modrinth.com/mod/simple-block-physics
   Source:    https://github.com/FerrinEmber/SimpleBlockPhysics-1.20.1
---------------------------------------------------------------------------

Used/adapted: the structure-collapse cascade scheduling concept (checking
blocks near a blast for support and cascading those checks to neighbors).
The support check itself is an original anchored-connectivity flood-fill.

Simple Block Physics is licensed under the MIT License (as declared on its
Modrinth project page):

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.
