A mini overhaul of cold biomes. https://modrinth.com/mod/arctic
Go to file
2023-12-31 01:09:25 +01:00
arcticLogo Uploading Arctic's logo 2023-12-29 17:03:27 +01:00
gradle/wrapper Intital Commit 2023-12-18 16:45:05 +01:00
rawModels fix: Misnamed arm 2023-12-31 01:09:25 +01:00
src/main feat, fix: few changes and fixes to mobs 2023-12-29 20:36:37 +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 Intital Commit 2023-12-18 16:45:05 +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 docs: add mr badge 2023-12-29 16:14:25 +01:00
settings.gradle Intital Commit 2023-12-18 16:45:05 +01:00

Arctic Icon

Arctic

Issues Pull Requests Version License (MIT)

Modrinth Downloads

modrinth

ModFest 1.20

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

Screenshot

A group of emperor penguins.

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.