How to make custom items in minecraft bedrock
Emily Cortez
Published Mar 25, 2026

In this tutorial we are going to learn how to create a simple “ectoplasm” item, which we will later use as a loot-table drop for our ghost entity. Conceptually, items are made up of two parts: The visuals (texture, name) The behaviors (how the item should behave) First, we will learn how to create a new simple item & define its behaviors.
There are other answers below:
You can already recognize parts of the file syntax from the custom item creation, such as “format_version” and “description”/”identifier”. We use the same namespace in all the pack files. In our example case, the namespace is wiki. The entity’s id is ghost. The other keys in “description” all take Booleans (true or false) as their values.
This tutorial will be covering custom food, ite… Today I’ll be showing you on How to Make Custom Items in MCPE and Windows 10 also known as Minecraft Bedrock!
Hello & Welcome,In this video I’m showing you how to create custom recipes for minecraft bedrock edition, using an amazing FREE program called bridge.Note th…
Make sure the last toggle is on then click create. Step 3 Image Part 1. Step 3 Image Part 2. Step 4: Create an item file. Start by clicking on the 3 …
To get started, create a folder with the name of your add-on (I called mine Hello Minecraft) and then two folders within that one called Behavior Pack and Resource Pack respectively (henceforth referred to jointly as the pack folders). Within the newly created pack folders, create a file named manifest with a file extension of .json. The resulting stucture …
Sometimes, developers can create tools for Minecraft creators that change the way we approach the game. Blockbench by JanisX11 is without a doubt one of those tools. Available for macOS, Windows, Linux, and even in your browser, the open source Blockbench is a custom modeling tool for editing and creating new items, blocks, entities, and textures for both …
A while ago, Mojang added attributes to Minecraft. This feature added a lot of possibilities to custom items rather than just enchantments. In order to get these attributes however, you will need to use Command Blocks or NBT Edit. These effects I will show you are all commands. To get a Command Block, type in /give @p 137 1. Boots of Speed
Now, if we want to make the villager permanently living in your world, input this in the Command Block as things will start becoming longer than usual: /summon Villager ~1 ~ ~ {Invulnerable:1,CustomName:Squidward,Profession:2,Career:}
– for Minecraft Java Edition players, they need to upload their .json of custom player model to website to change their models, for Minecraft Bedrock edition players, just simply change their model from skin settings
Related Questions
Is there a Minecraft Bedrock Edition version of Minecraft with player models?
This one is made by me on Minecraft Bedrock Edition version 1.2.0 I know, this feature is added for Minecraft Bedrock Edition but it was removed because of player model could be considered as cheating on servers.
How to add attributes to Minecraft items?
A while ago, Mojang added attributes to Minecraft. This feature added a lot of possibilities to custom items rather than just enchantments. In order to get these attributes however, you will need to use Command Blocks or NBT Edit.
Is it easier to get in-game skins for the Bedrock Edition?
For Bedrock edition will be even easier because of in-game skin selections. 3. Armor, Elytra, and Cape “Once, on a server, I saw a player with a tiny custom-model skin (Yoda), and they were on Skywar or something, and they were very hard to see, and the item held and the armor were INVISIBLE.”
What is modded Minecraft?
A partial add-on for Minecraft that enables creators to alter the appearance of the Minecraft worlds that implement them. A partial add-on for Minecraft (specifc to BE) that enables creators to alter the behavior of the items and entities used in the Minecraft worlds that implement them.