3.minecraft:item_lock: 这个标签的内容是一个对象,对象里有且只有一个键,键的名字叫"mode",值是一个字符串,字符串内容只能为"lock_in_inventory"或"lock_in_slot" 如果mode的值为"lock_in_inventory": 这个物品将不能被丢弃或合成 如果mode的值为"lock_in_slot": 这个物品将不能被丢弃,合成或移动打开...
在minecraft中被用来存储各种数据.它以json的形式被调用.(不知道json是什么的可以去看看lemo大佬的这篇文章:https://b23.tv/urc2Kv) 在基岩版中,能被玩家自定义使用的nbt只有四个:can_destroy,can_place_on,keep_on_death和item_lock,它们对应的功能分别是(方块)能被放置在___,(物品)能挖掘___【均只限冒...
我的世界指令师应该会喜欢的一个指令 /give@scommand_block 1 1 {"minecraft:item_lock":{"mode":"lock_in_inventory"},"minecraft:keep_on_death":{}} 用这个指令获得的命令方块除了指令就不能被拿走,这样就不怕把命令方块弄丢了#Angelcox的指令世界# 更多精彩 我的世界:我这是什么逆天运气! 煞神吖 18...
This Minecraft tutorial explains how to craft alight blockthat emits a light level between 0 and 15. In Minecraft, a light block is an item that you can not make with a crafting table or furnace. Instead you need to use the cheat called the/give commandto get this item in the game. ...
This Minecraft tutorial explains how to use the /give command with screenshots and step-by-step instructions. You can give a player any item whenever you want using the /give command in Minecraft.
"minecraft:behavior.go_and_give_items_to_noteblock":{ "priority": 2, "listen_time": 0.000000, "reach_block_distance": 10.0 } Vanilla entities example allay JSON 複製 "minecraft:behavior.go_and_give_items_to_noteblock": { "priority": 3, "run...
Learn Minecraft Bedrock Edition Save Add to Collections Add to Plan Print Twitter LinkedIn Facebook Email /give Command Article 12/10/2023 2 contributors Feedback In this article Usage Arguments Gives an item to a player.Expand table Permission Level Game Directors Requires Cheats? YesUsage...
/replaceitem entity @a slot.hotbar 0 snowball 7 0 {"minecraft:item_lock":{"mode":"lock_in_inventory"}} 获得固定的黄标雪球 /replaceitem entity @a slot.hotbar 0 snowball 7 0 获得固定的普通雪球 /clear @s snowball 清空背包雪球 /give @s netherite_block 64 获得一组下界合金块 ...
/give @s snowball 1 0 {"item_lock":{"mode":"lock_in_slot"}} 获得红标雪球/replaceitem entity @a slot.hotbar 0 snowball 7 0 {"minecraft:item_lock":{"mode":"lock_in_inventory"}} 获得固定的黄标雪球/replaceitem entity @a slot.hotbar 0 snowball 7 0 获得固定的普通雪球/clear @s ...
minecraft:giveable defines sets of items that can be used to initiate events when used on the entity. The item will also be taken and placed in the entity's inventory. Parameters 展開表格 NameDefault ValueTypeDescription cooldown 0.0 Decimal An optional cool down i...