-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update license and readme information based on github issue 7
* closes https://codeberg.org/minenux/minetest-mod-mobs_water/issues/7 * closes blert2112/mobs_water#7
- Loading branch information
1 parent
791d55d
commit 8dad855
Showing
22 changed files
with
180 additions
and
7 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,6 +1,31 @@ | ||
# minetest modpack water | ||
|
||
A few water critters ported from other mob frameworks to "Mobs-Redo". | ||
|
||
depends on Mobs-Redo framework: https://github.com/tenplus1/mobs_redo | ||
## Information | ||
|
||
|
||
It Contains: | ||
|
||
* blue/white fish from animals_modpack see [mobs_fish/readme.md](mobs_fish/readme.md) | ||
* crocodile from not-so-simple-mobs [mobs_crocs/readme.md](mobs_crocs/readme.md) | ||
* clownfish from animals_modpack see [mobs_fish/readme.md](mobs_fish/readme.md) | ||
* jellyfish by check [mobs_jellyfish/readme.md](mobs_jellyfish/readme.md) | ||
* shark from animals_modpack see [mobs_sharks/readme.md](mobs_sharks/readme.md) | ||
* turtle by AspireMint see [mobs_turtles/readme.md](mobs_turtles/readme.md) | ||
|
||
Supports the seaplants, seacoral, and seawrecks mods by spawning near certain node types, if available. | ||
|
||
## License | ||
|
||
License information for the models and textures can be found inside | ||
the respective folders. | ||
|
||
CC-BY-SA-NC 2024+ | ||
|
||
* Copyright (C) 2024 mckaygerhard | ||
* Copyright (C) 2015 Sapier | ||
* Copyright (C) 2015 blert2112 | ||
* Copyright (C) 2045 NPX team | ||
* Copyright (C) 2015 AspireMint | ||
|
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,5 @@ | ||
Licenses | ||
|
||
Code: CC-BY-SA-NC | ||
Model/Textures: GPL v3 | ||
Author: Team NPX |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Adds crocodiles into your world like NSSM does. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name = mobs_crocs | ||
depends = default, mobs | ||
optional_depends = | ||
description = Adds crocodiles into your world like NSSM does | ||
min_minetest_version = 0.4.16 | ||
media_license = CC-BY-SA-3.0 | ||
license = CC-BY-SA-3.0 |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# minetest-mod-mobs_crocs | ||
|
||
crocodriles for mobs_redo, backported by blert2112 for minetest from NSSM | ||
|
||
## Information | ||
|
||
### Requirements | ||
|
||
* Minetest >= 0.4.17 | ||
|
||
## Settings | ||
|
||
### mobs_crocs.enable_walkers | ||
|
||
these guys are spawned on land near water, they do not | ||
float so they will not attack you if they happen to | ||
stumble into the water (L.O.S. limitation*) | ||
|
||
default: **true** | ||
|
||
### mobs_crocs.enable_floaters | ||
|
||
these guys are spawned in shallow water, they float so they | ||
will follow you onto land to take a bite out of you | ||
|
||
default: **true** | ||
|
||
### mobs_crocs.enable_swimmers | ||
|
||
these guys are spawned in shallow water, they do not float and | ||
will attack you on sight. | ||
|
||
default: **true** |
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,5 +1,6 @@ | ||
Licenses | ||
|
||
Code: CC-BY-SA-NC | ||
Model/Textures: CC-BY-SA 3.0 | ||
Author: Sapier | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Add few fishs into your world. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name = mobs_fish | ||
depends = default, mobs | ||
optional_depends = | ||
description = Adds few fishs into your world. | ||
min_minetest_version = 0.4.16 | ||
media_license = CC-BY-SA-3.0 | ||
license = CC-BY-SA-3.0 |
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
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
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,3 +1,2 @@ | ||
default | ||
|
||
mobs |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Add jelyfishs into your world. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name = mobs_jellyfish | ||
depends = default, mobs | ||
optional_depends = | ||
description = Adds jellyfish into your world. | ||
min_minetest_version = 0.4.16 | ||
media_license = CC-BY-SA-3.0 | ||
license = CC-BY-SA-3.0 |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# minetest-mod-mobs_yellyfish | ||
|
||
Jelly fish for mobs_water | ||
|
||
## Requirements | ||
|
||
* Minetest >= 0.4.17 | ||
* default | ||
* mobs | ||
|
||
|
||
## License | ||
|
||
CC-BY-SA-NC | ||
|
||
* Copyright (C) 2024 mckaygerhard | ||
* Copyright (C) 2015 blert2112 |
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Add sharks to your world |
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,7 @@ | ||
name = mobs_sharks | ||
depends = default, mobs | ||
optional_depends = | ||
description = Adds sharks into your world. | ||
description = Add sharks to your world | ||
min_minetest_version = 0.4.17.1 | ||
media_license = CC-BY-SA-NC-3.0 | ||
license = CC-BY-SA-NC-3.0 |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# minetest-mod-mobs_sharks | ||
|
||
Add sharks for mobs_water | ||
|
||
## Requirements | ||
|
||
* Minetest >= 0.4.17 | ||
* default | ||
* mobs | ||
|
||
## Settings | ||
|
||
### Enable large shark | ||
|
||
mobs_sharks.enable_large (Enable large shark) bool true | ||
|
||
### Enable medium shark | ||
|
||
mobs_sharks.enable_medium (Enable medium shark) bool true | ||
|
||
### Enable small shark | ||
|
||
mobs_sharks.enable_small (Enable small shark) bool true | ||
|
||
|
||
## License | ||
|
||
CC-BY-SA-NC | ||
|
||
* Copyright (C) 2024 mckaygerhard | ||
* Copyright (C) 2015 Sapier | ||
* Copyright (C) 2015 blert2112 |
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,6 @@ | ||
Licenses | ||
|
||
Model/textures: unknown | ||
Code: CC-BY-SA 3.0 blert2112 | ||
Model/Textures: CC-BY-SA 3.0 | ||
http://creativecommons.org/licenses/by-sa/3.0/de/legalcode | ||
Author: AspireMint |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Adds turtles into your world. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name = mobs_turtles | ||
depends = default, mobs | ||
optional_depends = | ||
description = Adds turtles into your world. | ||
min_minetest_version = 0.4.16 | ||
media_license = CC-BY-SA-3.0 | ||
license = CC-BY-SA-3.0 |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# minetest-mod-mobs_turtles | ||
|
||
turtles for mobs_water | ||
|
||
## Requirements | ||
|
||
* Minetest >= 0.4.17 | ||
* default | ||
* mobs | ||
|
||
## License | ||
|
||
CC-BY-SA-NC | ||
|
||
* Copyright (C) 2024 mckaygerhard | ||
* Copyright (C) 2015 AspireMint | ||
* Copyright (C) 2015 blert2112 |