Skip to content

Commit

Permalink
update license and readme information based on github issue 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaygerhard committed Apr 23, 2024
1 parent 791d55d commit 8dad855
Show file tree
Hide file tree
Showing 22 changed files with 180 additions and 7 deletions.
27 changes: 26 additions & 1 deletion README.md
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

1 change: 1 addition & 0 deletions mobs_crocs/License.txt
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
1 change: 1 addition & 0 deletions mobs_crocs/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adds crocodiles into your world like NSSM does.
7 changes: 7 additions & 0 deletions mobs_crocs/mod.conf
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
33 changes: 33 additions & 0 deletions mobs_crocs/readme.md
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**
1 change: 1 addition & 0 deletions mobs_fish/License.txt
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

Expand Down
1 change: 1 addition & 0 deletions mobs_fish/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add few fishs into your world.
7 changes: 7 additions & 0 deletions mobs_fish/mod.conf
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
12 changes: 11 additions & 1 deletion mobs_fish/readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# minetest-mod-mobs_fish

# fish for mobs_water
fish for mobs_water

## Requirements

* Minetest >= 0.4.17
* default
* mobs

## Settings

Expand All @@ -15,3 +18,10 @@ Enable use sprites on slow cpus that dont have good 3d opengl procesing

default: **false**

## License

CC-BY-SA-NC

* Copyright (C) 2024 mckaygerhard
* Copyright (C) 2015 Sapier
* Copyright (C) 2015 blert2112
3 changes: 2 additions & 1 deletion mobs_jellyfish/License.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Licenses

Code: CC-BY-SA blert2112
Model/Textures: WTFPL
Author: blert2112

Expand All @@ -18,4 +19,4 @@ Author: blert2112
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.


1 change: 0 additions & 1 deletion mobs_jellyfish/depends.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
default

mobs
1 change: 1 addition & 0 deletions mobs_jellyfish/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add jelyfishs into your world.
7 changes: 7 additions & 0 deletions mobs_jellyfish/mod.conf
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
17 changes: 17 additions & 0 deletions mobs_jellyfish/readme.md
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
1 change: 0 additions & 1 deletion mobs_sharks/License.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Licenses

Model/Textures: CC-BY-SA 3.0
http://creativecommons.org/licenses/by-sa/3.0/de/legalcode
Author: Sapier

texture modification by: blert2112
Expand Down
1 change: 1 addition & 0 deletions mobs_sharks/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add sharks to your world
5 changes: 4 additions & 1 deletion mobs_sharks/mod.conf
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
32 changes: 32 additions & 0 deletions mobs_sharks/readme.md
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
4 changes: 3 additions & 1 deletion mobs_turtles/License.txt
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
1 change: 1 addition & 0 deletions mobs_turtles/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adds turtles into your world.
7 changes: 7 additions & 0 deletions mobs_turtles/mod.conf
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
17 changes: 17 additions & 0 deletions mobs_turtles/readme.md
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

0 comments on commit 8dad855

Please sign in to comment.