Jump to content

[1.7.10] Modifying Base Classes and some other stuff...


Recommended Posts

Posted

I'm looking to make a mod that overrides a lot of the vanilla parts of Minecraft, and make it into more of an RPG (Similar to like how Terrafirmacraft modifies the health, hunger, ect.). From what I've learned, I'll either need to use event handlers, or modify base classes (I've already managed to change vanilla crafting recipes and vanilla block/entity drops). Im just looking for some tips or tricks, or good tutorials that anyone might know to help me accomplish the following:

- Modify base health for both players and mobs.

- Modify the way damage works (eg. adding piercing, slashing, ect.).

- Changing the loot that chests provide (in dungeons for example).

- Adding a merchant system (this is big, but if you know any mods that do this, I can de-compile the classes and look at how it was done there.)

- Adding player-like NPCs for the merchant system (If this is just like adding normal entities, I should be able to use that, but I haven't looked into it much)

- Modifying base terrain generation (like adding gravel paths to the overworld)

Any help on any of these topics would be appreciated, so thanks.

This is more of a personal project to learn java, so if I get overwhelmed, so be it, but I have a couple months to work on this and learn, so I want to try. Ive been programming in java/c# for a couple years, so code shouldn't be a problem.

Nope nope nope nope

Posted

For "merchant system", could you add some villager professions with more reasonable trades? I haven't done so in a mod yet, but I have used op commands to spawn villagers offering specific trades in particular villages / places. If you're setting up a one-off adventure world, you could use commands rather than code-modding to put the trades you want where you want.

 

Villager spawning commands are easy to Google, just be careful about what MC version you use. You can edit / perfect / save commands in a simple text editor and then paste them into the console / command line as needed.

The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.