Jump to content

Bug in Register Item!


Moritz

Recommended Posts

I explain it. When a modwriter adds items woth register item

the item will be saved in the world as string. That is a perfect idea but have bugs!

When a modwriter decides to override the item with an other name the world will be courrupted!

You have to Create a new world to can use the world! This is not the perfect thing!

FML have to change something that you can choose if you want to use this function.

Here:

 

    public boolean RegisterItemsInWorld()

    {

        while true do

        {

            startregisterItems

        }

        else

        {

            do nothing!

          }

    }

 

i think that will help to solve much curruption in much worlds.

I know that the register item function good is but it is not good enought to implement it totaly!

Link to comment
Share on other sites

Hi Mortiz!

 

You should really post this inn the Forge Suggestion forum, this forum section is for seeking help with the use of the current forge API and modding minecraft inn general.

 

Secondly if you head over to the forge github and submit a pull request to them, they will look at it and maybe implement it if it works better than the current implementation.

 

If you guys dont get it.. then well ya.. try harder...

Link to comment
Share on other sites

The worlds are not corrupt, and in these cases if the modder used the tools they have properly they would not even see this message.

However, there is a reason why the warning screen has a option to say continue.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

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.