π¦ Aimed to easily create Minecraft resource packs with custom items and blocks.
Creation of resource packs that look like OriginRealms or MineClub!
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.
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 |
Click here to visit the official wiki.
If you're interested in direct jar downloads, click here to jump to releases!
Check out the list of available extensions that may be useful while using ResourcePacker:
- ResourcePackerPlugin by @MarcusSlover - A Spigot Plugin for your server. (Version 1.14+)
- PackerInventory by @AlexDorian7 - A client-side Forge Mod. (Version 1.17.1+)
<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>
repositories {
maven { url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
compileOnly 'com.marcusslover:resourcepacker:1.3-SNAPSHOT'
}
If you'd like to show off your creations here just make a pull request!
Created by @ACraftingFish
Created by @MarcusSlover