#Looking for highly knowledgeable developers
25 messages · Page 1 of 1 (latest)
i would say you are much more likely to get a scam response by saying "DM me"
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 😂
so you want a minecraft development tutor
in regards to scripts (mcfunctions) or mods (java) or datapacks (jsons) or resource packs (assets/textures/mcmetas)
All
good lick
Jesus that hard?
hard to find someone to help when you dont have any focus control
Are you free to join https://discordapp.com/channels/507304429255393322/543211675990491156 for some questions?
i dont vc. still, good luck. i hope you get the support you want
Any discords that do offer services like this? (Paid) since it will be hard to expect someone to give me their time
Yeah, we as devs tend to have a single focus
We have different interests and skill sets, and aren't good at everything (except Lin)
Understood
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
Thank you
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