#Looking for highly knowledgeable developers

25 messages · Page 1 of 1 (latest)

mossy spear
#

There's been a lot of scammers around, you're much more likely to get a response if you post details.

limpid meadow
#

i would say you are much more likely to get a scam response by saying "DM me"

ruby hawk
#

Ah, great

#

I am not sure how to put details into it 💀
I need a really good developer to make me understand basically how minecraft works

#

If that helps 😂

limpid meadow
#

so you want a minecraft development tutor

ruby hawk
#

Of some sort yes

#

Really a basic run down

#

In voice chat

limpid meadow
#

in regards to scripts (mcfunctions) or mods (java) or datapacks (jsons) or resource packs (assets/textures/mcmetas)

ruby hawk
#

All

limpid meadow
#

good lick

ruby hawk
limpid meadow
#

hard to find someone to help when you dont have any focus control

ruby hawk
limpid meadow
#

i dont vc. still, good luck. i hope you get the support you want

ruby hawk
naive rose
#

Yeah, we as devs tend to have a single focus

naive rose
limpid meadow
#

not sure. I tend to avoid generics. generally people learn better with a specific thing they want to learn, put effort into learning it, and then run into a blocker of some sort.

guiding someone to solve their own problem leads to more concrete knowledge than dictating and lectures

#

the Minecraft Wiki is a great place to learn how minecraft handles its own resources like json files and textures, along with worldgen and structures

#

for development of mods, learning java (or an object oriented program language as a good start) will help understand the basics and exploration and curiosity will likely take you farther than anything else

ruby hawk
#

Thank you

subtle rampart
#

ive been learning to mod and me personally, I didnt like the generic java tutorials (though I do recommend you watch them) so I only watched kaupenjoes java for modding tutorial and then just started to mod, I just tried to make what I want, if I didnt know how, I used google or looked at other peoples code. and then I could eventually do it (sometimes)

datapacks are a bit different, they are more used for serverside advanced command execution, its easier to use than a mod and works on any enviroment, modded or vanilla, usually they are simple features but I know someone made a whole physics engine with datapacks so yeah, you can do a whole bunch of things with them, especially with mojang adding new features to datapacks allowing for more customizability