Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattczyr/realistictorches
A Minecraft mod that causes torches to burn out after a configurable amount of time.
https://github.com/mattczyr/realistictorches
forge forge-mod java minecraft minecraft-forge minecraft-mod mod
Last synced: about 1 month ago
JSON representation
A Minecraft mod that causes torches to burn out after a configurable amount of time.
- Host: GitHub
- URL: https://github.com/mattczyr/realistictorches
- Owner: MattCzyr
- License: other
- Created: 2015-09-06T04:59:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T14:34:13.000Z (6 months ago)
- Last Synced: 2024-06-26T17:48:29.559Z (6 months ago)
- Topics: forge, forge-mod, java, minecraft, minecraft-forge, minecraft-mod, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/realistic-torches
- Size: 621 KB
- Stars: 25
- Watchers: 5
- Forks: 12
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Realistic Torches
Realistic Torches is a Minecraft mod that causes torches to burn out after a configurable amount of time, encouraging players to move toward more permanent light sources early on.
## Download
Downloads and more information can be found on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/realistic-torches) and [Modrinth](https://modrinth.com/mod/realistic-torches).
## Develop
### Setup
Fork this repository, then clone via SSH:
```
git clone [email protected]:/RealisticTorches.git
```Or, clone via HTTPS:
```
git clone https://github.com//RealisticTorches.git
```2. In the root of the repository, run:
```
gradlew eclipse
```Or, if you plan to use IntelliJ, run:
```
gradlew idea
```3. Run:
```
gradlew genEclipseRuns
```Or, to use IntelliJ, run:
```
gradlew genIntellijRuns
```4. Open the project's parent directory in your IDE and import the project as an existing Gradle project.
### Build
To build the project, configure `build.gradle` then run:
```
gradlew build
```This will build a jar file in `build/libs`.
## License
This mod is available under the [Creative Commons Attribution-NonCommercial ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).