#My Scythe

11 messages · Page 1 of 1 (latest)

compact nexus
#

In your mod, you need to make a new SwordItem on registry

worn garden
compact nexus
#

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.

worn garden
#

Uh ok

compact nexus
#

Have you ever touched modding before

worn garden
simple dockBOT
#

(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

worn garden
#

Bruh I'm just gonna try to use like mcreator

#

It doesn't need to me 3d

compact nexus
worn garden