Started by
Billy-Joe
on
Topic category: Advanced modding
Hello everyone!
Can someone please help with my code? I get an error and would really appreciate any help I could get.
The code that has the error:
@Override
protected BlockStateContainer createBlockState()
{
return new BlockStateContainer (this, new IProperty[]{FACING});
}
The error:
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\mcreator_chair.java:122: error: cannot find symbol
protected BlockStateContainer createBlockState() ;
^
symbol: class BlockStateContainer
location: class BlockChair
Thank you for any help I get or if someone can help fix it but need to see the full code <3
Edited by Billy-Joe on Thu, 08/09/2018 - 23:19
You have to import the class.
Hi, may I have a bit more help? Sorry if It annoys you...
I tested out your Advanced Bounding boxes and It came up with this error:
With code:
Please, may I get some help?
remove this: @Override