Jump to content

[1.8] How migrate block from one mod to other mod?


Dark32

Recommended Posts

I move block between mods (modid) and getting error about missing block, because i change modid block from "nord" to "nord_deco" for example. If i apply message, then i lost all old blocks with "nord:" midid on map.

How change modid alredy existing on map block from "nord" to "nord_deco" on load?

MCEdit and other map editor is not an option.

 

I think resolve this  chunk load event, but may exist easy way for it?

 

Sorry, my English is bad. It not my native language.

English is not my native language

Link to comment
Share on other sites

Note the FML. That means it is like the preInit, init and postInit in your mod's main class and handled by yet another similar method. It is not subscribed on a bus like in-game "events" (an unfortunate coincidence of naming).

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.

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.

Announcements



×
×
  • Create New...

Important Information

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