Forge version: 40.1.29
Minecraft version: 1.18
How can i add custom commands to minecraft with forge? Im dont find any documentation or tutorials for this version.
Minecraft version: 1.18.2
Forge version: 40.1.29
I want to connect to database with my minecraft mod, in the Internet I found solution to add lib MySQL connector/J and Class.forName("com.mysql.cj.jdbc.Driver"); line, but i get java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver. How can i import MySQL connector/J into my mod?