Jump to content

[1.7.10] [10.13.2.1291] [SOLVED] Force rendering for block


Filipsi

Recommended Posts

Good day!

 

I am trying to make a book for my mod for players to know how to build structures in my mod.

 

I am using renderItemIntoGUI() method in RenderItem class.

And I have a slight problem. And that problem is that I need to force rendering type to some Blocks.

Like BlockWall, that is defaultly rendered with two block attachments on sides (picture below) and I need to render it without any connection.

 

xt4a6rF.png

 

So, my question is:

Is there any clever way to force block rendering?

 

I am using:

Minecraft 1.7.10

Forge 10.13.2.1291

Link to comment
Share on other sites

First of all, that looks realy good. And I'm curious to see how you did this.

 

Besides, you try to render an Item, wich means you cant change it's state. Basicly this is how it is rendered in your hotbar. So a workaround would be to create your own custom cob.wall without the connected parts, and use that one instead.

Projects:

Discontinued:

- N2ConfigAPI

- Meachanical Crafting Table

 

Latest:

- CollectionUtils

 

Coöperations:

- InGameConfigManager

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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