Create brand new weapon with BlockBench and a MineCraft Plugin API

Started by kentchov on

Topic category: Help with modding (Java Edition)

Last seen on 00:00, 2. Jan 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create brand new weapon with BlockBench and a MineCraft Plugin API

I would like to use Blockbench (a 3d modelling application like blender) to create an entirely new Minecraft weapon.

Then, with Java and some API (for example bukkit), I want to have a brand-new weapon.

I do not want to retexture an existing weapon for example the diamond sword.

Would someone kindly give me some pointers? For example, what is not clear for me is how to export it from Blockbench, and how to import it into minecraft.

Is Bukkit the correct API to use? Does know of another API that will better meet my needs. I am not a Java beginner.