ResourcePacker icon indicating copy to clipboard operation
ResourcePacker copied to clipboard

ðŸ“Ķ Aimed to easily create Minecraft resource packs with custom items and blocks.

ðŸ“Ķ ResourcePacker


ðŸ“Ķ Aimed to easily create Minecraft resource packs with custom items and blocks.
Creation of resource packs that look like OriginRealms or MineClub!

☕ Introduction

ResourcePacker is a program written in Java that lets you create Minecraft resource packs in a really efficient way. It is incredibly useful for developers who work with things related to CustomModelData, custom guis, custom sounds, or custom blocks.


To generate a resource pack you just "feed" the program with images or sounds, then run the program and it is ready!

Click here for a lot of useful inforamtion.

📒 Supported Features

Feature Status
Custom blocks ✔ Done
Custom slabs ✏ Work in Progress
Directional blocks ✏ Work in Progress
Custom items ✔ Done
Custom items in item frames ✔ Done
Custom models ✏ Work in Progress
Custom fonts ✏ Work in Progress
Custom inventories (GUI) ✏ Work in Progress
Custom sounds ✔ Done

📖 How to use it?

Click here to visit the official wiki.
If you're interested in direct jar downloads, click here to jump to releases!

🎈 Extensions

Check out the list of available extensions that may be useful while using ResourcePacker:

ðŸ’ŧ For Developers

ðŸĶĒ Maven

<repository>
    <id>ossrh</id>
    <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

<dependency>
    <groupId>com.marcusslover</groupId>
    <artifactId>resourcepacker</artifactId>
    <version>1.3-SNAPSHOT</version>
</dependency>

🐘 Gradle

repositories {
    maven { url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
}

dependencies {
    compileOnly 'com.marcusslover:resourcepacker:1.3-SNAPSHOT'
}

ðŸŽĻ Creations made with ResourcePacker

If you'd like to show off your creations here just make a pull request!

âœĻ City Signs

Created by @ACraftingFish

âœĻ More Fruits

Created by @MarcusSlover