A mini overhaul of cold biomes. https://modrinth.com/mod/arctic
Go to file
TheClashFruit 9ff81509d9
All checks were successful
Build Project / build (push) Successful in 8m39s
feat: add workflow
2024-01-04 17:24:37 +01:00
.gitea/workflows feat: add workflow 2024-01-04 17:24:37 +01:00
gradle/wrapper Intital Commit 2023-12-18 16:45:05 +01:00
images Uploaded some screenshots 2023-12-31 15:38:04 +01:00
rawModels feat: Gave names to body parts to the seal raw model. 2023-12-31 01:11:32 +01:00
src/main feat: update models, textures and add animation to the baby emperor 2023-12-31 12:27:02 +01:00
.gitignore Intital Commit 2023-12-18 16:45:05 +01:00
build.gradle feat, fix: few changes and fixes to mobs 2023-12-29 20:36:37 +01:00
gradle.properties feat: bump version 2023-12-31 12:30:39 +01:00
gradlew Intital Commit 2023-12-18 16:45:05 +01:00
gradlew.bat Intital Commit 2023-12-18 16:45:05 +01:00
LICENSE Intital Commit 2023-12-18 16:45:05 +01:00
README.md feat: Add new screenshots to Readme 2023-12-31 15:49:23 +01:00
settings.gradle Intital Commit 2023-12-18 16:45:05 +01:00

A submission to ModFest 1.20: Arctic

Issues Pull Requests Version License (MIT)

Modrinth Downloads CurseForge Downloads

modrinth curseforge

ModFest 1.20

A mini overhaul of cold biomes. This mod is a submission to ModFest 1.20.

Screenshots

A group of emperor penguins.

Another group of emperor penguins.

A young seal and its parent.

Penguin in a boat.

Features

  • TBA

Developing & Contributing

Development is mostly straight forward.

Setup

It is recommended that you install the Minecraft Development Plugin for IntelliJ IDEA.

  1. Clone the repository from your fork.
  2. Open the project.
  3. Run gradle genSources to generate the sources.
  4. You can start developing!

Git Commit Messages

Please use Conventional Commits for your commit messages.

Git Branches

You can use any branch you like except main. But it is recommended to use dev/<feature> if you add something new and fix/<issue> if you are fixing something related to an issue.

Opening a Pull Request

When you start your development please open a draft pull request. This way we can see that someone is working on select feature/bug.

Make sure to mention related issues/pull requests in your pull request.

License

The MIT License (MIT)

Copyright (c) 2023 TheClashFruit, Myadeleines

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.