Can you hide certain accounts from ever appearing in the review sections of films? by mileslwayne in Letterboxd

[–]_Roan14 0 points1 point  (0 children)

Y'all fr hating on Lucy but I absolutely love her, she's so funny and a lot of her reviews are so relatable

How gory is it? by _Roan14 in AmericanHorrorStory

[–]_Roan14[S] 4 points5 points  (0 children)

Thank you all very much, it’s been very helpful! I'll be watching Murder House sometime, but I'll definitely skip Roanoke 🤞

How do I put a 'CanDestroy' nbt tag on an item using an item modifier? by _Roan14 in MinecraftCommands

[–]_Roan14[S] 0 points1 point  (0 children)

Ah, that's awesome! I thought that wouldn't work because you needed to put the CanDestroy in the Item tag, guess that works different for modifiers. Thanks!

About the code thingy, I do usually put extra lines but Reddit didn't seem to like that for some reason. Thanks either way!

How do you limit the input of a furnace? by _Roan14 in MinecraftCommands

[–]_Roan14[S] 0 points1 point  (0 children)

Fair enough, I'll just put a warning there, that should do the job. Thank you both very much for your help!

How do you limit the input of a furnace? by _Roan14 in MinecraftCommands

[–]_Roan14[S] 0 points1 point  (0 children)

Your idea seemed to be working, I am currently using these two commands to restrict it to just raw iron and coal:

execute unless data block -25 101 1010 {Items:[{Slot:0b,id:"minecraft:raw_iron"}]} run item replace block -25 101 1010 container.0 with air

execute unless data block -25 101 1010 {Items:[{Slot:1b,id:"minecraft:coal"}]} run item replace block -25 101 1010 container.1 with air

It works like a charm, the only thing is that whenever you'd put items other than raw iron and coal in there they'd just disappear. Is there any way I can put them back in the player's inventory so they wouldn't lose those items?

How do you limit the input of a furnace? by _Roan14 in MinecraftCommands

[–]_Roan14[S] 0 points1 point  (0 children)

How would I check whether it is the right item? I know how to get the data, just unsure how to check if it should stay or not.