Data Packs Tool

Data Pack Generator

  • Functions
  • 5,855 views • 7 today
  • 339 downloads • 0 today
  • 11
  • 7
  • 5
Required Resource Pack
LezaHMC75
Level 38 : Artisan System Engineer
8
Only compatible for Windows

Hello there!

Do you need to make the data pack basics as fastest as possible?

So, this tool is for you!

This tool generates you a pre-generated basic data pack with all the basic files and folders!
And, another stuff: a pre-generated resource pack for your data pack

This resource pack contains basic files, language files, and the OptiFine folder with OptiFine CIT and OptiFine Random if you want to add custom OptiFine textures!!

Don't wanna OptiFine textures?
Only generate the packs and delete the OptiFine folder!

Download And Install Instructions:
- Download the tool
- Click "Extract here"
- Open the generated folder
- Double click "generate-packs.cmd"

There are your data pack and resource pack generated!
CompatibilityMinecraft 1.13
toMinecraft 1.19
Tags

  Have something to say?

Psaurin
10/20/2022 6:20 pm
Level 1 : New Miner
yeah windows blocked the virus, but it was worth downloading to see if it would kill my computer.
1
LezaHMC75
10/20/2022 6:32 pm
He/Him • Level 38 : Artisan System Engineer
No problem with the commands that I used!

this are all the instructions that I used



@echo off
mkdir "generated_datapack"
mkdir "generated_resourcepack"

echo Creating folders...
mkdir "generated_datapack/data/minecraft"
mkdir "generated_datapack/data/example"
mkdir "generated_datapack/data/minecraft/tags/functions"
mkdir "generated_datapack/data/example/functions"

mkdir "generated_resourcepack/assets/minecraft/blockstates"
mkdir "generated_resourcepack/assets/minecraft/font"
mkdir "generated_resourcepack/assets/minecraft/lang"
mkdir "generated_resourcepack/assets/minecraft/models"
mkdir "generated_resourcepack/assets/minecraft/particles"
mkdir "generated_resourcepack/assets/minecraft/shaders"
mkdir "generated_resourcepack/assets/minecraft/texts"
mkdir "generated_resourcepack/assets/minecraft/textures"
mkdir "generated_resourcepack/assets/optifine/cit"
mkdir "generated_resourcepack/assets/optifine/random"

echo Generating packs...
copy "generator" "generated_datapack"
copy "generator/data" "generated_datapack"
copy "generator/data/minecraft/tags/functions" "generated_datapack/data/minecraft/tags/functions"
copy "generator/data/example/functions" "generated_datapack/data/example/functions"

copy "generator" "generated_resourcepack"
copy "generator/assets" "generated_resourcepack"
copy "generator/assets/minecraft/lang" "generated_resourcepack/assets/minecraft/lang"
echo Done!
2
Apollo404
10/20/2022 11:08 pm
She/Her • Level 71 : Legendary Terraformer Fox
why didn't you just upload the empty datapack/resource pack this program generated instead, so people aren't downloading something sketchy?
3
LezaHMC75
10/21/2022 4:03 pm
He/Him • Level 38 : Artisan System Engineer
I will consider that, thank you for your feedback!
1
LezaHMC75
10/21/2022 4:11 pm
He/Him • Level 38 : Artisan System Engineer
Done! Thank you for your feedback
1

Welcome