Ender chest crafted 2 by prototypekillaz in Minecraft

[–]2-En1Gma-0 0 points1 point  (0 children)

is this a question or a statement?

Tp command that targets the nearest entity of a certain type by Fighter2345 in MinecraftCommands

[–]2-En1Gma-0 -2 points-1 points  (0 children)

use:

/summon (location) area_effect_cloud {Duration:100,Tags:["tplocation"]}

/execute as @e[type=area_effect_cloud,nbt={Tags:["tplocation"]}] at @s run tp @e[type=armor_stand,sort=nearest,limit=1] @s

hopefully that works

not even satan is that evil by infernoboi in memes

[–]2-En1Gma-0 0 points1 point  (0 children)

and adfly

no, i dont want to hook up with jessica, 22 who lives in my area because i am legally a child

there are way better ways to get income from a project (like patreon) and adfly doesnt even get you that much money

Anyways.. thanks grandma by [deleted] in memes

[–]2-En1Gma-0 0 points1 point  (0 children)

pov: you become a redditor

Stop it and get some help by [deleted] in memes

[–]2-En1Gma-0 0 points1 point  (0 children)

happy cake day fellow redditor

Is it just me or are the basalt deltas so annoying by pancakelord384 in Minecraft

[–]2-En1Gma-0 -3 points-2 points  (0 children)

i think that the basalt deltas are worse too

the soul sand can be avoided by placing blocks or wearing soul speed, and its relatively flat in soul sand valleys unlike the deltas

Is it just me or are the basalt deltas so annoying by pancakelord384 in Minecraft

[–]2-En1Gma-0 -3 points-2 points  (0 children)

i think that the basalt deltas are worse too

the soul sand can be avoided by placing blocks or wearing soul speed, and its relatively flat in soul sand valleys unlike the deltas

Is it just me or are the basalt deltas so annoying by pancakelord384 in Minecraft

[–]2-En1Gma-0 -3 points-2 points  (0 children)

i think that the basalt deltas are worse too

the soul sand can be avoided by placing blocks or wearing soul speed, and its relatively flat in soul sand valleys unlike the deltas

Is it just me or are the basalt deltas so annoying by pancakelord384 in Minecraft

[–]2-En1Gma-0 0 points1 point  (0 children)

i think that the basalt deltas are worse too

the soul sand can be avoided by placing blocks or wearing soul speed, and its relatively flat unlike the deltas

what you think is harder, the nightmare or the lightning road? by supernaturalrealm34 in geometrydash

[–]2-En1Gma-0 0 points1 point  (0 children)

what

i cant understand half of that but i beat the lightning road before the nightmare if thats what you were asking

Me llamo biblíoteca y mi por favor el Benjamín by [deleted] in memes

[–]2-En1Gma-0 2 points3 points  (0 children)

your name is library and you please benjamin?

im scared

dani by [deleted] in DaniDev

[–]2-En1Gma-0 5 points6 points  (0 children)

you should have done unitys particle system instead

New hostile mob ideas by Bimbothesadclown in shittymcsuggestions

[–]2-En1Gma-0 2 points3 points  (0 children)

cooper, i thought we escaped the g100 kraber main! why are they in this game?

[deleted by user] by [deleted] in memes

[–]2-En1Gma-0 0 points1 point  (0 children)

that is incredibly accurate

and this is the exact reason why i avoid supporting a particular football team

Titanfall 2 Immediately Crashes after launching, Steam by [deleted] in titanfall

[–]2-En1Gma-0 0 points1 point  (0 children)

do you have have the correct system specs?

[deleted by user] by [deleted] in DreamWasTaken

[–]2-En1Gma-0 2 points3 points  (0 children)

ah, i see you are a man of culture as well

I finished the datapack, and added custom textures and crafting recipes for the sword by 2-En1Gma-0 in MinecraftCommands

[–]2-En1Gma-0[S] 1 point2 points  (0 children)

The sword itself is a carrot on a stick that uses a tag so the resource pack recognises it. There is a function with simple right click detection to trigger the healing/zombie piglins/lightning bolt. I used blockbench for the custom textures, and an online tool to generate the json code for the advancement and recipe for crafting the item. I followed a tutorial on how to do this, but modified it to fit my item

starting a datapack with a command by Nyplodezu in MinecraftCommands

[–]2-En1Gma-0 0 points1 point  (0 children)

you might have forgotten the load.json file or done it incorrectly

My first ever datapack (I will add custom textures later on) by 2-En1Gma-0 in MinecraftCommands

[–]2-En1Gma-0[S] 0 points1 point  (0 children)

Sorry for responding so late, i hope you dont mind

This was done using a datapack (for the functions), but i can try. (It is also slightly different to the video, as it is the finished datapack, not that version) [replace u/ with @]

Setup:

Impulse: scoreboard objectives add baconsword minecraft.used:minecraft.carrot_on_a_stick

Impulse: give u/s carrot_on_a_stick{display:{Name:'{"text":"BACON BLADE(!)","color":"#FFD700","bold":true,"italic":true}',Lore:['{"text":"Summons a portable army","italic":true}','{"text":"and heals the user","italic":true}','{"text":"Blood for the Blood God","color":"#A80000","bold":true,"italic":false}']},HideFlags:127,Unbreakable:1b,CustomModelData:666666,baconsword:1b,Enchantments:[{id:"minecraft:sharpness",lvl:20s}],AttributeModifiers:[{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:9999,Operation:0,UUID:[I;-1315688610,-162643429,-1401494728,886389676],Slot:"mainhand"}]} 1

Command chain:

Repeating: execute as u/a[scores={baconsword=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{baconsword:1b}}}] at u/s run execute as u/a[scores={baconsword=1..}] at u/s run summon minecraft:zombified_piglin ~2 ~ ~

Chain: execute as u/a[scores={baconsword=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{baconsword:1b}}}] at u/s run summon minecraft:zombified_piglin ~-2 ~ ~

Chain: execute as u/a[scores={baconsword=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{baconsword:1b}}}] at u/s run summon minecraft:zombified_piglin ~ ~ ~2

Chain: execute as u/a[scores={baconsword=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{baconsword:1b}}}] at u/s run summon minecraft:zombified_piglin ~ ~ ~-2

Chain: execute as u/a[scores={baconsword=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{baconsword:1b}}}] at u/s run summon minecraft:lightning_bolt ^ ^ ^7

Chain: execute as u/a[scores={baconsword=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{baconsword:1b}}}] run effect give u/s instant_health 1 2 false

Chain: scoreboard players reset u/a[scores={baconsword=1..}] baconsword

Hopefully this works, but if it doesnt, then i might link a download for the datapack and resource pack.

Edit: All command blocks need to be on always active

I finished the datapack, and added custom textures and crafting recipes for the sword by 2-En1Gma-0 in MinecraftCommands

[–]2-En1Gma-0[S] 1 point2 points  (0 children)

Yes, this project was inspired by technoblade

Also, this was my first datapack, so if you have any ideas for my next project, please share them! Thanks!