publicclassObsidianSwordextendsSwordItem{/*** @param attack_damage 武器伤害--最终伤害=基础伤害+物品材质伤害+武器伤害;基础伤害为1.0;石头材质基础伤害为1.0,铁材质基础伤害为2.0* @param attack_speed 武器攻速--最终攻速=基础攻速+武器攻速;基础攻速为4.0* @param properties 物品的属性--物品的最大堆叠栈...
石英块Block of Quartz- (平滑石英块Smooth Quartz 錾制石英块Chiseled Quartz Block 石英柱Quartz Pillar ) 石砖Stone Bricks- (苔石砖Mossy Stone Bricks 裂纹石砖Cracked Stone Bricks 錾制石砖Chiseled Stone Bricks ) 书架Bookshelf 台阶Slab 苔石Moss Stone 陶瓦Terracotta 雪块Snow Block 岩浆块Magma Block 羊...
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...
Lucky Block Mod Finding this block might not be as simple as you would expect, but it does come in front with numerous challenges and you will surely love the way it plays, that’s for sure. At first, the the mod includes only a single block, which might not seem like much, but it...
/execute @p ~ ~ ~ detect ~1 ~-1 ~1minecraft:emerald_block 0/summon Zombie ~2 ~1 ~2{CustomName:"herobrine",CustomNameVisible:1,Equipment:[{id:minecraft:iron_sword,Count:1b,tag:{each:[{id:19,lvl:2},{id:16,lvl:2}]}},{id:minecraft:iron_boots,Count:1b,tag:{each:[{id:2,...
From the block naming you can guess what the names of the tools and armor are...but the middle sword there is a secret you'll have to download the mod for!;) ANYWAYS! TIME FOR SOME PEOPLE'S FAVORITE PART ANDTHE MOST HORRENDOUS PART FOR ME TO TAKE SCREENSHOTS OF...MOBS!!
/giveluckyblock playerName 1 50 {ID=wooden_sword@luck=-1} {ID=type=structure,ID=fort@luck=2} This gives a Lucky b]Block with a luck level of 50 that will only drop wooden swords or make forts. The more likely drop will obviously be forts, since it has @luck=2 and the lucky blo...
A frustrating part ofMinecraftis that you can only hold so many items at a time. Deciding what to keep can be difficult, which is whytheBackpackedmodis so useful. This inventory mod gives you an additional nine slots to put your precious gear into. It's made of leather and sits on you...
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...
setCanDestroy(blockIdentifiers?: string[]): voidThe list of block types this item can break in Adventure mode. The block names are displayed in the item's tooltip. Setting the value to undefined will clear the list.ParametersblockIdentifiers?: string[] = null String list of block types ...