CATEGORY

Minecraft

How to Create a Custom UI with ScriptAPI in Minecraft Bedrock (Advanced Tutorial)

Introduction Minecraft is a game with a huge degree of freedom. You can simply survive and defeat the Ender Dragon, master architecture and create highly artistic works, or even create maps for distribution using commands. The possibilities are truly endless.Now, creating add-ons further increases this freedom. Not only can you create your own original items and weapons, but you can also customize the system and create distribution maps. Below is an example, which recreates the “One-Hit Sword” that appears in a certain game in Minecraft. This add-on creation is not limited to simply creating items and modifying systems. Although it […]

How to Create Custom Right-Click Actions for Any Item in Minecraft Bedrock (Script API Tutorial)

Introduction Due to the recent removal of the “Holiday Creator Features,” it is no longer possible to control the behavior of original items using json files. Therefore, if you want to create usable items, you will need to use the Script API.ScriptAPI is a feature that allows you to customize the game system using a programming language called JavaScript. For more information about this update, please see this article. However, using ScriptAPI requires some prior preparation and basic knowledge. If you are not familiar with ScriptAPI, we recommend that you read this article before reading this one. Below, we will […]

Minecraft Bedrock Script API Starter Template – Free Download & Easy Setup Guide

Download here: https://lemon-slime.com/resources/scriptAPI_template.zip Overview: This may seem sudden, but have you heard of the “Script API”? The “Script API” is a feature in the integrated version of Minecraft that allows you to customize the game system using a programming language (Javascript). With just knowledge of Javascript, you can tweak Minecraft’s systems to a certain extent. This isn’t possible in regular games. I like this aspect of Minecraft. Below is an example of the “Script API.” Incidentally, the Script API is part of an add-on. However, using the Script API requires some prior preparation. This poses a certain hurdle for beginners, […]

How to Make INVISIBLE Item Frames! – Minecraft Bedrock Resource Pack Tutorial

First, let me introduce you to an item called an “item frame” in Minecraft. This is a must-have item for any decorating enthusiast, and it’s extremely useful for decorating items. However, it’s not widely known that item frames can actually be made transparent. While the Java Edition has an NBT tag, allowing you to easily place a transparent item frame with a single command, the Bedrock Edition, as you know, does not have an NBT tag. Therefore, creating a transparent item frame has long been considered impossible. However, it’s actually possible to create a transparent item frame using a resource […]

[No Coding] Custom Item Generator – Create Your Own Items Online! [Minecraft Bedrock 1.21.20+]

Item ID Display Name (optional) Item Type NoneFoodWeaponFuel Set Item Category Allow Off-hand Stack Size Use Animation EatDrink Nutrition Saturation Modifier Time to eat [seconds] Can always eat: Convert to another item on use (optional): Attack Damage Enchantment Settings SwordPickaxeAxeShovelElytraAll Durability Group AnvilArrowAxeBannerBanner PatternBedBoatBootsButtonsCandlesChalkboardChestChest BoatChestplateCompoundsConcreteConcrete PowderCooked FoodCopperCoralCoral DecorationsCropDoorDyeEnchanted BookFenceFence GateFireworkFirework StarsFlowerGlassGlass PaneGlazed TerracottaGoat HornGrassHanging SignHelmetHoeHorse ArmorLeavesLeggingsLingering PotionLogMinecartMiscellaneous FoodSpawn EggMonster Stone EggMushroomNether Wart BlockOrePermissionPickaxePlanksPotionPottery SherdsPressure PlateProductsRailRaw FoodRecordSandstoneSaplingSculkSeedShovelShulker BoxSignSkullSlabSmithing TemplatesSplash PotionStained ClayStairsStoneStone BrickSwordTrapdoorWallsWoodWoolWool Carpet Category ConstructionEquipmentItemsNatureNone (obtainable with commands) Burn Time (seconds) Copy Overview This page is a web app that automatically generates the contents of a json file that defines an […]

How to Make Your First Custom Item Addon in Minecraft Bedrock! (Easy Beginner Tutorial)

About this page As the title suggests, this article explains how to create original items and add-ons in the Minecraft Bedrock Edition. For example, like this: ↓ While it’s a little cut off, the image on the left shows me creating my own block, the “Magic Workbench,” on a workbench, while the image on the right shows me adding a custom sword. You can create your own unique world! By watching this article and video, you’ll be able to create these custom items in the Minecraft Bedrock Edition. First, please watch this video. I previously posted it on YouTube, but […]