367: Item Display you can pick up. [Minecraft Map Making]
Ep367: Displaying an item using an item display in your map that the player can pickup.
00:00 Intro
01:10 Create the item display
08:05 Controller
Version: 1.19.4
BDStudio: https://eszesbalint.github.io/bdstudi...
BDStudio tutorial: • HOW to make BLOCK DISPLAY MODELS? | M...
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: / coppitj
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: / discord
The following commands are prefixed with three letters which represent the settings of the command block. E.g IUN: = Impulse Unconditional Needs_Redstone. These prefixes need to be removed if copying the commands.
Since angled brackets are not allowed in YouTube descriptions you will have to replace "greater than" and "less than" with the appropriate angled bracket.
Commands used:
Create:
IUN: summon interaction 40 56 15 {Tags:["shovel","shovel_input"], width:0.3, height:1.1, Passengers:[{id:"minecraft:item_display", item:{id:"minecraft:stone_shovel", Count:1b}, Tags:["shovel","shovel_item"], transformation:[-0.7071f,-0.7071f,0f,0f,0.683f,-0.683f,0.2588f,0.5f,-0.183f,0.183f,0.9659f,0.05f,0f,0f,0f,1f]}]}
CUA: execute as @e[tag=shovel_input] at @s run tp @s ~ ~ ~-0.4
Kill:
IUN: kill @e[tag=shovel]
Controller:
RUA: execute as @e[type=interaction, tag=shovel_input] at @s on target run tag @e[type=interaction, tag=shovel_input, distance=..0.1, limit=1] add take_me
CUA: execute at @e[type=interaction, tag=take_me] run summon item ~ ~ ~ {Item:{id:"minecraft:stone_shovel", Count:1b}, PickupDelay:0}
CUA: execute at @e[type=interaction, tag=take_me] run kill @e[tag=shovel, limit=2, sort=nearest]
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 181,722 views spread across 860 videos for Minecraft, accounting for over 10 days of watchable video on his channel. This is 94.82% of the total watchable video for Minecraft on Infernal Device's YouTube channel.