Skip to content

wisp-forest/condensed-creative

Repository files navigation

Condensed Creative

curseforge modrinth release discord

Overview

Condensed Creative is currently a small library mod that allows for Mod creators to condense items into one slot similar to the Bedrock version of the game. Upon clicking the slot, it will expand to show what is all within Condensed Entry. Such is basically a space saver for blocks or items that are very similar, with the creative tab.

Build Setup:

repositories {
    maven { url 'https://maven.wispforest.io' }
}

dependencies {
    // Recommend creating a CondensedCreativeItems version within your gradle.properties 
    
    //Loom (Fabric / Quilt / Forge Loom)
    modImplementation "io.wispforest:condensed_creative-fabric:${project.condensed_creative_version}"
    
    //Base Forge
    implementation fg.deobf("io.wispforest:condensed_creative-forge:${project.condensed_creative_version}")
}