Twilight Forest repository

Tamaized d7fed4141d This became a giant hassle that I don't want to do anymore for now, should be revisited later after more classes become components před 3 měsíci
.github c30e0f7e33 Update bug-report.yml před 6 měsíci
gradle 114c88276d Fix runClient and friends před 4 měsíci
src d7fed4141d This became a giant hassle that I don't want to do anymore for now, should be revisited later after more classes become components před 3 měsíci
tf-asm d6667c9693 rip out (most) map asm, move structure icons to vanilla's system před 3 měsíci
.editorconfig 23d203149e Send a discord message when Maven Publishing fails před 3 měsíci
.gitattributes 83e8773ebb Make sure all generated files have LF EoL před 4 roky
.gitignore d8fa431efe Gource před 9 měsíci
ASSET_LICENSE 6fd7f87340 `CC BY-NC-SA 4.0` (#1483) před 2 roky
CONTRIBUTING.md adcef9e438 Add contributing MD před 8 roky
ISSUE_TEMPLATE.md 1e510300de Update ISSUE_TEMPLATE.md před 3 roky
LICENSE 98b88bde74 Update LICENSE před 7 roky
README.md f0b21be93a Use maven.tamaized.com instead před 5 měsíci
azure-pipelines.yml 5e4adfca5f Forgot to remove this part před 3 měsíci
build.gradle 1be6248cba Block and Client code sweep (#2194) před 3 měsíci
crowdin.yml a80cee94f2 Update crowdin.yml před 1 rokem
gradle.properties b4c62e193c bump to 1.21.1, fix moon dial tooltip před 3 měsíci
gradlew 114c88276d Fix runClient and friends před 4 měsíci
gradlew.bat 114c88276d Fix runClient and friends před 4 měsíci
settings.gradle 05018647d0 Switch to MDG instead of NG and update NF před 4 měsíci
update.json a3691144cc Update update.json před 10 měsíci

README.md

Twilight Forest Discord Crowdin Curseforge Curseforge

This is the home of the Twilight Forest mod for Minecraft 1.12 and beyond.

Licensing

Code unless otherwise stated default to our LICENSE file here

Non-Code and Non-Sound assets (Located here) go by our ASSET_LICENSE file here

Sound based assets (Located Here) are All Rights Reserved

Downloads

Releases will be available on CurseForge when ready.

Alternatively, grab your experimental builds from our Discord. See the #faq channel for more details.

Community

Keep in touch with development on our Discord server. We also have a Twitter account we post development and Twilight Forest-related content on.

Translation

Submitting translations for Twilight Forest can be done via our Crowdin page. Consider helping us out if you're fluent in any language at all! Alternatively, translations can still be submitted via pull requests.

Maven

1.20.6+

https://maven.tamaized.com/#/releases/team-twilight/twilightforest/

repositories {
    maven {
        url = "https://maven.tamaized.com/releases"
    }
}

dependencies {
    implementation "team-twilight:twilightforest:{version}:universal"
}

1.20.5 and below

https://modmaven.dev/teamtwilight/twilightforest/

repositories {
    maven {
        url = "https://modmaven.dev/"
    }
}

dependencies {
    implementation fg.deobf("teamtwilight:twilightforest:{version}:universal")
}

YourKit

We appreciate YourKit, LLC for providing the project developers licenses of its profiler to help us improve performance!

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.