page_type | author | description | ms.author | ms.date | languages | products | ||
---|---|---|---|---|---|---|---|---|
sample |
mammerla |
A basic collection of custom Minecraft items. |
04/01/2022 |
|
|
This sample demonstrates a set of different custom items with different capabilities.
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.
This a complete example of building multiple different types of items with various different visual representations, in Minecraft.
- behavior_packs/custom_item: This contains behavior implementations for a set of custom items.
- resource_packs/custom_item: This contains resources for a set of custom items.