onnowhere / awesome-mcc

A curated list of minecraft commands resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awesome-mcc

A curated list of minecraft commands and mapmaking resources.

Contributions are welcome and wanted. See CONTRIBUTING.md for more info.

Blockbench

  • Armor Stand Animator - provides an interface for Blockbench to animate armor stands which is converted to a data pack
  • Blockbench - a boxy 3D model editor

Generators

Libraries

  • Arithmatic WASD - detection of local direction input (ie wasd)
  • Lantern load - a simple implementation of version resolution intended to allow data packs and their dependencies to load in a controllable order
  • NBT Crafting API - allows datapack creators to get the nbt data of items used in the crafting table and apply it to the output
  • Quiet custom blocks - make barrel based blocks without the noise
  • Ray Collision Detector - advanced ray casting and block/entity collition detection.
  • Score based damage - apply damage dynamically based on a score
  • String Parsing - parse strings into a char array

Mods

  • Data reload - displays datapack load errors in chat (when installed server side) and adds a F3+Y keybind to /reload (when installed client side)
  • Gitmod - a cursed serverside git client in mc
  • Resource reload - resends the server resource pack to clients on /reload
  • Shader reload - adds F3+R to reload shaders only much faster, displaying errors in chat
  • Worldedit - a map editor that runs in game

Processing

  • babelbox - a language localization generator
  • beet - the Minecraft pack development kit
  • lectern - literate programming, in Minecraft
  • Mitochondria - a website to merge resourcepacks and datapacks

Programming languages

  • Bell - programming language to help Minecraft data pack developers work smarter and faster
  • CMC - an object oriented language which compiles to commands
  • debris - Debris is a powerful language & compiler which aims to make the process of creating a datapack easier and quicker
  • mc-build/lang-mc - a function like language with syntactic sugar for creating datapacks.
  • McFunctionExtensions - some extensions to the vanilla Minecraft functions syntax
  • Onyx - a python library to create datapacks
  • Sandstone - a javascript library for datapacks
  • Trident - an extensive programming language for datapacks

Programs

Resource packs

Shaders

Statistics

  • DatapackStats - a small java program that will generate a bunch interesting numbers about your datapack
  • Function analyser - analyse all of your functions and generate a report that includes details about them

Templates

  • MapmakingTemplate - a template for maps, with a datapack, resourcepack and helpful explanations

Tutorials

Utility

  • Benchmark - a data pack for testing the efficiency of some function or command technique
  • Command Block Preview - preview command block context with floating text

Worldgen

VSCode

About

A curated list of minecraft commands resources.