294: Improved Mario coin block with tools for easy creation. [Minecraft Map Making]

Subscribers:
3,570
Published on ● Video Link: https://www.youtube.com/watch?v=2_MgHQwkk5Q



Minecraft
Game:
Minecraft (2011)
Duration: 44:57
180 views
15


Ep294: A much improved version of the Mario coin block and custom tools so we can place and remove them very quickly and easily.

Version: 1.19.4

Feedback from: hernangonzalez7150

Commands, builds and ideas for people making their own Minecraft maps.

Check out my collabs on Coppit's channel: https://www.youtube.com/c/CoppitJ

Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/amU84KykEu

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" with the appropriate angled bracket. Ascii code: 62

Commands used:

Setup:
IUN: scoreboard objectives add has_jumped custom:jump
CUA: scoreboard objectives add lifetime dummy

Remove Coin Block:
IUN: execute at @e[tag=coin_block.marker] run setblock ~ ~ ~ air
CUA: kill @e[tag=coin_block]

Create Coin Block:
IUN: summon marker 119 58 -9973 {Tags:["coin_block.marker","coin_block"]}
CUA: setblock 119 58 -9973 barrier
CUA: summon block_display 119 58 -9973 {Tags:["coin_block"], block_state:{Name:"minecraft:gold_block"},
transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.5f,1f,-0.5f],scale:[1f,1f,1f]},brightness:{sky:15,block:15}}
CUA: execute positioned 119 58 -9973 as @e[type=block_display, tag=coin_block, limit=1, sort=nearest] run scoreboard players set @s lifetime 5

Init:
IUN: data merge entity @e[type=block_display, tag=coin_block, limit=1]
{transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.5f,0f,-0.5f],scale:[1f,1f,1f]},brightness:{sky:15,block:15}, start_interpolation:-1,interpolation_duration:4}

Controller:
RUA: execute at @e[type=marker, tag=coin_block.marker] positioned ~-0.5 ~ ~-0.5 as @a[scores={has_jumped=1..}, dx=0, dy=-0.1, dz=0] run tag @e[type=block_display, tag=coin_block, limit=1, sort=nearest, scores={lifetime=1..}, distance=..1] add booped
CCA: data merge entity @e[type=block_display, tag=booped, limit=1]
{transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.5f,0f,-0.5f],scale:[1f,1f,1f]},brightness:{sky:15,block:15}, start_interpolation:-1,interpolation_duration:4}
CCA: execute at @e[type=block_display, tag=booped] run playsound entity.experience_orb.pickup master @a ~ ~ ~ 1 0.1 0
CCA: execute at @e[type=block_display, tag=booped] run summon item ~ ~1 ~ {Item:{id:"gold_block", Count:1b}, Motion:[0.075d,0.3d,0d]}
CCA: execute at @e[type=block_display, tag=booped] run particle electric_spark ~ ~1 ~ 0.1 0.1 0.1 0.4 20
CCA: scoreboard players remove @e[type=block_display, tag=booped] lifetime 1
CCA: data merge entity @e[type=block_display, tag=booped, scores={lifetime=0}, limit=1] {block_state:{Name:"minecraft:stone"}}
CUA: scoreboard players reset @a has_jumped
CUA: tag @e[tag=booped] remove booped

Spawn Eggs
IUN: give @p slime_spawn_egg{display:{Name:'{"text":"Place Coin Block"}'}, EntityTag:{id:"minecraft:marker", Tags:["coin_block.place"]}}
IUN: give @p strider_spawn_egg{display:{Name:'{"text":"Remove Coin Block"}'}, EntityTag:{id:"minecraft:marker", Tags:["coin_block.remove"]}}

Controller Place Egg:
RUA: execute at @e[tag=coin_block.place] run summon marker ~ ~2 ~ {Tags:["coin_block.marker","coin_block"]}
CUA: execute at @e[tag=coin_block.place] run setblock ~ ~2 ~ barrier
CUA: execute at @e[tag=coin_block.place] run summon block_display ~ ~2 ~ {Tags:["coin_block"], block_state:{Name:"minecraft:gold_block"}, transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.5f,1f,-0.5f],scale:[1f,1f,1f]}, brightness:{sky:15,block:15}}
CUA: execute at @e[tag=coin_block.place] positioned ~ ~2 ~ as @e[type=block_display, tag=coin_block, limit=1, sort=nearest] run scoreboard players set @s lifetime 5
CUA: execute if entity @e[tag=coin_block.place] run setblock ~ ~ ~2 redstone_block replace
IUN: execute at @e[tag=coin_block.place] positioned ~ ~2 ~ run data merge entity @e[type=block_display, tag=coin_block, limit=1, sort=nearest] {transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.5f,0f,-0.5f],scale:[1f,1f,1f]}, brightness:{sky:15,block:15}, start_interpolation:-1, interpolation_duration:4}
CUA: kill @e[tag=coin_block.place]

Controller Remove Egg:
RUA: execute at @e[tag=coin_block.remove] if block ~ ~-0.5 ~ barrier at @e[tag=coin_block.marker, limit=1, sort=nearest] run setblock ~ ~ ~ air
CCA: execute at @e[tag=coin_block.remove] run kill @e[tag=coin_block, limit=2, sort=nearest]
CUA: kill @e[tag=coin_block.remove]




Other Videos By Infernal Device


2024-05-09312: Infinite or reusable ender pearl. [Minecraft Map Making]
2024-05-09313: Teleport friends with ender pearls. [Minecraft Map Making]
2024-05-09311: Controlling a wandering trader. [Minecraft Map Making]
2024-05-01300: Playing fetch with a fox. Experiment. [Minecraft Map Making]
2024-04-30299: Jetpack on a stick. [Minecraft Map Making]
2024-04-29298: Checking banner patterns with commands. [Minecraft Map Making]
2024-04-28297: Recipe giving and click detection with knowledge books. [Minecraft Map Making]
2024-04-27296: Phase shifting through blocks. [Minecraft Map Making]
2024-04-26CoppitCraft Castle 047: Working on the front gate.
2024-04-26295: Playing with leads. [Minecraft Map Making]
2024-04-25294: Improved Mario coin block with tools for easy creation. [Minecraft Map Making]
2024-04-24293: Stop mobs entering or leaving an area. [Minecraft Map Making]
2024-04-23292: Controllable 3 * 3 moving platform. [Minecraft Map Making]
2024-04-22291: Stargate experiment. [Minecraft Map Making]
2024-04-20290: Tool Book: Item Frame properties. [Minecraft Map Making]
2024-04-19289: Simple mob wave system for an arena. [Minecraft Map Making]
2024-04-19288: Check if the player stops sneaking. [Minecraft Map Making]
2024-04-17287: Stop mobs attacking you with a Scroll of Friendship. [Minecraft Map Making]
2024-04-16286: Mario coin block experiment. [Minecraft Map Making]
2024-04-14285: Scroll of taming. Make those pets love you. [Minecraft Map Making]
2024-04-12284: Better chairs and custom tools to place them easily. [Minecraft Map Making]



Tags:
minecraft
adventure map
map making
commands
command blocks
1.18
custom commands
redstone
map ideas
map suggesstions
custom maps
1.19



Other Statistics

Minecraft Statistics For Infernal Device

At present, Infernal Device has 181,402 views spread across 859 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.