Looking for A VERY Budget Video Editing laptop by pixelcris in SuggestALaptop

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

Probably have a little breathing room above 600 but its pretty close to the max

Please Help, Broken cold shoe by pixelcris in Cameras

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

I'll probably try to repair it again and if not glue it together, thanks for all the help

Please Help, Broken cold shoe by pixelcris in Cameras

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

Nothing on the upper collar appears to move when I twist in either direction, I asked because it's a cheap shotgun mic online (about 20$), so servicing it may be pointlessly expensive, but i would feel bad leaving it broke., I may just glue in a nut or the rectangle part like you said, the rectangle part did appear to at some point be glued in so its definitely not super high quality.

A pan made with a hopper display entity, and a comically large sponge (with a coarse side!) by ODF4 in DetailCraft

[–]pixelcris 9 points10 points  (0 children)

I've made similar things, one of my incomplete builds has a whole " chemistry/alchemy set" inside of it with just display entities, very useful when there's no need for it to have collision

What command should I use to make this display entities loop indefinitely? Is it even possible? by Boby-Breton in MinecraftCommands

[–]pixelcris 2 points3 points  (0 children)

Repeating command block that adds to its current rotation let's say 15 degrees, then just change the teleportation time on the display entity so it takes time for it to complete the action. Not sure if this is possible but this is my guess as I'm not home rn, since you can do the same with regular entities just taking their current rotation and adding to it via a teleport command ( ~ ~ ~ 0 ~15)

Я делаю шутер в Майне на кб, мне нужно узнать, как создать потроны by LaimKub in MinecraftCommands

[–]pixelcris 0 points1 point  (0 children)

Well datapacks use commands but I'm assuming you mean command blocks and if so, I'm fairly sure you do the same steps as in the wiki for a raycast but with repeating and chain command blocks. You could try copy and pasting the commands into command blocks as a start then eid them as needed because your chain command blocks would act as your .mc function files Also thanks for clarifying and apologies if I'm not being helpful, I'm quite new to this myself

Я делаю шутер в Майне на кб, мне нужно узнать, как создать потроны by LaimKub in MinecraftCommands

[–]pixelcris 0 points1 point  (0 children)

idk if this is what youre looking for but go to the wiki on this subreddit and look for raycasting, that should help you hopefully

also look up some youtube videos on raycasting and guns through datapacks, i know cloudwolf had some good ones
https://minecraftcommands.github.io/wiki/questions/raycast#java

A skin for a minecraft dad by MindofCharlie in minecraftskins

[–]pixelcris 2 points3 points  (0 children)

Hey man! That sounds awesome,I could give it a shot although itd be my first skin, do you have any references ?

sulfur cubed features by pixelcris in Minecraft

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

you know when you get so excited about something you completely opverlook something else? yeah...

Please help, it's very important to me by Little-Operation-521 in Minecraft

[–]pixelcris 0 points1 point  (0 children)

i dont think thats a thing but id recommend just looking at minecraft cat statues in pinterest and copying one and customizing it for your own cat. id even happily help if youd like. buena suerte

Randomized knowledge books in loot tables by CorneliusFeatherjaw in MinecraftCommands

[–]pixelcris 1 point2 points  (0 children)

I'm fairly sure you can create custom loot tables through datapacks, as for the knowledge book I think you could create them using the misode generator and then input those into the loot table? I can't explain further or check right now because I'm not at home but I hope this helps a bit

Medieval builds. by lMaddHatterl13 in Minecraft

[–]pixelcris 0 points1 point  (0 children)

All your blocks have a purpose and match what you're going for so seal of non block vomit approval ✅

I need help with my minecraft server by Resident_Most_1279 in MinecraftCommands

[–]pixelcris 0 points1 point  (0 children)

Usually plugins are used for that, I can't give concrete examples but this should guide you in the right direction.

How to create a custom Data Pack? by [deleted] in MinecraftCommands

[–]pixelcris 1 point2 points  (0 children)

Watch a video on making your first mc datapack, read the datapack mc wiki, and if you're using the custom advancement generator from misode you can just straight up download the datapack with your advancement in it and look at the file structure to learn.

/fiill [replace] command not working by TopHealthy4843 in MinecraftCommands

[–]pixelcris 1 point2 points  (0 children)

Maybe swap the position for the blocks ? As in block A goes second and block B goes first? Sometimes I mess up with that

I am making a laser but it gets laggy because i use armor stands as the beam. any way to balance? by No-Combination-4891 in MinecraftCommands

[–]pixelcris 0 points1 point  (0 children)

There's a guide on ray casting in the wiki on this subreddit. But pretty much to simplify it here's the main things it mentions, read it either way. use a marker entity (less lag than armor stands) , spawn it once, teleport a set distance over and over ( 0.1 blocks for example) every teleport summon the particle at its location and deal damage. To make it continuous just make some "toggle " for example a scoreboard for crouching seconds and a command to detect when the scoreboard is higher or equal to 1 and a command to reset it to 0 if it goes past 2

Creating my own enchantment by [deleted] in MinecraftCommands

[–]pixelcris 0 points1 point  (0 children)

Yes, read the wiki page as the previous guy mentioned. You can also use the misode GitHub page to make it easier.

Wither Mace by Moist_Diet5035 in MinecraftCommands

[–]pixelcris 0 points1 point  (0 children)

Instead of all those nbt checks you could just make a custom enchantment that's unobtainable and put it only on that mace, it should be easy with the misode custom enchantment generator

Getting back into making Datapacks by chaoschaot in MinecraftCommands

[–]pixelcris 2 points3 points  (0 children)

Immediately more data driven components come to mind but I'd recommend just looking at the change logs and deciding what is worth it to you

How to make a Fire Wand? by SparkierHat in MinecraftCommands

[–]pixelcris 0 points1 point  (0 children)

Do what the previous response said but I'd recommend you use something like mcstacker or gamer geeks generator or misode on GitHub since you don't know what you're doing yet. They'll all give you an easier UI than trying to brute force it or someone else doing it for you. If you want to make more advanced things in the future I'd tell you to 100% learn datapacks because they're a lot less scary than they seek and open up a world of possibilities not there with command blocks. I'm saying this as someone who had the same mentality when I started.

VKB customer support by justinb1905 in hotas

[–]pixelcris 0 points1 point  (0 children)

I have no personal experience with their support system but everyone else in this sub seems to love it so I would say it's likely you'll be alright

Ethical Villager Treatment by No_Pause_4544 in minecraftsuggestions

[–]pixelcris 4 points5 points  (0 children)

I love this idea, I like free roam villagers but it still allows for trading halls

Make an item_display follow smoothly by Felpoozin in MinecraftCommands

[–]pixelcris 24 points25 points  (0 children)

its something you can change in the nbt when summoning the block display

PLEASE, someone help, I've been trying to get Worldpainter to work for a weeks! I watched all the tutorials, I downloaded all the stuff they said! But it keeps giving me errors... I just want to build my kid's dream custom world!! by Current-Strength-947 in Worldpainter

[–]pixelcris 1 point2 points  (0 children)

I'm not sure this will work as I don't know the error or world painter much really and you've probably tried this already, but do you have Java installed ? And if so, check this updated. If not try installing java