390: Upgradeable furnace experiment. [Minecraft Map Making]
Membership: / @infernaldevice
Ep390: Playing around with a furnace that can smelt faster based on the number of a specific block nearby.
00:00 Intro
01:25 Setup
03:35 Summon marker
05:00 Controller
Version: 1.21
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:
Setup:
RUA: scoreboard objectives add timer dummy
CUA: scoreboard objectives add burn_time dummy
CUA: scoreboard objectives add block_count dummy
CUA: scoreboard objectives add cook_time dummy
CUA: scoreboard players set .multiplier cook_time 20
Controller:
RUA: scoreboard players add .furnace timer 1
CUA: execute if score .furnace timer matches 20.. store success score .furnace timer run execute as @e[type=marker, tag=furnace] at @s store result score @s burn_time run data get block ~ ~ ~ BurnTime
CCA: execute as @e[type=marker, tag=furnace] if score @s burn_time matches 1.. at @s unless data block ~ ~ ~ Items[{Slot:2b, count:64}] if data block ~ ~ ~ Items[{Slot:0b}] store result score @s block_count run clone ~1 ~-1 ~1 ~-1 ~-1 ~-1 ~-1 ~-1 ~-1 filtered magma_block force
CCA: scoreboard players operation @e[type=marker, tag=furnace] block_count *= .multiplier cook_time
CCA: execute as @e[type=marker, tag=furnace] at @s store result score @s cook_time run data get block ~ ~ ~ CookTime
CCA: execute as @e[type=marker, tag=furnace] if score @s cook_time "less than" @s block_count at @s store result block ~ ~ ~ CookTime short 1 run scoreboard players get @s block_count
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.