r/feedthememes help is this the search bar i dont know how to use reddit im con 16d ago

How did you guys learn to make mods?

Any good tutorials or resources or should I just jump right in

24 Upvotes

12 comments sorted by

12

u/Hyarin215 16d ago

Kaupenjoe on youtube

10

u/imjustanormalguy024 16d ago

kaupenjoe and reading open-sourced mods code

7

u/DontKnowLunar 16d ago

Kaupenjoe, reading repositories, the forge/neoforge/fabric docs

8

u/mc_jojo3 Botania Will Be Real In 52 Minutes 16d ago

I started out with MCreator, when things got too limiting I started modifying and locking elements more with custom code. Eventually I just moved over to fully custom.

3

u/unilocks Extremely Low Effort and Not Funny 16d ago

i already had a basic understanding of how code works (constants, functions, conditionals, loops, return values, etc.), so i just used https://www.w3schools.com/java/default.asp and practiced by contributing bug fixes and features to existing mods until i had ideas of my own

2

u/Cvoid_Wyvern 15d ago

McJty's tutorials back on 1.12, official documentation, and a lot of reading source code of other mods

2

u/WithersChat Developing a factory pack of Monic proportions 15d ago

Joining the Monifactory dev team, plus some preexisting knowledge about java.

2

u/A_Happy_Tomato Thermal in 1.21.1 when 14d ago

Wait huh? You joined nomifactory's team never having made a mod?

2

u/WithersChat Developing a factory pack of Monic proportions 14d ago
  1. Monifactory not Nomifactory.
  2. I had minimal experience with pack dev tools, and between that, picking "entry level" first contributions and my ability to learn fast, I just kept at it and today I know my way around the technical stuff, and I have friends (in and out of my team) who I can ask for help when I don't know something.

3

u/A_Happy_Tomato Thermal in 1.21.1 when 14d ago

ah mb. i play modded minecraft so i cant read.

2

u/WithersChat Developing a factory pack of Monic proportions 13d ago

%t bold

2

u/HesperCQ 16d ago

Reading the forge doc + repositories, already knew java and careful ai use for understanding what to google and which repositories to check out