Imgflip Logo Icon

You never gonna guess where I downloaded this

You never gonna guess where I downloaded this | made w/ Imgflip meme maker
59 views 8 upvotes Made by ._Gaster_. 2 weeks ago in MS_memer_group
13 Comments
0 ups, 2w,
1 reply
the hub
0 ups, 2w
Close.
0 ups, 2w,
1 reply
Pornhub
0 ups, 2w,
1 reply
CLOOOOSE.
0 ups, 2w,
1 reply
Rule 34 website
1 up, 2w
Indeed. On twitter I saw there was 34 posts of "job_application"

I had to see.
0 ups, 2w,
2 replies
This image can be found in several social media like Youtube, Tiktok or Reddit
1 up, 2w
Rule 34 website:
0 ups, 2w,
1 reply
Jarvis, make me a sand witch
0 ups, 2w
Here's a Sand Witch
0 ups, 2w,
1 reply
I'd love to make you a sandwich, sir, but as an AI, I can't physically prepare food. I exist only in the digital world.

However, I can definitely describe a delicious sandwich for you, or even give you a recipe if you'd like to make one yourself. What kind of sandwich sounds good right now?
0 ups, 2w,
1 reply
Code me a sandwich in Minecraft then
0 ups, 2w
Use this command in a command block or chat (with cheats enabled):

/give @p minecraft:bread{display:{Name:'{"text":"Sandwich","italic":false,"color":"gold"}',Lore:['{"text":"A tasty sandwich!","color":"gray"}']},CustomModelData:1} 1

This gives you a piece of bread renamed to “Sandwich” with lore and optional custom model data (used for custom textures via resource pack).

You can simulate crafting by detecting items in a chest and replacing them

# Detect if player puts bread + cooked beef + bread in a chest
execute if block ~ ~-1 ~ minecraft:chest{Items:[{id:"minecraft:bread"},{id:"minecraft:cooked_beef"},{id:"minecraft:bread"}]} run replaceitem block ~ ~-1 ~ slot.container.0 minecraft:bread{display:{Name:'{"text":"Sandwich"}'}} 1

Extra

You can place an item frame and put your sandwich in it like a decoration

/summon item_frame ~ ~ ~ {Item:{id:"minecraft:bread",Count:1b,tag:{display:{Name:'{"text":"Sandwich"}'}}}}

You can also:

Use a resource pack to make the “Sandwich” have a unique texture via CustomModelData.
Create a data pack that lets you craft it with real recipes.
Or use Minecraft mods (like CraftTweaker or Create) for real sandwich logic
Created with the Imgflip Meme Generator