https://github.com/teamtwilight/twilightforest
Twilight Forest repository
https://github.com/teamtwilight/twilightforest
forge java minecraft mod neoforge twilightforest
Last synced: 3 months ago
JSON representation
Twilight Forest repository
- Host: GitHub
- URL: https://github.com/teamtwilight/twilightforest
- Owner: TeamTwilight
- License: other
- Fork: true (Benimatic/twilightforest)
- Created: 2017-05-13T00:52:01.000Z (over 8 years ago)
- Default Branch: 1.21.x
- Last Pushed: 2025-01-07T20:17:34.000Z (12 months ago)
- Last Synced: 2025-01-07T20:46:27.829Z (12 months ago)
- Topics: forge, java, minecraft, mod, neoforge, twilightforest
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest
- Size: 123 MB
- Stars: 677
- Watchers: 45
- Forks: 200
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Twilight Forest [](https://discord.gg/6v3z26B) [](https://crowdin.com/project/twilight-forest) [](https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest) [](https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest)
==============
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](LICENSE)
Non-Code, [Non-Sound](src/main/resources/assets/twilightforest/sounds) and [Non-Structure](src/main/resources/data/twilightforest/structure) assets [(Located here)](src/main/resources/assets) go by our [ASSET_LICENSE file here](ASSET_LICENSE)
Sound based assets [(Located Here)](src/main/resources/assets/twilightforest/sounds) and Structure based assets [(Located Here)](src/main/resources/data/twilightforest/structure) are **All Rights Reserved**
## Downloads
Releases will be available on [CurseForge](https://minecraft.curseforge.com/projects/the-twilight-forest) when ready.
Alternatively, grab your experimental builds from our [Discord](https://discord.gg/6v3z26B). See the #faq channel for more details.
## Community
Keep in touch with development on our [Discord server](https://discord.gg/6v3z26B). We also have a [Twitter account](https://twitter.com/teamtwilightdev) we post development and Twilight Forest-related content on.
## Translation
Submitting translations for Twilight Forest can be done via our [Crowdin page](https://crowdin.com/project/twilight-forest). 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](https://www.yourkit.com/java/profiler/)
and [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/),
innovative and intelligent tools for profiling Java and .NET applications.