Jump to content

PhantasticDark

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PhantasticDark's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. no i mean if it was possible to do it in 1.14 if not then 1.13.2 then of course
  2. no i dont how to like i said im new to modelling
  3. im very new to modelling so this is very hard for me to do, anyways my problem is when i place my custom model down, the block below misses its top side, im aware minecraft does this because it thinks that it is a full block and it wouldnt normally render. i know people have already "fixed" this but it never seems to work, and when i do get the code i need, im totally clueless to know where to put it.
  4. im also having the same problem, where would would i paste @Override public boolean isOpaqueCube(IBlockState state) { return false; } @Override public boolean isTranslucent(IBlockState state) { return true; } @Override public BlockRenderLayer getBlockLayer() { return BlockRenderLayer.TRANSLUCENT; }
×
×
  • Create New...

Important Information

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