Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedeathlycow/scorchful
A heat mod for Minecraft Fabric and Quilt. Sister mod to Frostiful.
https://github.com/thedeathlycow/scorchful
Last synced: 2 months ago
JSON representation
A heat mod for Minecraft Fabric and Quilt. Sister mod to Frostiful.
- Host: GitHub
- URL: https://github.com/thedeathlycow/scorchful
- Owner: TheDeathlyCow
- License: lgpl-3.0
- Created: 2023-08-08T08:18:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T12:17:37.000Z (3 months ago)
- Last Synced: 2024-10-28T15:29:16.554Z (3 months ago)
- Language: Java
- Homepage:
- Size: 37.3 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scorchful
A Dune-inspired Minecraft mod focused on Heat-based survival and combat. Sister mod of [Frostiful](https://github.com/TheDeathlyCow/frostiful/)!
## Mod Pages
* Modrinth (preferred): https://modrinth.com/mod/scorchful
* CurseForge: https://www.curseforge.com/minecraft/mc-mods/scorchfulThe above mod pages and this Git repository are the only official sources for this mod. Other sources may contain out of date or even maliciously modified versions of this mod.
## Wiki
The wiki is available at https://github.com/TheDeathlyCow/scorchful/wiki. However, this wiki is still being constructed. In the meantime, any questions about the content or mechanics of Scorchful should be directed to the `#help-scorchful` channel of my Discord: https://discord.gg/aqASuWebRU
## Technical info
Scorchful is a mod for [Minecraft: Java Edition](https://www.minecraft.net/en-us/store/minecraft-deluxe-collection-pc), written using the [Fabric Mod Loader](https://fabricmc.net/), with support also provided for the [Quilt Mod Loader](https://quiltmc.org/en/). Scorchful currently only supports Minecraft 1.20.4. Scorchful depends on [Fabric API](https://github.com/FabricMC/fabric), [Thermoo](https://github.com/TheDeathlyCow/thermoo/), and [Cloth Config](https://github.com/shedaniel/cloth-config), and has integrations for its sister mod, [Frostiful](https://github.com/TheDeathlyCow/frostiful/). If using Quilt, then Fabric API should be replaced with [Quilt Standard Libraries](https://github.com/QuiltMC/quilt-standard-libraries).
## License
Scorchful is licensed under LGPLv3.
## Building
Scorchful is built using [Gradle](https://gradle.org/). You can use the following command to build the latest version of the mod:
```
./gradlew build
```