#My Scythe
11 messages · Page 1 of 1 (latest)
How I'm new to all of this
When registering:
public static final Item YOUR_VAR_NAME = Registry.register(
Registry.ITEM,
new Identifier(YOUR_MOD_ID, "json_name"),
new SwordItem(parameter 1, parameter 2...)
);
This example is for Fabric. It might look slightly different on forge.
Uh ok
Have you ever touched modding before
No
(Result for "java-modding")
How to make Minecraft Java Edition mods:
Step 1: Learn how to program java, you should at least know the basics or know another programming language.
You can use !faq learn-java to get a list of java tutorials.
Step 2: Choose whether you want to use Fabric or Forge & follow the according tutorials.
Forge (community docs): https://forge.gemwire.uk/wiki/Main_Page
Forge (official docs): https://mcforge.readthedocs.io/
Fabric (official docs): https://fabricmc.net/wiki/start
It literally doesn't change
I k ow I thought of that yesterday how I said it wrong but was to lazy to change it