Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
/ gelatin Public archive

A Library Mod attempting to replace Minecraft's Hard Coded DyeColor Enum

License

Notifications You must be signed in to change notification settings

wisp-forest/gelatin

Repository files navigation

Gelatin

curseforge modrinth release discord

Overview

Gelatin's is Color Focused Library Mod useful for Mod creators who want to add new DyeColor's to minecraft without needing to do it themself. Most of Minecraft isn't designed for new Colors and can cause some issues:

  • If you attempt to extend the DyeColor Enum, not only Load Order can mess with Color order but there is not syncing of the Color's with the server and client leading to desyncs

The Main Goal of gelatin is to implement the DyeColorant Registry all around minecraft allowing for any amount of Colors to be added by other mods without going thru hell to do it and possibly conflicting with other mods

Build Setup:

repositories {
    maven { url 'https://maven.wispforest.io' }
}
dependencies {
    // Recommend creating a Gelatin version within your gradle.properties 
    modImplementation "io.wispforest.gelatin:gelatin:${project.gelatin_version}"
    
    // You can also target specfic modules to use if you only need one
    modImplementation "io.wispforest.gelatin:(moudle name here):${project.jello_version}"
}

Jello

Jello is a content mod used as a showcase of the features found within Gelatin. More Info can be found on the Modrinth Page.

About

A Library Mod attempting to replace Minecraft's Hard Coded DyeColor Enum

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages