Jump to content

Porting a mod from MCreator


Pokerocraft

Recommended Posts

Hi everybody, I am quite new to modding with the current version of my mod made in MCreator, I wonder if there is a way to port it, namely since I want to have working custom grass blocks, making flowers be able to be bonemealed on the custom block, etc. Again, I have no idea what I have to do, if needed, I have the assets to remake the mod from scratch.

 

Sincerely,

Pokerocraft

Ores Galore Mod Creator

Link to comment
Share on other sites

so, your wish is to be a real boy?

good. first follow a tutorial on how to start dev environment. do not edit anything in the example mod. only after the game starts with example mod, start editing it.

vanilla block types are accessible through Blocks class (Blocks.something). find one that matches your block type, follow it to  creation to discover the block class. have your block extend that. things like bonemeal, etc. will work but you can override all. loot table (block dropping item) won't work. copy from the most similar block or (not easier) follow a tutorial.

Link to comment
Share on other sites

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.



×
×
  • Create New...

Important Information

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