Posted September 23, 20195 yr I am trying to make a block that outputs a ton of Redstone power, like maybe 100 or something. how would I do this? [SOLVED] The answer is this: public int getWeakPower(BlockState blockState, IBlockReader blockAccess, BlockPos pos, Direction side) { return 30; } public boolean canProvidePower(BlockState state) { return true; } Edited September 23, 20195 yr by MrNoodles75
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.