Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 940 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 940 Bytes

Minecraft Resourcepack Helper

To help minecraft developers create resource packs more efficiently Only support namespace "minecraft", and other namespaces may be suppoted later

Features

  • Goto Definitions (also support CIT)
  • Json Validator
  • Creating New Pack by Command
  • Highlight for Variables in Model Files

Install

You can install it from the VSCode Marketplace

Goto Definitions

You can goto the definitions of textures and models in the workspace by Ctrl-clicking on their names.

definition

Validator

It can help you verify the validity of the JSON file and display error messages and suggestions.

validitor

Repository

https://gitee.com/stone926/minecraft-resourcepack-helper

Enjoy!