199: Book controlled 2 axis moving platform. [Minecraft Map Making]
Ep199: Using books to tell a moving platform which way it should go. Easily create paths for the platform to follow.
Java Version: 1.19
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.
Commands used:
Create platform:
IUN: summon armor_stand ~ 58 ~4 {Rotation:[0f,0f],Tags:["platform"],Marker:1b,Invisible:0b,Passengers:[
{id:"minecraft:shulker",NoAI:1b,Silent:1b,NoGravity:1b,Invulnerable:1b,ActiveEffects:[{Id:14,Amplifier:1,Duration:1000000,ShowParticles:0b}],Tags:["platform"],DeathLootTable:"empty"}
,{id:"falling_block",NoGravity:1,Time:-1000000,DropItem:0,BlockState:{Name:"minecraft:light_gray_wool"},Tags:["platform"]}]}
Remove platform:
IUN: execute as @e[tag=platform] at @s run tp @s ~ -2122 ~
CUA: kill @e[tag=platform]
Give direction book:
IUN: give @p minecraft:written_book{title:"Direction Book",author:"GalSergey",pages:['"+Z SOUTH"','"-X WEST"','"-Z NORTH"','"+X EAST"']}
Controller:
RUA: execute as @e[type=armor_stand,tag=platform] at @s positioned ^ ^-2 ^.51 if block ~ ~ ~ minecraft:lectern positioned ^ ^2 ^-.51 align xyz run tp @s ~.5 ~ ~.5
CUA: execute as @e[type=armor_stand,tag=platform] at @s positioned ^ ^-2 ^.51 if block ~ ~ ~ minecraft:lectern store result entity @s Rotation[0] float 90 run data get block ~ ~ ~ Page
CUA: execute as @e[type=armor_stand,tag=platform] at @s run tp @s ^ ^ ^.1
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 182,428 views spread across 865 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.