Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/scorchful

The 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
```