Keep getting error code 1 and cannot figure out why (minecraft)
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
BooleanProperty does work so I thought IntegerProperty works the same way. Is there something I am missing? This is how I tried using it: public static final IntegerProperty P_COUNT = IntegerProperty.create("pCo",0,5); public CCCBlock(Properties properties) { super(properties); this.registerDefaultState(this.defaultBlockState().setValue(P_COUNT, 0)); } protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> pBuilder) { pBuilder.add(P_COUNT); }
-
By poochyena123 · Posted
Okay think I got it solved. I reinstalled bclib and now it's opening the world gen creation. Thank you! -
By poochyena123 · Posted
So here's the weird bit, I have those disabled and removed as they seem to conflict with Create mod -
By TileEntity · Posted
Looks like an issue with bclib and the mods requiring it Better Nether, Better End, Pack BE_default_endgen_fix_1.20.x.zip
-
Topics
-
Who's Online (See full list)
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.