-
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.
mobs_sharks - use settings framework
- Loading branch information
1 parent
1cb5b7a
commit 791d55d
Showing
5 changed files
with
25 additions
and
15 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 |
---|---|---|
|
@@ -5,3 +5,4 @@ Model/Textures: CC-BY-SA 3.0 | |
Author: Sapier | ||
|
||
texture modification by: blert2112 | ||
Code by blert2112, mckaygerhard |
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
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,4 @@ | ||
name = mobs_sharks | ||
depends = default, mobs | ||
optional_depends = | ||
description = Adds sharks 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,8 @@ | ||
# 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 |