Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.52 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.52 KB
page_type author description ms.author ms.date languages products
sample
mammerla
A basic collection of custom Minecraft items.
04/01/2022
typescript
minecraft

Minecraft Custom Items Demo Project

This sample demonstrates a set of different custom items with different capabilities.

Prerequisites

Install Node.js tools, if you haven't already

We're going to use the package manager npm to get more tools to make the process of building our project easier.

Visit https://nodejs.org/.

Download the version with "LTS" next to the number and install it. (LTS stands for Long Term Support, if you're curious.) In the Node.js Windows installer, accept the installation defaults. You do not need to install any additional tools for Native compilation.

Install Visual Studio Code, if you haven't already

Visit the Visual Studio Code website and install Visual Studio Code.

Summary

This a complete example of building multiple different types of items with various different visual representations, in Minecraft.

Manifest