Jump to content

3x3x3 hit box | how to make Ghost Blocks ??


Zeltron

Recommended Posts

I've made a block model thats 3x3x3 and id like it so ur not able to place blocks with in the texture and so u can break it when u aim at the texture and not the middle of it. ive already set Bouding Box and Collision. for example, if your familiar with the Mekanism mod there Block DIGI Miner is a 3x3x3 and if u mine it at any block with in the 3x3x3 area it breaks, How do i set that up, Please be Detailed | im not that advanced 

 

image.thumb.png.2ab4b9826d2e978e9a7a55b278d10d19.png

 

 

 

 

 

 

 

image.thumb.png.92c236cd1349fe954356a2984cab2315.png

 

 

Hope u can see the problem here 

Link to comment
Share on other sites

4 minutes ago, Zeltron said:

I've made a block model thats 3x3x3 

Dont do this, you will have to split it up the blocks you cant have collision greater than 1, 1.5, 1. 

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

7 minutes ago, Animefan8888 said:

Dont do this, you will have to split it up the blocks you cant have collision greater than 1, 1.5, 1. 

well thx for telling me, but i dont plan on figuring out a way to split my model. 

Link to comment
Share on other sites

1 minute ago, Zeltron said:

well thx for telling me, but i dont plan on figuring out a way to split my model. 

Make a block and or Property that that breaks all the other blocks when it is broken and make them render as invisible.

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

Look at:

Bed

Door

Nether Portal

TwoTallGrass

among others

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

1 hour ago, Zeltron said:

have no clue how to do that 

By property I mean a block with a property that gives it a blockstate that allows you to tell where it is in the multiblock.

To make them invisible there is a method in the Block class that returns an enum and one of the enums is called INVISIBLE.

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

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