https://github.com/truewinter/hopper
https://github.com/truewinter/hopper
minecraft resource-pack
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/truewinter/hopper
- Owner: TrueWinter
- License: mit
- Created: 2023-11-19T18:06:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T16:20:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-30T17:35:01.943Z (almost 2 years ago)
- Topics: minecraft, resource-pack
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hopper
Hopper is a command-line tool to extract Minecraft resources for use in resource packs.
You should know how to create resource packs and run command-line tools before using Hopper.
# Usage
Run `hopper.exe -help` for a list of flags and their purpose.
Running the following command will copy all assets with names containing either `blaze` or `magma` from 1.20.1 to an `assets` folder in the `nether` folder. Filtered language files (for file names containing `en`) and filtered `sounds.json` will also be outputted.
```
hopper.exe -version 1.20.1 -pattern blaze,magma -output nether -lang en -sounds
```
This will only work if you have downloaded and opened 1.20.1 at least once, and if the `nether` folder exists.
# Disclaimer
Hopper is not an official Minecraft product and is not approved by or associated with Mojang or Microsoft.