public ActionResult<ItemStack>use(World world,PlayerEntity player,Hand hand){ItemStack stack=player.getItemInHand(hand);if(worldinstanceofServerWorld){BlockPos pos=player.blockPosition();//获取玩家当前位置BlockPos pos1=newBlockPos(pos.getX()-5D,pos.getY()-2D,pos.getZ()-5D);BlockPos pos2=new...
This Minecraft tutorial explains how to craft a wooden sword with screenshots and step-by-step instructions. In Minecraft, a wooden sword is one of the many weapons that you can make. The wooden sword has +4 attack damage. Let's explore how to make a woo
This Minecraft tutorial explains how to craft a command block with screenshots and step-by-step instructions. In Minecraft, a command block is an item that you can not make with a crafting table or furnace and it is not available through the Creative Inv
publicclassObsidianPickaxeextendsPickaxeItem{publicObsidianPickaxe(intattack_damage,floatattack_speed,Propertiesproperties){super(ItemTier.NETHERITE,attack_damage,attack_speed,properties);}@OverridepublicActionResultTypeuseOn(ItemUseContextcontext){Worldworld=context.getLevel();//获取被右键的方块所在的世界BlockPos...
Silk Touch makes it so the blocks you mine drop the blocks themselves rather than raw materials. An example of this would be that using Silk Touch on a Diamond Ore Block will make it drop a Diamond Ore Block rather than a Diamond. This is especially helpful for players who want to gathe...
Bell block and crop block fixes 钟方块和农作物方块修复 Fixed an issue with snow layer generation 修复了雪层生成的问题 Fixed an issue with ravines near desert Villages 修复了沙漠村庄附近的峡谷问题 Renamed Illager Beast to Ravager 重命名灾厄之兽为劫掠兽 ...
First, you will need to put a block of wood in each slot of your furnace. This will craft charcoal. Then when it's done, you will need to put it on your crafting table along with a stick. The stick goes on the bottom, and the charcoal goes on top. You should repeat this step ...
replaceitem block 1 2 3 container.minecraft:chest.4 minecraft:apple 10 以上命令可以将一个坐标为(1,2,3)的箱子的第5个插槽中添加10个苹果。 在村民的身上添加附魔物品 replaceitem entity @e[type=villager] slot.armor.head diamond_helmet 1 0 {Enchantments:[{id:protection,lvl:4},{id:unbreaking,lvl...
To visit each planet, you activate a portal frame with fire. Mercury, for example, can be accessed by lighting a gold block portal. Each planet’s portal color will vary; experiment to see which planet you can reach next. 5.VerticalRedstone(1.3.2) ...
After you have created a custom item with the Wizard, you can use Blockbench to design a custom 3D model for it.The plugin works similarly to the Minecraft Entity Wizard and the Minecraft Block Wizard.Demonstration: How to Make a Custom ItemThis video shows how to make a custom item with...