Posted August 17, 20187 yr 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 Hope u can see the problem here
August 17, 20187 yr 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.
August 17, 20187 yr Author 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.
August 17, 20187 yr 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.
August 17, 20187 yr Author 14 hours ago, Animefan8888 said: Make a block and or Property that that breaks all the other blocks when it is broken and make them render as invisible. have no clue how to do that
August 17, 20187 yr 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.
August 17, 20187 yr 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.
August 17, 20187 yr Author 22 minutes ago, Draco18s said: Look at: Bed Door Nether Portal TwoTallGrass among others alright let me take a look at that
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.