Jump to content

[1.14.4] Is it possible to dynamically add blocks?


joichwier

Recommended Posts

Is it possible to dynamically add a new type of block to a world, with a procedurally generated texture (based on other textures in game)? I understand that the way that forge registers blocks and the way it gets textures it would probably be next to impossible (or at least incredibly different from making a normal block), but if anyone can tell me where to look I'd be very grateful.

The texture could involve taking the texture for gravel and the ore texture and overlaying them. The name for the item would be randomly generated. The shape of the block would just be a regular block. Its properties (eg hardness, sound) would also be randomly picked.

It would be best if the blocks could be added dynamically while in game, though I can see how that would be even harder and so if that's not possible, it would still be good if this can be done on world load.

Thank you!

Link to comment
Share on other sites

21 minutes ago, joichwier said:

Is it possible to dynamically add a new type of block to a world, with a procedurally generated texture (based on other textures in game)?

The answer is yes and no. You cannot create a new Block instance to act as another block. Yes you can procedurally generate "new Blocks". What you need to do is create one Block with a TileEntity(stores all the data necessary) with an IBakedModel perhaps some other render/resource related things.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

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.