Skip to content

Commit ba60f70

Browse files
bump
1 parent e9c08f6 commit ba60f70

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/src/main/resources/
2-
3-
The above written directories in this repository, including sub-directories, and all files inside them, are subject to the below license.
4-
5-
All Rights Reserved
6-
7-
Copyright (c) 2024-2025 seymourimadeit
8-
9-
- These assets may be copied over to a seperate repository only in use for a pull request to the mod
10-
- These assets may be used in a modpack as long as proper credit is given and said assets stay within the mod itself
11-
12-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18-
THE SOFTWARE.
19-
20-
Any other files are subject to the below license.
21-
221
MIT License
232

243
Copyright (c) 2023-2025 seymourimadeit

changelog-1.21.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- [CHANGE] fix #60 (crash with mob look direction during parkour ai)
22
- [CHANGE] Improved animal panic feature by making them actively avoid the player after a herd mate is injured if they were not spawned by breeding or structure generation
33
- [CHANGE] fix guards not being able to use bows if big brain was installed
4-
- [CHANGE] -fix #63 -fixed ocelots being attacked by creepers
4+
- [CHANGE] fix #63
5+
- [CHANGE] fix ocelots being attacked by creepers

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ mod_id=bigbrain
2626
# The human-readable display name for the mod.
2727
mod_name=Big Brain
2828
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
29-
mod_license=MIT for code, ARR for assets
29+
mod_license=MIT for code
3030
# The mod version. See https://semver.org/
31-
mod_version=2.2.4
31+
mod_version=2.2.5
3232
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3333
# This should match the base package used for the mod sources.
3434
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

0 commit comments

Comments
 (0)