Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teamtwilight/twilightforest
Twilight Forest repository
https://github.com/teamtwilight/twilightforest
forge java minecraft mod
Last synced: 4 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 7 years ago)
- Default Branch: 1.20.x
- Last Pushed: 2024-04-22T23:08:44.000Z (9 months ago)
- Last Synced: 2024-04-23T02:11:13.975Z (9 months ago)
- Topics: forge, java, minecraft, mod
- Language: Java
- Size: 113 MB
- Stars: 623
- Watchers: 44
- Forks: 189
- Open Issues: 93
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Twilight Forest [![Discord](https://img.shields.io/discord/313006291012288521.svg?colorB=7289DA&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHYAAABWAgMAAABnZYq0AAAACVBMVEUAAB38%2FPz%2F%2F%2F%2Bm8P%2F9AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBxwQJhxy2iqrAAABoElEQVRIx7WWzdGEIAyGgcMeKMESrMJ6rILZCiiBg4eYKr%2Fd1ZAfgXFm98sJfAyGNwno3G9sLucgYGpQ4OGVRxQTREMDZjF7ILSWjoiHo1n%2BE03Aw8p7CNY5IhkYd%2F%2F6MtO3f8BNhR1QWnarCH4tr6myl0cWgUVNcfMcXACP1hKrGMt8wcAyxide7Ymcgqale7hN6846uJCkQxw6GG7h2MH4Czz3cLqD1zHu0VOXMfZjHLoYvsdd0Q7ZvsOkafJ1P4QXxrWFd14wMc60h8JKCbyQvImzlFjyGoZTKzohwWR2UzSONHhYXBQOaKKsySsahwGGDnb%2FiYPJw22sCqzirSULYy1qtHhXGbtgrM0oagBV4XiTJok3GoLoDNH8ooTmBm7ZMsbpFzi2bgPGoXWXME6XT%2BRJ4GLddxJ4PpQy7tmfoU2HPN6cKg%2BledKHBKlF8oNSt5w5g5o8eXhu1IOlpl5kGerDxIVT%2BztzKepulD8utXqpChamkzzuo7xYGk%2FkpSYuviLXun5bzdRf0Krejzqyz7Z3p0I1v2d6HmA07dofmS48njAiuMgAAAAASUVORK5CYII%3D)](https://discord.gg/6v3z26B) [![Crowdin](https://badges.crowdin.net/twilight-forest/localized.svg)](https://crowdin.com/project/twilight-forest) [![Curseforge](http://cf.way2muchnoise.eu/full_227639_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest) [![Curseforge](http://cf.way2muchnoise.eu/versions/For%20MC_227639_all.svg)](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 and [Non-Sound](src/main/resources/assets/twilightforest/sounds) 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) 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
![](https://www.yourkit.com/images/yklogo.png)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.