Skip to content

MarcusSlover/ResourcePacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“¦ 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