SkillAgentSearch skills...

ResourcePacker

šŸ“¦ Aimed to easily create Minecraft resource packs with custom items and blocks.

Install / Use

/learn @MarcusSlover/ResourcePacker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

šŸ“¦ ResourcePacker

<p align="center"> <img width="128" height="128" src="https://user-images.githubusercontent.com/38810661/132093692-db8ec99d-5a7a-439b-9813-e18ab46c89d5.png"/> <br/> šŸ“¦ Aimed to easily create Minecraft resource packs with custom items and blocks.<br/> Creation of resource packs that look like OriginRealms or MineClub! </p>

ā˜• 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.

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

Click here for a lot of useful inforamtion. <br/>

šŸ“’ 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.<br/> 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!<br/>

✨ City Signs

Created by @ACraftingFish <br/> <img style="height:33%; width:33%;" src="https://user-images.githubusercontent.com/38810661/132093294-0b721979-dfed-47a4-ac9b-4519795a2537.png"/> <img style="height:33%; width:33%;" src="https://user-images.githubusercontent.com/38810661/132093484-bd6a82dc-9da3-4d53-a172-8836c13c5744.png"/> <img style="height:33%; width:33%;" src="https://user-images.githubusercontent.com/38810661/132093471-dd13ed50-9cae-4f09-a08b-3cc91019db9a.png"/>

✨ More Fruits

Created by @MarcusSlover <br/> <img style="height:33%; width:33%;" src="https://user-images.githubusercontent.com/38810661/132093581-07f4eca8-469d-40a8-ad1b-136bc58777eb.png"/>

Related Skills

View on GitHub
GitHub Stars53
CategoryDevelopment
Updated2mo ago
Forks2

Languages

Java

Security Score

100/100

Audited on Jan 12, 2026

No findings