Skip to content

lottuce-yami/Handcrafted

 
 

Repository files navigation

Handcrafted

Requires Resourceful Lib

Made by Terrarium Modrinth CurseForge


📖About 📖


From the creators of Chipped, we now present Handcrafted! A mod to make your house into your home! :D

Are you looking for a fantasy, steampunk or medieval feel? Or do you want to stick to a more vanilla decor? Look no further! We've created over 250 furniture pieces for you to choose from. Be it chairs, tables, benches or desks; we got it all packaged neatly into a single mod. This mod will provide all the furniture you could ever need to make your blocky house a home!

Credits

Programmers:

Alex Nijjar, CodexAdrian, MsRandom, ThatGravyBoat

Artists:

Kekie6, Facu, Marc-IceBlade

✨Socials✨

YouTube Twitch Twitter Kofi Discord-plural Modrinth CurseForge


Developers

To add this library to your project, do the following:

repositories {
  maven {
    // Location of the maven that hosts Terrarium and Team Resourceful's files.
    name = "Team Resourceful Maven"
    url = "https://maven.resourcefulbees.com/repository/maven-public/"
  }
}

In an Architectury project, you would implement it like so:

Common

dependencies {
    modImplementation "earth.terrarium:handcrafted-common-$rootProject.minecraft_version:$rootProject.handcrafted_version"
}

Fabric

dependencies {
    modImplementation "earth.terrarium:handcrafted-fabric-$rootProject.minecraft_version:$rootProject.handcrafted_version"
}

Forge

dependencies {
    modImplementation "earth.terrarium:handcrafted-forge-$rootProject.minecraft_version:$rootProject.handcrafted_version"
}

Version

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.6%
  • Kotlin 1.4%