-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed incorrect offsets on south and west double chests on fabric - Fixed small icon when selecting the mod with Catalogue - Added new custom license
- Loading branch information
1 parent
6e64b92
commit d9f0491
Showing
15 changed files
with
178 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,52 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 Tschipcraft | ||
|
||
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. | ||
Tschipcraft's Custom License for Minecraft Mods, Data Packs and Resource Packs | ||
Version 1.0 - 2023 | ||
|
||
TL;DR - Not exhaustive, please read the whole license for detailed information: | ||
- Don't steal, don't re-upload, don't spread misinformation. | ||
- Monetized videos, livestreams with this or about this pack and inclusion in modpacks are allowed, as long as credit is given by linking back to official download locations. | ||
- Only use parts or the entire mod in your project, if you ask me and I say yes. | ||
|
||
Copyright © 2023 Tschipcraft | ||
|
||
This license shall be included in all copies or substantial portions of this project. | ||
|
||
|
||
Permitted Uses: | ||
|
||
1. You are PERMITTED to freely use this project on singleplayer worlds and multiplayer worlds/servers in your Minecraft game. | ||
|
||
2. You are PERMITTED to modify this project's code for personal use or on your own private servers. | ||
|
||
3. You are PERMITTED to view this project's code, take reference, and learn from it. | ||
|
||
4. You are PERMITTED to create content (e.g., videos, livestreams) covering and showcasing this project on websites such as YouTube, Twitch, Instagram, TikTok, etc., or on your own website, IF you provide a prominent link back to at least one of the official download locations ([GitHub](https://github.com/Tschipcraft/make_bubbles_pop), [CurseForge](https://www.curseforge.com/minecraft/mc-mods/make-bubbles-pop), [Modrinth](https://modrinth.com/mod/make_bubbles_pop)) in the description or an easily accessible place. You may also monetize this content. | ||
|
||
5. You are PERMITTED to include this project in your modpack, IF you link back to at least one of the official download locations ([GitHub](https://github.com/Tschipcraft/make_bubbles_pop), [CurseForge](https://www.curseforge.com/minecraft/mc-mods/make-bubbles-pop), [Modrinth](https://modrinth.com/mod/make_bubbles_pop)), or by simply adding this project in the embedded or included mods sections directly on Modrinth and/or CurseForge. | ||
|
||
6. You are PERMITTED to use parts or the whole project in your own project (Mod, Data Pack, Resource Pack, Map, Server, etc.), IF you obtain explicit permission from the creator (Tschipcraft) first. To request permission, please contact me via email at [email protected] or message me directly on Planet Minecraft (https://www.planetminecraft.com/account/pms/new/tschipo), or Discord (@tschipo) and include detailed information about your intentions. | ||
|
||
|
||
Prohibited Uses: | ||
|
||
1. You may NOT redistribute or re-upload this project, modified or unmodified. | ||
|
||
2. You may NOT redistribute single parts, files, or standalones of this project. | ||
|
||
3. You may NOT claim that this project was made by you. | ||
|
||
4. You may NOT spread misinformation about this project, including but not limited to promising not implemented features or support for an unsupported Minecraft version. | ||
|
||
|
||
Liability and Warranty: | ||
|
||
This project is provided "as is," without warranty of any kind, expressed or implied. In no event shall the creator (Tschipcraft) be held 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 project or the use or other dealings in the project. | ||
|
||
All works of Tschipcraft are of and owned by Tschipcraft. | ||
|
||
By using this project, you agree to abide by the terms of this license. Any violation of the terms will result in the termination of the rights granted hereunder. | ||
|
||
Exceptions to this license may be granted, if you have a special case, contact me via email at [email protected] or message me directly on Planet Minecraft (https://www.planetminecraft.com/account/pms/new/tschipo), or Discord (@tschipo) and include detailed information about your intentions. | ||
|
||
This license shall be governed by and construed in accordance with the laws of Germany. Any legal action or proceeding arising under or in connection with this license shall be brought exclusively in the courts of Germany. | ||
|
||
This license is subject to change. The latest version of this license will be available at https://github.com/Tschipcraft/make_bubbles_pop/blob/master/LICENSE, and your continued use of the project after changes happen, will constitute your acceptance of the changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,52 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 Tschipcraft | ||
|
||
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. | ||
Tschipcraft's Custom License for Minecraft Mods, Data Packs and Resource Packs | ||
Version 1.0 - 2023 | ||
|
||
TL;DR - Not exhaustive, please read the whole license for detailed information: | ||
- Don't steal, don't re-upload, don't spread misinformation. | ||
- Monetized videos, livestreams with this or about this pack and inclusion in modpacks are allowed, as long as credit is given by linking back to official download locations. | ||
- Only use parts or the entire mod in your project, if you ask me and I say yes. | ||
|
||
Copyright © 2023 Tschipcraft | ||
|
||
This license shall be included in all copies or substantial portions of this project. | ||
|
||
|
||
Permitted Uses: | ||
|
||
1. You are PERMITTED to freely use this project on singleplayer worlds and multiplayer worlds/servers in your Minecraft game. | ||
|
||
2. You are PERMITTED to modify this project's code for personal use or on your own private servers. | ||
|
||
3. You are PERMITTED to view this project's code, take reference, and learn from it. | ||
|
||
4. You are PERMITTED to create content (e.g., videos, livestreams) covering and showcasing this project on websites such as YouTube, Twitch, Instagram, TikTok, etc., or on your own website, IF you provide a prominent link back to at least one of the official download locations ([GitHub](https://github.com/Tschipcraft/make_bubbles_pop), [CurseForge](https://www.curseforge.com/minecraft/mc-mods/make-bubbles-pop), [Modrinth](https://modrinth.com/mod/make_bubbles_pop)) in the description or an easily accessible place. You may also monetize this content. | ||
|
||
5. You are PERMITTED to include this project in your modpack, IF you link back to at least one of the official download locations ([GitHub](https://github.com/Tschipcraft/make_bubbles_pop), [CurseForge](https://www.curseforge.com/minecraft/mc-mods/make-bubbles-pop), [Modrinth](https://modrinth.com/mod/make_bubbles_pop)), or by simply adding this project in the embedded or included mods sections directly on Modrinth and/or CurseForge. | ||
|
||
6. You are PERMITTED to use parts or the whole project in your own project (Mod, Data Pack, Resource Pack, Map, Server, etc.), IF you obtain explicit permission from the creator (Tschipcraft) first. To request permission, please contact me via email at [email protected] or message me directly on Planet Minecraft (https://www.planetminecraft.com/account/pms/new/tschipo), or Discord (@tschipo) and include detailed information about your intentions. | ||
|
||
|
||
Prohibited Uses: | ||
|
||
1. You may NOT redistribute or re-upload this project, modified or unmodified. | ||
|
||
2. You may NOT redistribute single parts, files, or standalones of this project. | ||
|
||
3. You may NOT claim that this project was made by you. | ||
|
||
4. You may NOT spread misinformation about this project, including but not limited to promising not implemented features or support for an unsupported Minecraft version. | ||
|
||
|
||
Liability and Warranty: | ||
|
||
This project is provided "as is," without warranty of any kind, expressed or implied. In no event shall the creator (Tschipcraft) be held 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 project or the use or other dealings in the project. | ||
|
||
All works of Tschipcraft are of and owned by Tschipcraft. | ||
|
||
By using this project, you agree to abide by the terms of this license. Any violation of the terms will result in the termination of the rights granted hereunder. | ||
|
||
Exceptions to this license may be granted, if you have a special case, contact me via email at [email protected] or message me directly on Planet Minecraft (https://www.planetminecraft.com/account/pms/new/tschipo), or Discord (@tschipo) and include detailed information about your intentions. | ||
|
||
This license shall be governed by and construed in accordance with the laws of Germany. Any legal action or proceeding arising under or in connection with this license shall be brought exclusively in the courts of Germany. | ||
|
||
This license is subject to change. The latest version of this license will be available at https://github.com/Tschipcraft/make_bubbles_pop/blob/master/LICENSE, and your continued use of the project after changes happen, will constitute your acceptance of the changes. |
53 changes: 0 additions & 53 deletions
53
fabric/src/main/java/net/tschipcraft/make_bubbles_pop/event/BlockInteractHandler.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
fabric/src/main/resources/assets/make_bubbles_pop/lang/en_pt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"modmenu.summaryTranslation.make_bubbles_pop": "Arrr matey, this here makes yer bubbles pop!", | ||
"modmenu.descriptionTranslation.make_bubbles_pop": "Arrr! This here client-side mod makes yer bubble particles pop an' lets them realistically rise to the water surface.\nIt also adds bubble particles to openin' chests an' explosions underwater.\n⚓" | ||
"modmenu.descriptionTranslation.make_bubbles_pop": "Arrr! This here client-side mod makes yer bubble particles pop an' lets them realistically rise to the water surface.\nIt also adds bubble particles to openin' chests, openin' barrels an' explosions underwater.\n⚓" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.