Jump to content

Why is my food bar in minecraft transparent?


Tiganz

Recommended Posts

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Maybe use a pre-configured modpack as working base and add new mods one by one
    • sorry, on eng: I want to make a stairs with 5 steps but I don’t know how to add more steps
    • @Override         public AxisAlignedBB getBoundingBox(IBlockState state, IBlockAccess source, BlockPos pos) {             switch ((EnumFacing) state.getValue(BlockDirectional.FACING)) {                 case SOUTH :                 default :                     return new AxisAlignedBB(1D, 0D, 0.5D, 0D, 0.5D, 0D);                 case NORTH :                     return new AxisAlignedBB(0D, 0D, 0.5D, 1D, 0.5D, 1D);                 case WEST :                     return new AxisAlignedBB(0.5D, 0D, 1D, 1D, 0.5D, 0D);                 case EAST :                     return new AxisAlignedBB(0.5D, 0D, 0D, 0D, 0.5D, 1D);                 case UP :                     return new AxisAlignedBB(0D, 0.5D, 0D, 1D, 0D, 0.5D);                 case DOWN :                     return new AxisAlignedBB(0D, 0.5D, 1D, 1D, 1D, 0.5D);             }         } Я хочу сделать лестницу с 5 ступенями, но не знаю, как добавить больше ступеней
    • i need help making a block generate an explosion im new to modding so i dont know how to do it.
    • okay.. ';D i did my good old technique of troubleshooting modpack (disabling ALL the mods and gradually in parts enabbling them and lauching game, enabling more mods, launching e.t.c) and managed to narrow it down to one mod.... it was "better smithing table" causing all the errors and making several mods to spit errors.. Same way by FIRSTLY turning on "better smithing tables" and seeing which mods it clashed with was: "Doggy Tallents Next" "bartering station" "Curios API" And further i wasn't able to check what mods conflicted b'cuz it was like: it was working with X mods, enabled 10 more mods, crashed. procedurally disabled all of them and still was crashing, disabled some more mods, worked. enabled back mods with which it was crashing and now it wasn't  i can't understand why and what mods are bad but i'm happy i somehow got the main error causer which again was "better smithing table". Without that mod everything works just fine. SOLVED (?)
  • Topics

×
×
  • Create New...

Important Information

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