Membership: / @infernaldevice
Ep397: Making carpet that can go up the stairs. Great for a throne room.
00:00 Intro
01:30 Give egg - place
02:40 Give egg - remove
04:00 Controller - place
12:00 Controller - remove
13:30 Waffling
Version: 1.20.1
Command help: GalSergey
Commands, builds, hacks 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:
Give Egg - place:
IUN: give @p slime_spawn_egg{display:{Name:'{"text":"Carpet: Place"}'}, EntityTag:{id:"item_display", Tags:["carpet","init_me"], item:{id:"red_wool", Count:1b}}}
Give COAS - remove:
IUN: give @p strider_spawn_egg{display:{Name:'{"text":"Carpet: Remove"}'}, EntityTag:{id:"minecraft:marker", Tags:["remove_carpet", "carpet"]}}
Controller - place:
RUA: execute as @e[type=item_display, tag=init_me] at @s positioned ~ ~0.5 ~ facing entity @p feet positioned ^ ^ ^-0.707 align xyz positioned ~0.5 ~ ~0.5 facing entity @s feet positioned as @s run tp @s ^ ^0.06249 ^0.05 ~ ~
CUA: execute at @e[type=item_display, tag=init_me] run summon item_display ^ ^0.5 ^-0.5 {Tags:["carpet"], item:{id:"red_wool", Count:1b}}
CUA: tag @e[type=item_display, tag=init_me] remove init_me
CUA: kill @e[type=marker, tag=place_carpet]
Controller - Remove
RUA: execute at @e[type=marker, tag=remove_carpet] run kill @e[tag=carpet, limit=3, sort=nearest]