https://github.com/sumpygump/opie-datapack
Opie Taylor Minecraft Datapack
https://github.com/sumpygump/opie-datapack
Last synced: 3 months ago
JSON representation
Opie Taylor Minecraft Datapack
- Host: GitHub
- URL: https://github.com/sumpygump/opie-datapack
- Owner: sumpygump
- License: mit
- Created: 2023-07-06T02:29:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T22:44:23.000Z (6 months ago)
- Last Synced: 2025-01-04T14:17:38.471Z (5 months ago)
- Language: Python
- Homepage: https://sumpygump.github.io/opie-datapack/
- Size: 727 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opie Taylor Minecraft Datapack
This is a datapack for Minecraft version 1.19+
## To install
Move the docs/opie.zip into the datapacks directory of one of your Minecraft worlds.
E.g. It should go in `{minecraft_dir}/saves/{worldname}/datapacks/opie.zip`, where
`{minecraft_dir}` is your Minecraft install directory, see below for paths per OS.- Linux: `/home/{username}/.minecraft`
- Windows: `C:\Users\{username}\AppData\Roaming\.minecraft`
- MacOS: `/Users/{username}/Library/Application Support/minecraft`Where `{username}` is the your user name on the OS.
And `{worldname}` is the name of the world that you have previously created
where you want the datapack to be loaded.While Minecraft is running, inside Minecraft:
- Run `/datapack list enabled` to list the loaded datapacks
- Run `/reload` to reload the datapack## To rebuild (development only)
Run `make recipes` to regenerate all the recipes (only needed if changes were
made in the bin python files.Run `make datapack` to make the zip file if there were any changes in the `data` folder
(after adding/editing any recipes).