Jump to content

BiomeEvent not getting called/registered, Forge bug?


StormTiberius

Recommended Posts

Hello, i have issues with replacing the default BiomeDecorator with custom one, i register the event listener with:

Code:

MinecraftForge.TERRAIN_GEN_BUS.register(new HighlandsEvent());

and the code:

Code:

@ForgeSubscribe
        public void onCreateDecorator(CreateDecorator event) 
        {
            event.newBiomeDecorator = new HighlandsDecorator(event.biome);
        }

Can someone verify if there is a bug in forge or if i am trying to code it incorrectly?

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.