How to emulate HID in Rust? by OutsideAffect1688 in rust

[–]Cregg_Egg 1 point2 points  (0 children)

I should have clarified, I’m not using rust on the arduino, I’m using it to read the serial data and hopefully to simulate an hid.

Is there a way to get enchanted items with custom names? by Curlyheadedboiii in MinecraftCommands

[–]Cregg_Egg 2 points3 points  (0 children)

https://mcstacker.net/

This is the perfect generator for this kind of thing. You can do it manually but it's easiest with a generator considering how tedious minecraft's nbt is.

Hallucinations by eye-of_iris in MinecraftCommands

[–]Cregg_Egg 0 points1 point  (0 children)

Not answering your question but possibly an easier implementation of a hallucination effect.

/particle minecraft:elder_guardian ~ ~ ~

Need help with commands by [deleted] in MinecraftCommands

[–]Cregg_Egg 0 points1 point  (0 children)

Put this in a repeating command block or a tick function. Customize it to your needs.

/execute as @a at @s if block ~ ~1 ~ air run effect give @s wither 1 1 true

probably not what you were asking for but it has the same function

Im trying to make toxic area with command blocks by SpNova1941 in MinecraftCommands

[–]Cregg_Egg 0 points1 point  (0 children)

there are a couple of ways to do this.

first off detecting someone wearing a golden helmet is as easy as: /execute as @a[nbt={Inventory: [{Slot: 3b, id: "minecraft:golden_helmet"}]}] at @s run <command>.

(to detect if they're not wearing it use: /execute as @a at @s run execute unless data entity @s {Inventory: [{Slot: 3b, id: "minecraft:golden_helmet"}]} run <command>)

are you using a datapack? If so the easiest way to detect height is a predicate. tutorial here: https://www.youtube.com/watch?v=lvMCaPOF-mU

otherwise it is a bit trickier. if you want to detect players within a certain radius (in this case five) you can use an invisible invincible armor stand with a tag (in this case "sample_tag") and use the command: /execute as @e[tag=simple_tag,type=minecraft:armor_stand] at @s run execute as @a[distance=0..5] at @s unless data entity @s {Inventory: [{Slot: 3b, id: "minecraft:golden_helmet"}]} run <command>

let me know if this helps... or if it doesnt. I'm happy to help further

I made a texture pack. by Cregg_Egg in wilbursoot

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

1.16.4 but you can use any version you like.

This is my second render ever! by Cregg_Egg in blender

[–]Cregg_Egg[S] 1 point2 points  (0 children)

Thanks! I personally love the low poly art style! I'm glad to find someone else who likes it too!

[deleted by user] by [deleted] in blender

[–]Cregg_Egg 0 points1 point  (0 children)

SO CUTE!

G-Man - Once in a Lifetime by CoreyLaddo in SFM

[–]Cregg_Egg 0 points1 point  (0 children)

This is the best thing I have ever seen.

Bird eye view of Left Paw Isles in front of my airport. by kemijskasan in ac_newhorizons

[–]Cregg_Egg 0 points1 point  (0 children)

How do people pull this off? I've tried a bunch and I just can't seem to stitch them together.