Skip to content

A simple and handy datapack generator to setup the file structure of my packs

Notifications You must be signed in to change notification settings

RoarkCats/datapack-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datapack Generator

🛠️ A simple and handy datapack generator to set up the file structure of my packs.

⚡ Rewritten in Go with portability and speed in mind!

Features

  • Generates welcome message and namespace scoreboard dummy
  • Accepts and converts Minecraft versions to pack format versions
  • Prompts for supported version range when applicable
  • Provides legacy RNG import for old pack versions
  • Writes files from embedded template files for ease of modification when building

Installation

  1. Download the latest executable release
  2. Run the script and provide input as suggested

Building

  1. Install/Use Go (1.24.5+)
  2. Clone/download this repo
  3. Run go build within the directory from cmd