#I need 3 different types of ram mounts like in middle earth
20 messages · Page 1 of 1 (latest)
what
i mean i want to learn how to code them i am not sure how to code them
if any one can teach me that would be great
i well say i suck at coding
middle earth as in lord of the rings
ram as in battering ram like grond
mounts (i assume) as in the siege beasts
but please put some effort into describing a request. not even your explanation makes sense 
nothing was described 
You don't learn how to code just one thing. If you want to learn how to write code, you should get a good book about programming (and honestly, I don't recommend starting from Java). If you just want to get these features, describe them in detail and if someone here finds it interesting they will try to make it.
!!faq/learnjava for Java, but again, I'd recommend starting from something like C
To start modding Minecraft using Fabric, it's strongly recommended to know Java.
Minecraft, in its codebase, and mods, using Fabric API, use more advanced Java concepts like lambdas, generics and polymorphism.
If you don't know all of these concepts, you may have some difficulties modding.
Here are some online resources that will help learning Java
JetBrains Academy (free online course): https://www.jetbrains.com/academy/
Codecademy (free online course): https://www.codecademy.com/learn/learn-java
University of Helsinki (free online course): https://java-programming.mooc.fi/
Basic Java Tutorials: https://docs.oracle.com/javase/tutorial/
Introduction to Programming using Java by David J. Eck (free online textbook): http://math.hws.edu/javanotes/
After Learning Java
For most mods you will want to make, you will have to use the Spongepowered Mixin Java library.
To learn more about Mixin, you can use the faq/mixin bot tag by typing !!faq/mixin in #bot-posting .