2
Adventure mode help
Hello! I'm making an adventure map, but I have no idea how to make an item that can only be placed on a specific block or can only break a specific block
e.g. Basement key: can only be placed on Gold Block, Escaping shovel: can only break Gravel
Do I need a plugin or something?
Or is it nbt data or a command?
If you know, please tell me!
e.g. Basement key: can only be placed on Gold Block, Escaping shovel: can only break Gravel
Do I need a plugin or something?
Or is it nbt data or a command?
If you know, please tell me!
1
Heyo Simple Productions!
You can do this in vanilla minecraft
Sorry if its already too late, but heres answers to your examples
/give @p tripwire_hook{CanPlaceOn:[gold_block]} 1
/give @p iron_shovel{CanDestroy:[gravel]} 1
I suggest using this website for future items!
www.gamergeeks.net/apps/minecraft/give-command-generator
(I didnt put custom names on them because the words get wonky when placed here!)
You can do this in vanilla minecraft
Sorry if its already too late, but heres answers to your examples
/give @p tripwire_hook{CanPlaceOn:[gold_block]} 1
/give @p iron_shovel{CanDestroy:[gravel]} 1
I suggest using this website for future items!
www.gamergeeks.net/apps/minecraft/give-command-generator
(I didnt put custom names on them because the words get wonky when placed here!)
